@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
}
body {
	background:#363636;
	color:#686868;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
a {
	outline:none;
	color:#47532a;
	font-weight:bold;
}
#outer {
	background:transparent url(../images/bg.png) no-repeat center center;
}
#outer, .outer {
	width:100%;
	height:100%;
	border-collapse:collapse;
}
#shell {
	position:relative;
	width:950px;
	margin:auto;
	height:550px;
	border:4px solid #fff;
}
#splash, #main {
	position:relative;
	float:left;
	width:475px;
	height:550px;
}
#splash {
	background:transparent url(../images/splash_welcome.jpg) no-repeat top left;
}
#main {
	background:#fff url(../images/main_bg.jpg) no-repeat bottom right;
}
#header {
	position:relative;
	padding:60px 0 0 40px;
}
#header img {
	float:left;
	border:none;
}
#header h5 {
	float:left;
	text-transform:uppercase;
	color:#7f7f7f;
	font-size:1em;
	font-weight:normal;
	margin:40px 0 0 10px;
}
#content {
	position: relative;	
	height:390px;
	width:80%;
	margin:15px auto 0 auto;
	overflow: auto;
	text-align:left;
	line-height:1.5;
	font-size:.8em;
	outline:none;
	}
#content p, #content ul, #content ol, #content table, #content h1, #content h2, #content h3, #content h4, #content h5, #content blockquote {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:25px;
	}
#nav {
	position:relative;
	float:right;
	margin-top:120px;
}
#nav ul {
	list-style-type:none;
}
#nav ul li {
	list-style:none;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.8em;
	line-height:23px;
	
}
#nav ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding-right:25px;
	font-weight:normal;
}
#nav ul li a.active, #nav ul li a:hover {
	color:#afc967;
	background:transparent url(../images/nav_bullet.png) no-repeat right center;
}
.clr {
	clear:both;
}
#footer {
	width:950px;
	margin:auto;
	font-size:.7em;
	color:#7e7e7e;
	padding-top:5px;
}
#footer a {
	color:#8a9178;
	font-weight:normal;
}

