body {text-align: center; 
	   margin: 0px; 
	   background: #000000;
	   font-family: arial, verdana;
		font-size: 13px;
	 }
	 
body a {font-family: arial, verdana;
		font-size: 13px;
		color: #333333;
		}	 
	 
#wrapper {margin-left: auto; 
			margin-right: auto; 
			width: 1000px; 
			height: 788px; 
			background-image: url('/img/head3.png'); 
			background-repeat: no-repeat;
		  }
		  
#main {margin-left: auto; 
       margin-right: auto; 
       margin-top: 0px; 
       border-left: 35px solid #000000; 
       width: 865px; 
       height: 100%; 
       background: #c7cdbb; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7cdbb', endColorstr='#666666'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#c7cdbb), to(#666666)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #c7cdbb,  #666666); /* for firefox 3.6+ */ 

      }
      
#main2 {margin-left: auto; 
       margin-right: auto; 
       margin-top: 170px; 
       border-left: 35px solid #000000; 
       width: 865px; 
       height: auto;
       
      }      
      

#content {margin: 0px 15px 0px 15px; 
		  padding-top: 11px;
	
		  text-align: left;
		  font-family: verdana, arial;
		  font-size: 12px;
		  color: #000000;
		   
		 }
		 
#content a {font-family: verdana, arial;
		  font-size: 12px;
		  color: #000000;
		  text-decoration: none;
		  border-bottom: 1px dotted #666666;
	 		 }		 
		 
	 
#footer {margin-right: 330px; 
	     margin-top: -70px;
		 }		 

#footer2 {position: relative;
		  margin-left: auto;
		  margin-right: auto;
           width: 600px;
           height: 75px;
           top: -180px;
       
		 }	
