/* CSS Document */
body{
	margin:0px auto;
	padding:0px;
	width:957px;
	background-color:#fff;
	font-size:12px;	
}

#main {
   width:957px; 
   height:auto;
   text-align:left; 
   float:left;
   border:solid 0px #a4a4a4; 
}

#header{
   width:957px; 
   height:149px;
   text-align:left; 
   border:solid 0px #0000FF; 
   background-image:url(images/header.jpg);
   float:left;
   background-repeat:no-repeat;
}

#MainImg{
   width:570px; 
   height:300px;
   text-align:left; 
   border:solid 1px #CCCCCC; 
   background-image:url(images/mainImg.jpg);
   float:left;
   padding:25px 0px 0px 10px;
}

#MainContent{
   width:1024px; 
   height:192px;
   text-align:left; 
   border:solid 0px #0000FF; 
   background-image:url(images/mainContentBg.jpg);
   float:left;
}

#Footer{
   width:957px; 
   height:492px;
   text-align:left; 
   border:solid 0px #0000FF; 
  /* background-image:url(/images/footer.jpg);*/
   float:left;
}

.coreSearchInput{
width:172px; 
height:15px;
font-size:11px;
/*border:solid 1px #b2b2b2;*/
margin:-3px 0px 0px -4px;
float:left;

}

#Search{
width:180px; 
height:45px;
border:solid 1px #0000FF;
float:left;
}

#coreSearchSubmit{
width:50px; 
height:15px;
border:solid 0px #0000FF;
float:left;
display:block;
margin:0px 0px 0px 0px;
}

