html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body {
	background: #fff;
	color: #000;
}
 
#pagewidth{ 
 width:760px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 font-family: Arial;  
 color: #5d4020;
} 
 
#header{
 position:relative; 
 height:100px; 
 background-color:#FFFFFF;  
 width:100%;
} 


#logo{
 cursor: pointer;
 position:absolute; 
 left: 10px;
 top: 10px;
}

#flagi{
 position:absolute; 
 right: 10px;
 top: 10px;
}

#slogan{
 position:absolute; 
 left: 300px;
 top: 50px;
}

#menu{
 background-color:#FFFFFF;  
 width:100%;
 border-top: 1px solid gray; 
 border-bottom: 1px solid gray;
 margin-bottom: 1px;
 padding: 10px 0;
} 

#menu div{
 font-family: Arial;
 font-size: 11px;
 color: #858585; 
} 

#menu div a{
 color: #858585; 
} 

#menu div b{
 font-family: Arial;
 font-size: 12px;
 color: #333333; 
 display: inline;
 margin-bottom: 10px;
 text-transform: uppercase;
} 

#menu div b a{
 color: #333333; 
} 

#wrapper{ 
	padding: 0;
	margin: 0;
	width: 100%;
}

#wrapper img{ 
	 
}

#main_page{
	margin-top: 15px;
}


#main_page, #leftcol, #main_page a{
	font-family: Arial;
 	font-size: 11px;
	color: #858585; 
}

#main_page h2, #leftcol h2{
	font-size: 14px;
 	color: #333333; 
}
 
#leftcol{
 width:220px; 
 float:left; 
 margin-top: 20px;
}
 
#tresc{
 float: right; 
 display:inline; 
 position: relative; 
 width:530px;  
 margin: 15px 0 0 10px;
 font-family: Arial;
 font-size: 12px;
 color: #2A2A2A;
 text-align: justify;
 }
 

 
#footer{
 border-top: 1px solid gray;
 clear:both;
 margin-top: 10px;
 margin-bottom: 20px;	
 font-family: Arial;
 	font-size: 11px;
	color: #858585;  
 } 
 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}