body {margin:0px;font-family: trebuchet ms,arial;size:10pt;background-color:#D9BD94;}

a:link {color: #553322;}
a:hover {color: #223355;}

#contentContainer {width:900px;margin-left:-450px;left:50%;position: relative;}
#bodyContent {background-color: #BF9059; padding: 15px;}
#header {width: 100%; height:100px;background-image:url(images/header_bg.jpg);background-repeat:repeat-x;background-color:#D9BD94;}
#mainBody {display:block;position:relative;float:right; width:100%;}
#topLeft {background-image:url(images/top_left.gif);width:25px;height:25px;position:absolute;float:left;left:0;}
#topRight {background-image:url(images/top_right.gif);width:25px;height:25px;position:absolute;float:right;right:0;}
#footer{background-image:url(images/footer.jpg);background-repeat:repeat-x;width:900px;margin-left:-450px;left:50%;position: relative;text-align:center;color:#664422;}

/* NAVIGATION */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float:left;
	width:100%;
	background-image:url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #BF9059;
	border-top: 1px solid #997755;
}

#nav li { /* all list items */
	position:relative;
	float:left;
	width:33%;
	font-family: arial,verdana;
	font-size: 13pt;
}


#nav li a {
	width: 100%;
	w\idth:100%;
	display:block;
	color: #553322;
	font-weight:bold;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
	text-align: center;
}

#nav li a:hover {
	width: 100%;
	display:block;
	color:#FFEEEE;
	font-weight:bold;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
}
