﻿body {
scrollbar-face-color: #D8D8D8;
scrollbar-highlight-color: #DDDDDD;
scrollbar-3dlight-color: #DDDDDD;
scrollbar-darkshadow-color: #DDDDDD;
scrollbar-shadow-color: #DDDDDD;
scrollbar-arrow-color: #CCCCCC;
scrollbar-track-color: #EEEEEE;

 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;

}

td
{
    padding: 2px 2px 2px 2px;
}



#container {
width: 1000px;
margin: 0 auto;
}

#header
{
	background-position: center;	
	background: url(../headerMain.png) no-repeat;
	height: 250px;
	width: 1000px;
	}
	
	#navigation
{
	height:95%;
	overflow:auto;
	}
	
	#content
{ 
	background-color:#dddddd;
	height:95%;
	}
	
	#footer
{
	background: url(../footerMain.png) no-repeat;
	height: 100px;
	width: 1000px;
	}

