@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
}
body {
	background:#d8d8d8 url(images/bg.jpg) repeat-x left center;
	font-family:Arial, Helvetica, sans-serif;
	color:#ddd;
	font-size:16px;
}
a {
	outline:none;
	color:#fff;
}
#outer, .outer {
	border-collapse:collapse;
	width:100%;
	height:100%;
}
#outer {
	background:transparent url(images/shadow-trans.png) no-repeat center center;
}
#shell {
	position:relative;
	width:1050px;
	height:550px;
	background:#000 url(images/shell_bg.jpg) no-repeat top left;
	margin:5px auto;
	border:1px solid #000;
}
#left, #right {
	position:relative;
	float:left;
	height:550px;
}
#left {
	width:515px;
	background:#121212 url(images/splash_acquainted.jpg) no-repeat top left;
}
#left ul {
	position:absolute;
	width:200px;
	height:400px;
	list-style-type:none;
	text-align:right;
	text-transform:uppercase;
	font-size:.9em;
	right:105px;
	top:55px;
	font-family:"Century Gothic", Futura, "URW Gothic L", sans-serif;
}
#left ul li {
	list-style:none;
}
#left ul li a {
	display:block;
	color:#585858;
	text-decoration:none;
	line-height:1.6em;
	margin:5px 0;
	padding-right:15px;
}
#left ul li a:hover, #left ul li a.active {
	color:#fff;
	background:transparent url(images/nav_hover.png) no-repeat right center;
}
#right {
	width:535px;
}
#content {
	position: relative;	
	height:435px;
	width:89%;
	margin:65px 0 0 15px;
	overflow: auto;
	text-align:left;
	line-height:1.5;
	font-size:.8em;
	outline:none;
	padding-right: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-family:"Century Gothic", Futura, "URW Gothic L", sans-serif;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:normal;
	color:#efe8b8;
}
#footer {
	position:relative;
	width:1050px;
	margin:auto;
	text-align:right;
	font-size:.7em;
	color:#555;
}
#footer a {
	color:#888;
	text-decoration:none;
}
.clr {
	clear:both;
}
/* 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: #aa9760;
	filter:alpha(opacity=49);
	-moz-opacity:.49;
	opacity:.49;
	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;
}


