@charset "utf-8";

body {
font-family:Verdana, Geneva, sans-serif; 
font-size:12px; 
line-height:20px; 
color:#545353;}


.Main_layout #header { 
	  width: 1024px; 
	  height:430px;
 
} 


.Main_layout #container { 
      width: 1024px;  
      margin-left : auto; 
	  margin-right : auto;
	   text-align: left;
      /*border: 1px solid #060;
	  border-radius: 5px;
     */ /*กรอบเวปไซค์*/
} 
 

.Main_layout #sidebar1 {
      float: left; 
      width: 200px;
	  height:505px;
	  margin:0px 0px 2px 1px;
}
.Main_layout #mainContent { 
       background-image:url(../images/etc/bg.jpg);
	  background-repeat:no-repeat;
	  width: 806px;
	  height:505px;
	  margin: 0px 0px 2px 205px;
	  padding:15px 0 0 10px;
	  border: 1px solid #d1d0cf;
	  border-radius: 5px;
	  
} 
.Main_layout #mainContent_contract { 
   
	  width: 806px;
	  height:513px;
	  margin: 0px 0px 2px 205px;
	  padding:2px 0 0 10px;
	  border: 1px solid #d1d0cf;
	  border-radius: 5px;
	  
} 
#mainContent_contract_table {
       width:806px;
       background-color: #FFF; 
   }
   #mainContent_contract_table p {
       clear: both;
       width: 100%;
       margin: 0px;
   }
   #mainContent_contract_table span {
       float: left;
       padding: 0px; 
   }
   #mainContent_contract_table span.right1 {
	   text-align:right;
       width:400px; 
	   height:45px;
   }
   #mainContent_contract_table span.right2 {
	width: 400px;
	height:45px;
	padding-left:5px;
	 
   }



.Main_layout #footer {
	width: 1024px;
	background-image:url(../images/header/footer.png);
	background-repeat:no-repeat;
	height:39px;

} 
 
.clearfloat { 
      clear:both;
}





