
body {
	margin: 0px;
	font-family: tahoma,  sans-serif;	
  background-color: black;
 scrollbar-arrow-color:#0000FF; 
 scrollbar-track-color:#0000CC; 
 scrollbar-face-color:white; 
 scrollbar-shadow-color: green; 
 scrollbar-highlight-color: green; 
 scrollbar-3dlight-color: green
}

#container{
	width: 1100px;
	margin: 0px auto;
	padding: 0px;
	color: black;	
}

#maincontent{
	width: 1100px;

	color:#666666;
	padding: 0px;
	font-size: .9em;
	background-color:black;


}
.midcol{
	width: 600px;
	height: 100px;
    float: right;
	vertical-align: top;
}

#midcontent
{
    width: 590px; 
    height: 825px; 
    padding-top: 0px;
	vertical-align: top;

	clear: both;
	padding-left: 10px;

}
.banner{
	width: 1100px;
	height: 293px;
	clear: both;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	
}

.leftcol{
	width: 400px;
	min-height: 800px;
	height: 825px;
	float: left;
	background-color: white;
	padding-top: 0px;
	
}
.home_img
{
    width:100%; 
    height: 0px; 
    text-align: center;
    float: none;
    clear: both;
}

#footer
{
color: white; 
font-weight: bold; 
text-align: center; 
height:49px; 
background-image: url(../images/footer_bg.jpg); 
background-repeat: no-repeat;
}

