@charset "utf-8";
body {
	background-color: #2d0b0c;
	background-image: url(../images/bg.gif);
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.midstrip {

	background: #2d0b0c;
	margin-top: 50px;
	width: 100%;
	height: 500px;

}

.main {
	width: 950px;
	height: 500px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/mainbg.jpg) no-repeat right center;
}

#menu {
	position:relative;
	left: 0px;
	top:160px;
	float: left;
	width:132px;
	z-index:1;
}
a {
	color: #CCCCCC;
}


#content {
	position:relative;
	overflow: auto;
	padding: 5px;
	left:11px;
	top:142px;
	width:515px;
	height:316px;
	z-index:2;
	
	scrollbar-face-color: #2d0b0c;
	scrollbar-shadow-color: #0000FF;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #00FFFF;
	scrollbar-track-color: #2d0b0c;
	scrollbar-arrow-color: #FFFFFF;
}
