/* layout styles */

body{
	padding:0;
	margin:0;
	overflow-x:hidden;
	background-color:#EFEAE3;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	/*font-size:75%;*/
	font-size:0.7em;
}
#site_wrapper{
	width:1024px;
	min-height:408px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/img/bgs/bg_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#menu_wrapper{
	width:886px;
	height:383px;
	display:block;
	position:relative; /* position:relative: required so as nav images can be absolutely positioned */
	margin-left:auto;
	margin-right:auto;
	background-image:url(/img/nav/nav_panelBG.gif);
	background-repeat:no-repeat;
	background-position:center top;
	z-index:1;
}
#menu_wrapper ul{
	list-style:none;
	margin:0;
	padding:0;
}
#menu_wrapper li{
	list-style:none;
}
#logo{
	width:276px;
	height:85px;
	display:block;
	position:absolute;
	top:10px;
	left:8px;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
}
#title_line{
	width:886px;
	height:50px;
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:-40px;
	background-image:url(/img/bgs/line_top.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#content_wrapper{
	width:866px;
	height:auto;
	min-height:40px;
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:15px;
	padding-top:20px;
}
*html #content_wrapper{
	height:40px;
	margin-bottom:-8px;
}
#cleaner{
	width:100%;
	height:1px;
	float:left;
	clear:both;
}
#footer_wrap{
	width:1024px;
	height:214px;
	float:left;
	clear:left;
	margin-left:0px;
	margin-top:-150px;
	background-image:url(/img/bgs/bg_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#footer_content ul{
	list-style:none;
	padding:0;
	margin:0;
}
#footer_content li{
	display:inline;
}
#footer_line{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:10px;
	width:875px;
	background-image:url(/img/bgs/line_bottom.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
#footer_content{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:65px;
	width:875px;
	font-weight:bold;
	padding-left:11px;
	top:154px;
}
#footer_content a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#footer_content a:hover{
	text-decoration:underline;
}
#good_link{
	position:absolute;
	right:11px;
	top:10px;
}
