@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	width: 1004px;
	margin: 0 auto;
	padding: 5px 0;
	
	background-color: #595846;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/*CONTAINER FOR PAGE SO IT WILL NOT CHANGE WIDTH IN DIFFERENT BROWSERS*/
#page {
	position: absolute;
	top: 0px;
	left: 0px; /*will have to change for each new site*/
	/*background: url(insert image info here!!!);
	background-repeat: repeat-y;
	background-position: center;*/
	width: 800px; /*was 800*/
	height: 850px;
	margin: 0 0;
	padding: 0;
}
/*POSITIONING FOR ALL AREAS*/
/*#swirls {
	position: absolute;
	top: 0px;
	left: 0px;
}*/

#header {
	position: absolute;
	top: 0px;
	left: 0px;
}

/*#navigation {
	position: absolute;
	top: 170px;
	left: 60px;
}*/

#content  {
	position: absolute;
	top: 325px;
	left: 235px;
	width: 520px;
}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 1.15em;
	text-align: left;
	color: #cecca4; /*ffffee#cecca4#d0c98b*/
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.2em;
}

#content span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	font-variant: small-caps;
	color: #9b722f; /*#cecca4#378a8a*/
}

#content .construction h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	font-weight: 600;
	text-align: left;
	color: #378a8a; /*#cecca4#378a8a*/
	
}

#content ul li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-align: left;
	color: #cecca4;
}

#copyright {
	position: absolute;
	top: 860px;
	left: 155px;
}

#footer {
	position: absolute;
	top: 850px;
	left: 155px;
	width: 435px;
}

#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	color: #acdddd;
}

#footer a {
	border: none;
	text-decoration: none;
}
/*FOOTER NEEDS WORK!!*/
#footer img {
	position: absolute;
	top: 60px;
	left: -60px;
	border: none;
	text-decoration: none;
}

#validxhtml img {
	position: absolute;
	top: 565px;
	left: 580px;
	border: none;
}

#bluehost {
	position: absolute;
	top: 600px;
	left: 580px;
	border-bottom: none;
	text-decoration: none;
}



/*DEFAULT LINK STYLING*/
a {
	border-bottom: 1px dotted #ccc;
	color: #ad8b39;
}

a:link { 
	font-weight: 400;
	text-decoration: none;
	color: #ad8b39;
}

a:visited { 
	font-weight: 400; 
	text-decoration: none; 
	color: #ad8b39;
}
a:hover, a:active {
	text-decoration: none;
	background: #D1B27E;
	color: #ad8b39;
}




