/*  about section */

/* colors
sienna brown color: #b05822
greybrown: #9c9682
*/

body { background-color: #FFFFE7; }

p {
	color: #966351; /* dark brown, overriding the site styles */
	}

li {
	color: #966351;
}

h1, h2, .PageTitles {
	color: #966351;
}
tr {vertical-align: top; }


a:link {  color: #b05822; text-decoration: none; }
a:visited {  color: #b05822; text-decoration: none; }
a:hover {  color: #676F85; background-color: none; text-decoration: underline; }


#contentContainer {
	position:relative;
	margin: 0 auto;
	width:839px;
	height:auto;
}

#id-one {
background-color:#FFFFE7;
height:366px;
position:relative;
z-index: 1 !important;
width:839px;
background: url(../anniversary/interface/1.jpg) no-repeat;
}


		#anniv_specials {
			position:absolute;
			display:block;
			width:300px;
			height:85px;
			z-index:20;
			left: 400px;
			top: 14px;
			border: 0;
			text-decoration:none; }

		#contest_entry {
			position:absolute;
			display:block;
			width:215px;
			height:120px;
			z-index:21;
			left: 205px;
			top: 210px;
			border: 0;
			text-decoration:none; }
	/* these 2 are also used on the interior pages; same css */

#id-two {
	width:839px;
	height:500px;
	background-color:#FFFFE7;
	position: relative;
}

	#marketplace_obect {
	position:absolute;
	display:block;
	width:200px;
	height:100px;
	left: 580px;
	top: 285px;
	z-index:20;
	border: 0;
	text-decoration:none;
	}



#id-three {
	width:839px;
	height:530px;
	background-color:#FFFFE7;
}

#id-fourA {
	width:839px;
	height:254px;
}

#id-fourB {
	width:839px;
	height:349px;
}


#id-five {
	width:839px;
	height:510px;
}

#id-six {
	width:839px;
	height:323px;
	background-color:#FFFFE7;
	position: relative; /* needed to retain the spa link inside */
}
	#spa_obect {
	position:absolute;
	display:block;
	width:150px;
	height:115px;
	left: 550px;
	top: 140px;
	z-index:20;
	border: 0;
	text-decoration:none;
	}


#id-seven {
	width:839px;
	height:auto;
	background-color:#FFFFE7;
}
#messageRusty {
	width:525px;
	padding-left: 150px;
	padding-right: 50px;
	position: relative;
}


/***************************************
 interior pages - simple flat background 
 ***************************************/


#background2 {
	position:relative;
	width: 839px;
	margin: 0 auto;
	background-image: url(../anniversary/interface/anniversay_page_interior_generic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffe7;
}

#background3 {
	position:relative;
	width: 839px;
	margin: 0 auto;
	background-image: url(../anniversary/interface/anniversay_page_interior_generic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffe7;
}


#anniversary_nav {
	position: absolute;	
	width: 220px;
	top: 295px;left: 555px;
	overflow: visible;
	z-index: 20;
}

		#anniversary_nav p, #anniversary_nav a {
			font-weight: bold;
			line-height: 160% !important;
			color: #ab9478;
			position: relative;
		}
		
		#anniversary_nav a:hover {
			color: #b05822;
			position: relative;
		} /* grey */


#contentBox {  
	position: relative;	
	width: 555px;
	margin-left: 156px;
	padding-top: 430px;
	min-height: 550px;
	overflow: visible;
}
	#contentBox a { font-weight:bold; }


#contentBox input {background-color: #ede3d2;  
}

