/* CSS Document */

/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#FFFFFF;
 background-color:#000000;
} 
 
h1, h2, h3, h4, h5, h6 {
margin:0px;
padding:0px;

} 
 
#pagewidth{ 
 width:600px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
 background-color:#000000; 
 width:100%;
} 
 
#wrapper{
	border: 1px solid #FFFFFF;
 } 
 
#maincol{
	background-color: #000000;
	width: 400px;
	float: left;
	display:inline;
	position: relative;
	margin-right:20px;
 }
 
 #maincol img {
 	float:left;
	border-right: 1px solid #FFFFFF;
 }
 
 #right_col{
	padding:15px;
 }
 
  #right_col fieldset{
	padding:15px;
 }
 
#footer{
 height:50px; 
  background-color:#000000; 
 clear:both;
 padding-top:10px;
 text-align:right;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  

a, a:active, a:link, a:visited {
color:#efefef;
text-decoration:none;
}

a:hover {
color:#ffffff;
text-decoration:underline;
}

