html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: url('img/tlo2.jpg');
 background-repeat: repeat;
} 
 
#pagewidth{ 
 width:950px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 font-family: Tahoma;  
 background: url('img/tlo.jpg');
 background-position: bottom;
 background-repeat: no-repeat;
} 

#topheader {
	height: 10px;
	background: #A4A698;
	margin-bottom: 1px;
}

#header{
 width:950px; 
 height: 278px;
 background: url('img/top.jpg');
 border-bottom: 7px solid #9C290E;
}

#menu{
 color: #fff;  
 float: left;
 width: 250px;
 min-height: 600px;
 margin-top: 25px;
}

#menu img{
	border: 0px solid;
}

#menu img a{
	border: 0px solid;
}

#menu div{
 font-size: 13px;
 color: #fff; 
} 

#menu div a{
 color: #fff; 
}

#menu div b{
 font-family: Tahoma;
 font-size: 11px;
 color: #fff; 
 display: inline;
 margin-bottom: 10px;
 text-transform: uppercase;
} 

#menu div b a{
 color: #D2D4D5; 
}

#menu div b a:hover{
 color: #C9DBE3; 
} 


#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; 
}
 
#tresc{
 float: right; 
 display:inline; 
 position: relative; 
 width:650px;  
 margin: 15px 0 0 0;
 font-family: Arial;
 font-size: 12px;
 color: #2A2A2A;
 text-align: justify;
 }
 

 
#footer{
 clear:both;
 margin-top: 20px;
 margin-bottom: 20px;	
 font-family: Arial;
 font-size: 11px;
 color: #858585; 
 margin-left: 15px; 
 } 
 
#footer a{
	color: #17AEFF;  
 } 

#footer a:hover{
	color: #17AEFF;
	text-decoration: underline;  
 } 
 
 
.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;}
}
