html, body{
background-color:#161616;
font-family:'Trebuchet MS',Verdana,Tahoma;
font-size:90%;
}

#navlist a {text-decoration:none;
color:#fff;
padding-right:25px;
padding-left:25px;
padding-top:5px;
padding-bottom:5px;
border: 1px solid #333;
background-color:#000;}

#navlist a:hover {text-decoration:none;
color:#666;
background-color:#235}

#pagewidth{
background-color:#000;
border: 1px solid #333;
padding: 10px;}

#flashcontent{
border: 1px solid #333;
width:440px;
margin:0px 0px 0px 40px;
background-color:#161616
    }

input, textarea {background: #161616; border: 1px solid #333; color: #ffffff;}


html, body{ margin:0; 
 padding:0; 
 text-align:center; 

} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
margin-top:5%;
} 
 
#header{
 position:relative; 
 height:50px; 

 width:100%;
} 
 
#leftcol{

 width:33%;
 float:left;
 position:relative; 
text-align:center;
 }

#leftcol h1,h2,h3,h4,h5 {
color:#fff;
margin-left:10px
}

#leftcol form{padding-top: 50px}

#maincol{  
 float: right; 
 display:inline; 
 position: relative; 
 width:67%; 
text-align=center;
 }
 

#footer{
text-align:right;
padding:10px 50px;
height:30px;  
 clear:both;
 }
 
     #navlist li
{
display: inline;
list-style-type: none;
}



 
 /* *** Float containers fix: *** */ 
.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 */
