* {
	margin:0;
	padding:0;
	}
body, html {
	height:100%;
	background:#4b592f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	}
a {
	font-weight:bold;
	color:#000;
	}
a:hover {
	text-decoration:none;
	}
#shell {
	position:relative;
	width:900px;
	height:520px;
	top:50%;
	margin:-260px auto 0 auto;
	background:#a5ba7c url(../images/shell_bg.jpg) no-repeat top left;
	border:1px solid #fff;
	/*border-top-width:5px;
	border-bottom-width:5px;*/
	}
#title {
	height:80px;
	text-align:center;
	}
#title img {
	margin-top:20px;
	border:none;
	}
#nav {
	position:relative;
	width:750px;
	height:57px;
	margin:auto;
	line-height:57px;
	background:transparent url(../images/nav_bg.png) no-repeat center center;
	}
	
#nav ul {
	list-style-type:none;
	text-align:center;
	}
#nav ul li {
	display:inline;
	margin:0 10px;
	}
#nav ul li a {
	color:#000;
	text-decoration:none;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	padding-left:16px;
	outline:none;
	font-weight:normal;
	}
#nav ul li a#active, #nav ul li a:hover {
	background: transparent url(../images/nav_bullet-trans.png) no-repeat left center;
	color:#404c27;
	}
#main {
	position:relative;
	width:740px;
	margin:auto;
	margin-top:25px;
	}
#splash {
	position:relative;
	float:left;
	width:238px;
	height:264px;
	border:5px solid #fff;
	}
 #content {
 	position: relative;
	float:left;
 	height:270px;
	width:460px;
 	overflow: auto;
 	line-height:1.5;
 	color:#000;
	margin-left:20px;
	padding: 5px 5px 0 0;
	outline:none;
}
 #content_wide {
 	position: relative;
	float:left;
 	height:270px;
	width:700px;
 	overflow: auto;
 	line-height:1.5;
 	color:#000;
	margin-left:10px;
	padding: 5px 5px 0 0;
	outline:none;
}
#content p, #content ol, #content ul, #content h1, #content h2, #content h3, #content table, #content h5 {
	margin-bottom:15px;
	}

#footer {
	position:absolute;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:11px;
	border-top:1px solid #3A4032;
	bottom:0;
	left:0;
	background:#a5ba7c;
	}
#footer a {
	color:#000;
	font-weight:normal;
	}
.infobox {
	background:#60713e; 
	color:#fff; 
	width:150px; 
	position:relative; 
	float:left; 
	border:1px solid #000; 
	padding:15px; 
	font-size:12px; 
	margin-right:10px;
	}
.infobox ul {
	margin-left:15px;
	}
