/* CSS Document */

*{margin:0px;
  padding:0px;
  border:0px;}
body{
	background:#fff;
	background-repeat: repeat; 
	     
	  }
	  
	  	#wrap{
	position: absolute;
	width: 1000px;
	top: -9999px;
}	
#container{
           width:900px;
		   height:1000px;
		   background:#fff;
		   margin:0 auto;
		   flont-size:16px;
	  color:#000; 
		   		   }
#header{
	height:100px;
	width:900px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
				}
#header h1{
	margin-left:220px;
}


#header h2{
	margin-left:220px;
}

#content{ 
          width:900px;
         height:800px;
		 color:#000;
		 font-size:16px;
		 float:left;
		 }
#lfe{
       width:300px;
	   height:800px;
	   float:left; 
	   margin-right:20px; 
		 } 
		 
#right{
        width:500px;
	   height:800px;
	   float:left;      
			}
		 
#footer{
        width:900px;
		height:100px;
	    text-align:left;
		font-size:12px;
		color:#333;
		  } 
	 
	 
	 
	 
	 
	 #content p {
	text-indent: 32px;
}
