html {
	background-image: url(../images/bk.gif);
	color: #ccc;
	font-family: "Verdana", "Sans", "Helvetica", "Arial";
	font-size: 10px;
}

a, :hover, :visited {
	color: #ccc;
	text-decoration: none;
}

.orange {
 color: #B0640E;
}

body { 
 margin:0; 
 padding:0; 
 text-align: center; 
}
 
#pagewidth{ 
 width:760px; 
 text-align:left;  
 margin: auto; 
 background-color: #090E24; 
} 
 
#header{
 position: relative; 
 height: 220px; 
 background-color: #090E24; 
 width: 100%;
} 
 
#maincol{
// border: 1px solid #fff;
 padding: 15px;
 float: left; 
 display: inline; 
 position: relative; 
 width: 500px; 
 }

#rightcol{
 border: 0px #fff solid;
 float: right; 
 display:inline; 
 position: relative; 
 width: 220px; 
 margin-top: 15px;
 margin-right: 10px;
 margin-bottom: 10px;
 }
 
.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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

