/* ------------------------------- Colors  ---------------------------
	#B4AA55 - Ted's color
	#A4AA51 - Background
	#996600 - Stripe
		
------------------------------------------------------------------- */

*{
	margin: 0px;
	padding: 0px;
}
body{
	background: url(images/bodybg.gif) #E0CB00;
	position: relative;
	color: #000000;
	text-align: center;
	font: 16px/1.5em Garamond, Georgia, sans-serif;
}
#stripe{
	background: url(images/stripe.gif) 0px 146px repeat-x;
}
#wrap{
	width: 779px;
	background: url(images/wrap.jpg) repeat-y #E0CB00;
	color: #FFFFFF;
	margin: auto;
	text-align: left;
}
#header{
	height: 146px;
	display: block;
	background: url(images/header.jpg) no-repeat;
}
#rightcontent{
	background: url(images/subheader.jpg) top right no-repeat;
	display: block;
	width: 552px;
	float: left;
}
#rightcontent h1{
	font-size: 20px;
	text-indent: -9999px;
	height: 30px;
}
#rightcontent p{
	padding-right: 33px;
	margin: 1.5em 0;
}
#rightcontent a{
	color: #A4AA51;
}
#rightcontent h4{
	font-size: 24px;
	margin-bottom: 1em;
	display: block;
	clear: both;
}
#rightcontent img{
	border: 0px solid #dedcdc;
	float: right;
	margin: 5px;
	margin-right: 35px;
}
#rightcontent a.back{
	text-align: center;
	display: block;
}
#rightcontent img.gallery{
	float: none;
	margin: 0px;
}
#leftcontent{
	float: left;
	width: 227px;
	background: url(images/menu.jpg) top left no-repeat;
	height: 460px;
	display: block;
}
#leftcontent ul{
	list-style-type: none;
	margin-left: 26px;
	padding-top: 90px;
}
#leftcontent li{
	width: 180px;
}
#leftcontent li a{
	display: block;
	height: 36px;
	text-indent: -9999px;
}
#leftcontent li.menu_a a:hover{
	background: url(images/menu_off.jpg) -26px -89px;
}
#leftcontent li.menu_b a:hover{
	background: url(images/menu_off.jpg) -26px -125px;
}
#leftcontent li.menu_c a:hover{
	background: url(images/menu_off.jpg) -26px -161px;
}
#leftcontent li.menu_d a:hover{
	background: url(images/menu_off.jpg) -26px -197px;
}
#leftcontent li.menu_e a:hover{
	background: url(images/menu_off.jpg) -26px -233px;
}
#leftcontent li.menu_f a:hover{
	background: url(images/menu_off.jpg) -26px -269px;
}
.bottomfix{
	clear: both;
	height: 58px;
	display: block;
	background: url(images/footer.jpg) no-repeat;
}
#footer{
	font: 11px Arial, sans-serif;
	color: #FEF6D2;
	padding-bottom: 3px;
	text-align: center;
	width: 779px;
	margin: auto;
}
#footer p{
	padding-left: 10px;
}
#footer a.sitemap{
	float: right;
	padding-right: 10px;
	text-decoration: none;
}
#footer a.sitemap:hover{
	text-decoration: underline;
}
#footer a{
	color: #FEF6D2;
	margin-left: 10px;
}

