* {
padding:0px;
margin:0px;
}

html, body {
	scrolling: auto;
	scrollbar-base-color: #FFFF66;
	scrollbar-arrow-color: #203082;
	scrollbar-face-color: #FFFF66;
	scrollbar-track-color: #FFFF66;
	scrollbar-dark-shadow-color:#203082;
	scrollbar-highlight-color:   none;
	scrollbar-shadow-color:#203082;
 width: 100%;
 height:100%;
 background-color: #FFFF66;
 text-align:center;
 }
  
 #document {
 position:absolute;
 top:50%;
 left:50%;
 margin-left:-481px;
 margin-top:-288px;
 width: 962px;
 height:575px;
 background-color: #FFFF66;
 /*margin-right: auto;
 margin-left: auto;*/
 }
 
#header{
 height: 59px;
 width: 962px;
 background-image: url('../image/header.jpg');
 background-repeat: no-repeat;
 }
 
#mainconatainer {
 height: 427px;
 width: 962px;
 background-color: #FFFF66;
 text-align:left;
 } 
 
#contentleft {
 width: 104px;
 height: 427px;
 background-image: url('../image/content_left.jpg');
 background-repeat: no-repeat;
 float: left;
 }
#content {
  float:left;
  width: 751px;
  height: 427px;
  background-color: #FFFFFF;
  overflow:auto;
 }
#contentcenter {
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 15px;
 width: 711px;
 height: 412px;
 text-align: left;
 }   
#contentright {
 width: 107px;
 height: 427px;
 background-image: url('../image/content_right.jpg');
 background-repeat: no-repeat;
 float: right;
 } 
#cars{
 height: 69px;
 width: 962px;
 background-color: #000000;
 background-image: url('../image/cars.jpg');
 background-repeat: no-repeat;
 text-align:left;
 }
#navigation {
 height: 20px;
 width: 962px;
 background-color: #FFFF66;
 text-align:left;
}

#overlay {
 z-index: 1000;
 position:absolute;
 margin-top:-43px;
 margin-left: 104px;
 width: 751px;
 height: 43px;
 background-image: url('../image/overlay.gif');
 background-repeat: no-repeat;
}
#content {
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #203082;
scrollbar-face-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-dark-shadow-color:#203082;
scrollbar-highlight-color:   none;
scrollbar-shadow-color:#203082;
}
#contentcenter {
 color: #000000;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
}

#contentcenter p{
 margin-bottom:10px;
}

#contentcenter h1{
	color: #EE0222;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}
#contentcenter h2{
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
#contentcenter a{
 	color: #203082;
	text-decoration: none;}
	
#contentcenter a:hover{
  text-decoration: underline;
  color: #EE0222;} 
  
#contentcenter a:active{
  text-decoration: underline;
  color: #EE0222;} 

#navigation table{
width:100%;
}

#navigation a{
 	color: #203082;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;}
	
#navigation a:hover{
  text-decoration: underline;
  color: #EE0222;
  } 
  
 #navigation a:active{
  text-decoration: underline;
  color: #EE0222;
  }
    
p {margin:0 0 0;}

input, textarea, select { 
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #203082;
	background: #FFFFFF;
	border: 1px;
	border-style: solid;
	border-color: #203082;
	}