/* generated by csscreator.com */ 
html, body{
	background-color:#000000;
	margin:0;
	padding:0;
	text-align:center;
} 
 
#pagewidth{ 
 width:770px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:200px; 
  background-color:#000000; 
 width:100%;
} 
 
#leftcol{
 width:200px; 
 height:600px;
 float:left;
 border-width: .2em; 
 border-style: dotted; 
 border-color: #900;  
 position:relative; 
 background-color:#800000; 
 }
 
#maincol{background-color: #000000;  
 float: right; 
 display:inline; 
 position: relative; 
 width:570; 
 }
 
#login{
width: 175px;
text-align: center;
border-width: .2em;
border-style: dotted;
border-color: #900;
}
#footer{
 height:100px; 
 border-width: .2em; 
 border-style: dotted; 
 border-color: #900;  

  background-color:#800000; 
 clear:both;
 } 
  
.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;
	min-height: 100%;
} 
#twocols, #maincol{width:100%; float:none;}
}
.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
}

