@charset "utf-8";
body{
	background-color: #0D0D0D;
	color: white;
}
html, body {
	margin: 0px;
	padding: 0px;
}

a:link {
 color: #15b0ea;
}
a:visited {
 color: #15b0ea;
}
a:hover {
 color: white;
}
a:active {
 color: #15b0ea;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	background: #181818;
}

#body {
	position: relative;
	margin-left: 4px;
}

#head {
	position: absolute;
	top: 0px;
	left: 401px;
	width: 370px;
	height: 266px;
	background: url(images/logo2.png) no-repeat;
}

#nav {
	position: absolute;
	top: 271px;
	left: 285px;
	width: 486px;
}

#content {
	position: absolute;
	top: 336px;
	left: 285px;
	width: 486px;
	height: 254px;
	background: #1E1E1E top left url(images/left_shadow.jpg) no-repeat;
	border-top: 1px solid black;
}

#content-bot {
	background: bottom url(images/body_bg.gif) repeat-x;
	height: 254px;
	margin-left: 1px;
	scrollbar-face-color: #e6e6e6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	overflow: auto;
}

#content .inner {
	padding: 10px 27px;
}

#left-box {
	position: absolute;
	top: 271px;
	left: 0px;
	width: 285px;
	height: 319px;
	background: #131212 url(images/left_bg.jpg) repeat-x;
}

#topnav {
	position: absolute;
	top: 36px;
	left: 7px;
}

.clear {
	clear: both;
}

.divider {
	background: bottom url(images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
}

#footer {
	background: #101010;
	text-align: center;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
}

#tray {
	margin-top: 330px;
	border: 1px solid #181818;
}