/* CSS Document */
/* CSS Standart */
body   {text-align:center;background:#191817;  font-size: 90%;  font-family:Arial, Helvetica, sans-serif;}



.header { width:1000px;
          height:180px;
		  margin:0;
		  background: url(../img/site/headder.jpg);
}
.page{     width:1000px;
           text-align:left;
		   position:relative;
		   margin-top:-10px; padding:0;   
}		  
	
.main{      width:1000px;  
            top:200px;			
   		    position:absolute; 
}

.col1{      width:200px;
            position:absolute; 		
			top:0;
			left:0;    
}
.col1_content{     
}
.col2{      width:200px;
            position:absolute; 		
			top:0;
			right:0;    	    
}
.col2_content{     
}
.col3{      width:578px;
           position:relative;
			margin:0 210px;
	     
}
.col3_content{     padding:10px 0;
}
.footer{    
            width:100%;
			height:190px;
			padding-top:3em;
		
}

/* CSS Variabel */
.header2 { width:1000px;
           height:40px;
		   background: url(../img/site/bg-top-menu.jpg);
		   margin:0;
           
		   
}
