/* generated by csscreator.com */ 
html, body{ 
 color: #FFFFFF;
 background: #000000 url(images/background.jpg) center fixed no-repeat;
 margin:0; 
 padding:0; 
 } 
 
a:link {color: #FFFFFF}
a:visited {color: #FFFFFF}
a:hover {color: #0000FF}
a:active {color: #FF0000}
a img {border: none; } 
 
.buttonscontainer {width: 100%;}

.buttons a {color: #FFFFFF;
background: #000000;
padding: 2px;
padding-left: 3px;
display: block;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {
background: #000000;
color: #0000FF;
text-decoration: none;} 
 
#pagewidth{ }
 
#header{
 position:relative; 
 height:70px;
 width:100%;
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:10%; 
 float:right; 
 position:relative; 
 }
 
#maincol{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:90%;
 }
 
#footer{
 height:150px; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 

.clearfix{
display: inline;
}

/* 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}

}
