a  {
			
text-decoration: none;
color:#AFA67B;
}
			
			
h2 a:hover  {
text-decoration: none;
color:#B80000;
}

h1 a:hover  {
text-decoration: none;
color:#B80000;
}

ul {
	
list-style-type: none;	
/*margin-left: -10px;	*/
/*@margin-left: 20px;   */
}


li a {
color: #AFA67B;	
font-size: 14px;	
@font-size: 14px;	
font-family: Tahoma, Verdana, Arial;
text-decoration: none;
margin-left: -20px;
}


li {
color: #B80000;	
font-size: 14px;	
font-family: Tahoma, Verdana, Arial;
margin-left: 10px;
}



li a:hover {
color: #B80000;	

}


		h2 {
			
			letter-spacing: 0.1em;
			word-spacing: 0.1em;
			font-size: 16px;
			color:#B80000;
			font-family: Tahoma, Verdana, Arial;
			
			}			

		h1 {
			margin-right: 25px;
			font-size: 22px;
			color:#AFA67B;
			font-family: Tahoma, Verdana, Arial;
			text-align:right;
			}			

h3 {
			margin-right: 25px;
			font-size: 16px;
			color:#AFA67B;
			font-family: Tahoma, Verdana, Arial;
			text-align:left;
			}			
h4 {
			font-weight: normal;
			margin-right: 25px;
			font-size: 16px;
			color:#AFA67B;
			font-family: Tahoma, Verdana, Arial;
			text-align:justify;
			}			

			
			
#tg {

	position: relative;
	float: bottom;
	
	
	
}			
			
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:615px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background: url(images/tlo.gif);
} 
 
#header{
 position:relative; 
 height:138px; 
  background-color:#ECD6D6; 
  background: url(images/top2.gif);
  text-align:right;
 width:100%;
} 

#footer{
 position:relative; 
 height:22px; 
 background: url(images/spod.gif);
 width:100%;
} 


#leftcol{
 width:130px; 
 float:left; 
 position:relative; 
 
 }
 
#maincol{
	
 float: right; 
 display:inline; 
 position: relative; 
 width:450px; 
 }
 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}


* html .clearfix{height: 1%;}
.clearfix{display: block;}



 @media print{ 

#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
