body{
	margin:0px auto;
	padding:0px;
	background-color:#585858;
	font-family:Geneva;
}

#wrapper2{
	width:756px;
	margin:0px auto;
	border:0px solid;
	padding-left:4px;
	padding-right:4px;
	background:url(/images/wrapper_bg.gif) repeat-y;
}

#wrapper1{
	width:756px;
	margin:0px auto;
	border:0px solid;
}

#header{
	width:748px;

}	
			
#content{
	width:748px;
	clear:left;

}
#content p{
	padding:0 15px;
}

#content h1{
	width:748px;
	height:24px;
	background:url('/images/page_title_bg.gif') repeat-x;
	font-size:12pt;
	padding-top:2px;
	text-align:center;
	color:#392c00;
	font-family:verdana;
	
}

#footer{
	width:756px;
	background:#fff url('/images/wrapper_footer_bg.gif') bottom no-repeat;
	height:5px;
}

#logo{
	float:left;
	width:532px;
	height:252px;
	background:url(/images/logo.jpg) no-repeat;
}

#nav{
	width:216px;
	height:252px;
	background:url(/images/navbg.jpg) no-repeat;
	float:left;
}	

#nav ul {
	list-style:none;
	margin-left:12px;
	margin-top:40px;
	line-height:28px;
	padding:0px;
	
}

#nav ul li {
		
}

#nav ul li a{
	font-family:verdana;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
	color:#606060;
	padding:1px 5px;
	background:url(/images/nav_bg.gif) repeat-x center;
	border-top:1px solid #5a5959;
	border-bottom:1px solid #d4d4d5;
	border-left:1px solid #5a5959;
	border-right:1px solid #d4d4d5;
	
}

#nav ul li a:hover,#nav ul li a.current{
	color:#606060;
	background:url(/images/nav_bg_over.gif) repeat-x center;
	padding-left:10px;
}

.footer_text {
	font-size:smaller;
	text-align:center;
	margin:5px;
}