body {
	 width: 950px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #FFFFFF;
	 text-align: center;
	 margin: 0px auto;
	 background-image: url(/images/to_use/main_bg.jpg);
	 background-repeat: repeat-x;
	 background-position: top;
	 background-color: #000000;
	 line-height: 150%;
	 }

p {
  padding: 0px;
  margin: 0px;
  }
  
h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #a95109;
   padding: 0px;
   margin: 0px;
   }
   
.buttons {
		 background-color: #a95109;
		 border: 1px solid #a95109;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 11px;
		 color: #fff;
		 }
		 
.fields {
		 background-color: #fff;
		 border: 1px solid #a95109;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 11px;
		 color: #000;
		}
		
.images {
		border: 1px dashed #ffc003;
		padding: 3px;
		}
   
.spacer_footer {
			   height: 40px;
			   clear: left;
			   }
   
a:link {
	   color: #ffc003;
	   text-decoration: none;
	   font-weight: bold;
	   }
			 
a:visited {
		  color: #ffc003;
		  text-decoration: none;
		  font-weight: bold;
		  }
			 
a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		font-weight: bold;
		}
	 
#row1 {
	  width: 950px;
	  height: 40px;
	  }
	  
#row1_img1 {
		   width: 152px;
		   height: 29px;
		   background-image: url(/images/layout_01.jpg);
		   float: left;
		   padding-top: 11px;
		   text-align: center;
		   }
		   
#row1_img2 {
		   width: 139px;
		   height: 29px;
		   background-image: url(/images/layout_02.jpg);
		   float: left;
		   padding-top: 11px;
		   text-align: center;
		   }
		   
#row1_img3 {
		   width: 173px;
		   height: 29px;
		   background-image: url(/images/layout_03.jpg);
		   float: left;
		   padding-top: 11px;
		   text-align: center;
		   }
		   
#row1_img4 {
		   width: 139px;
		   height: 29px;
		   background-image: url(/images/layout_04.jpg);
		   float: left;
		   padding-top: 11px;
		   text-align: center;
		   }
		   
#row1_img5 {
		   width: 170px;
		   height: 29px;
		   background-image: url(/images/layout_05.jpg);
		   float: left;
		   padding-top: 11px;
		   text-align: center;
		   }
		   
#row1_img6 {
		   width: 177px;
		   height: 29px;
		   background-image: url(/images/layout_06.jpg);
		   float: left;
		   padding-top: 11px;
		   text-align: center;
		   }
		   
#row2 {
	  width: 950px;
	  height: 123px;
	  clear: left;
	  background-image: url(/images/layout_07.jpg);
	  }
	  
#row3 {
	  width: 950px;
	  height: 162px;
	  background-image: url(/images/layout_08.jpg);
	  }
	  
#row4 {
	  width: 880px;
	  background-image: url(/images/layout_09.jpg);
	  background-position: top;
	  background-repeat: repeat-x;
	  text-align: left;
	  padding-left: 35px;
	  padding-right: 35px;
	  }
	  
#footer {
		width: 880px;
		height: 23px;
		border: 1px dashed #333333;
	    margin-left: 35px;
	    margin-right: 35px;
		padding: 5px;
		font-size: 11px;
		color: #666666;
		clear: left;
		}
		
#footer_left {
			 width: 560px;
			 text-align: left;
			 float: left;
			 padding-left: 10px;
			 }
		
#footer_right {
			  width: 300px;
			  text-align: right;
			  float: left;
			  padding-right: 10px;
			  }