a:link {
text-decoration: none;
color: #ffffff
}
a:visited {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #FFEBA9
}
a:active {
color: #ffffff
}

html body {
 background-color:#000000;

height:100%; 
margin:0; 
padding:0; 
}

 
#pagewidth{ 
 width:800px; 
 min-width: 500px;

} 
 
#header{ 
background-image: url(../images/header_spirit.jpg);
 height:100px; 
 width:100%; 
 }
 
 #outer{ 
 width: auto;
 min-height: 99%;
 margin:0; 
  float:left; 
 position:relative;
  background-color: #f3a200;
} 
 
#leftcol{
 width:150px; 
 float:left; 
 position:relative; 
 background-color:#c26919;
 height:100%;
 }
 
#maincol{ 
 float: left; 
 width: 650px; 
 position: relative;


 }
 
 #counter {
 float:left;
 padding-top: 3px;
 }
 
#footer{ 
 position:relative;
 background-color:#c26919;
 height:20px; 
 }
 
 #last {
 float: right;
 
 }
 
.clr{
 clear:both;
 }
 
.content{
 float:left;
 margin-left: 10px;
 } 

.contentfampict {
 width: 500px;	
}
 
 
* html { /*IE */ 
top:0; 
} 


 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
}
