
body, html {
	margin:0;
	height:100%;
	background-color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#b0a097;
	}

a:link, a:visited {
	color:#eee;
	font-weight:bold;
	}

a:hover{
	color:#fff;
	text-decoration:none;
	}

p.singlespace {
	margin:0;
	padding:0;
	}
#outer, .outer {
	width:100%;
	height:100%;
	border-collapse:collapse;
	}
#shell {
	position:relative;
	width:790px;
	height:340px;
	margin:auto;
	background:#241206 url(images/bg.jpg) repeat-x top left;
	border-top:1px solid #000;
	}
#nav {
	width:790px;
	margin:auto;
	}
#nav ul {
	margin: 0 0 8px 0;
	padding: 0 0 6px 10px;
	border-bottom: 1px solid #000;
	text-align:right;
	list-style:none;
	}

#nav ul li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav ul a:link, #nav ul a:visited {
	font-size: 81%;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}

#nav ul a:link.active, #nav ul a:visited.active, #nav ul a:hover {
	padding-bottom: 6px;
	color: #000;
	background: url(../images/rounded.gif) no-repeat bottom center;
	}
#splash {
	width:344px;
	float:left;
	height:340px;
	}
#content {
	width:400px;
	height:340px;
	float:left;
	border-left:40px solid #000;
	}
#scroller {
	width: 350px;
	height: 250px;
	font-size:90%;
	overflow: auto;
	position: relative;
	margin: 45px auto 0 auto;
	text-align:left;
	padding-right:5px;
	line-height:1.5;
	outline:none;
	}
#footer {
	position:relative;
	width:790px;
	margin:auto;
	color:#708491;
	font-size:84%;
	text-align:right;
	border-top:1px solid #000; 
	margin-top:8px;
	height:47px;
	line-height:47px;
	}
#footer a {
	color:#000;
	text-decoration:none;
	}
.logo {
	position:absolute; 
	left:10px; 
	top:0;
	border:none;
	}