@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body, html {   
	height:100%;
}
body {
	/*DARK BG*/
	background:#f2e5d2 url(images/bg_dark.jpg) repeat-x left center;
	font-family:'Bookman Old Style', serif;
	font-size:16px;
	color:#999;

	scrollbar-face-color: #808080;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFBF0;
	scrollbar-3dlight-color: #808080;
	scrollbar-shadow-color: #FFFBF0;
	scrollbar-darkshadow-color: #808080;
	scrollbar-track-color: #CCCCCC;
}
a {
	color:#000000;
	outline:none;
}
#outer, .outer {
	border-collapse:collapse;
	width:100%;
	height:100%;
}
#shell {
	position:relative;
	width:1050px;
	height:575px;
	margin:auto;
	background:#000;
	border:1px solid #000;
}
#logo, #main {
	position:relative;
	height:575px;
	float:left;
}
#logo {
	width:159px;
	text-align:center;
}

#logo img {
	border:none;
	margin-top:0px;
}
#main {
	width:891px;
	background:#000 url(bg3.jpg) repeat;
}

#nav {
	position:absolute;
	width:127px;
	height:575px;
	top: 0;
	left:0;
}
#nav ul {
	list-style-type:none;
}
#nav ul li {
	list-style:none;
}
#nav ul li a {
	display:block;
	width:127px;
	text-align:center;
	font-family:"Century Gothic", Futura, "URW Gothic L", sans-serif;
	font-size:.8em;
	text-transform:uppercase;
	text-decoration:none;
	color:#546046;
	line-height:50px;
	margin:15px 0;
}
#nav ul li a.active {
	background:transparent url(images/nav_hover.png) no-repeat top center;
}
#nav ul li a:hover, #nav ul li a.active {
	color:#fff;
	
}
#nav ul li a.first {
	margin-top:40px;
}
.clr {
	clear:both;
}
#sidebar {
	position:absolute;
	top:0;
	right:415px;
	width:180px;
	height:575px;
	
}
#content {
	position: absolute;
	background: #f4e6b4;	
	top: 50px;
	left:235px;
	height:487px;
	width:60%;
	overflow: auto;
	text-align:left;
	line-height:1.5;
	font-size:.85em;
	outline:none;
	padding-right:10px;
	padding-left:10px;
	}
#content p, #content ul, #content ol, #content table, #content h1, #content h2, #content h3, #content h4, #content h5, #content blockquote, #content hr {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:25px;
	}
#content h2 {
	font-weight:normal;
	color:#eee;
	font-size:1.1em;
	font-family:"Century Gothic", Futura, "URW Gothic L", sans-serif;
}
	
#footer {
	position:relative;
	width:1050px;
	margin:auto;
	padding-top:8px;
	font-size:.75em;
	color:#303a25;
	text-align:right;
}
#footer a {
	color:#5d6b50;
	text-decoration:none;
}

/* Scrollbars */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 11px;
	background: transparent url(images/scroll_bg.png) center center repeat-y;
}
.vscrollerbar {
	width: 11px;
	background: #3f423c;
	filter:alpha(opacity=59);
	-moz-opacity:.59;
	opacity:.59;
	cursor:move;
}
.vscrollerbasebeg {
	width: 11px;
	height: 10px !important;
	background: url(images/scroll_begin-trans.png) 0 0 no-repeat;
}
.vscrollerbaseend {
	height: 11px;
	width: 11px;
	background: url(images/scroll_end-trans.png) 0 0 no-repeat;
}
.vscrollerbar, .hscrollerbar {
	padding: 20px;
	z-index: 2;
}
.hscrollerbase {
	height: 5px;
	background-color: #666667;
}
.hscrollerbar {
	height: 5px;
	background-color: black;
}
.scrollerjogbox {
	width: 11px;
	height: 5px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}

