/* CSS Document */
body{
	margin:0px auto;
	padding:0px;
	width:970px;
	background-color:#fff;
	font-size:12px;	
}

#main {
   width:970px; 
   height:auto;
   text-align:left; 
   float:left;
   border:solid 0px #a4a4a4; 
}

#header{
   width:970px; 
   height:166px;
   text-align:left; 
   border:solid 0px #0000FF; 
   background-image:url(/images/header.jpg);
   float:left;
   background-repeat:no-repeat;
}

#MainImg{
   width:970px; 
   height:545px;
   text-align:left; 
   border:solid 0px #CCCCCC; 
   background-image:url(/images/mainimg.jpg);
   float:left;
   background-repeat:no-repeat;
}

#Footer{
   width:970px; 
   height:432px;
   text-align:left; 
   border:solid 0px #0000FF; 
   background-image:url(/images/footer.jpg);
   background-repeat:no-repeat;
   float:left;
}

.coreSearchInput{
width:140px; 
height:13px;
font-size:10px;
/*border:solid 1px #b2b2b2;*/
margin:5px 0px 0px 5px;
float:left;
border: 0px ;
}

#Search{
width:180px; 
height:45px;
border:solid 1px #0000FF;
float:left;
}

#coreSearchSubmit{
width:22px; 
height:22px;
border:solid 0px #0000FF;
float:left;
display:block;
margin:0px 0px 0px 8px;
}     