
body, html
{
    scrollbar-arrow-color: white;
    scrollbar-track-color: green;
    scrollbar-face-color: #000066;
    scrollbar-shadow-color: green;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: white;
    background-color: white;
    font-size: 12px;
    margin-top: 0px;
    text-align: center;
}

#container{
	width: 1100px;
	margin: 0px auto;
	padding: 0px;	
	background-color: black;
	vertical-align: top;
	clear: both;
	text-align: center;
}



.banner
{
    background-image: url(../images/banner.jpg);  
    background-repeat: no-repeat; 
    width: 900px; 
    height: 117px; 
    clear: both; 
}



#footer{
	background-image: url(../images/footer_bg.jpg);
	height: 73px; 
	width: 900px; 
	background-repeat: no-repeat; 
	text-align: center;

     padding-left:50px;
}

h1
{
    font-size: 16px;
    clear: both;
    color: Maroon;
}
h2
{
    font-size: 14px;
    clear: both;
    color: Maroon;
}
 a{
display: block;
color: maroon;
text-decoration: none;
}

 a:hover{
color: yellow;
background-color: Maroon;
text-decoration: none;
}

