/* generated by csscreator.com; because i don't know the display tricks and i can't be bothered to look them up, frankly. */ 
html, body{
 background-color:#000000; 
 margin:0; 
 padding:0; 
 text-align:center;
 font: small "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
 padding-bottom:20px;
} 
 
#pagewidth{ 
 width:1024px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:265px; 
 background-color:#000000;
 background-image: url('top.png');
 background-repeat: no-repeat;
 width:100%;
} 
 
#leftcol{
 width:300px; 
 height:252px;
 float:left; 
 position:relative; 
 background-color:#000000;
 background-image: url('bottomleft.png');
 background-repeat: no-repeat;
 }
 
#twocols{
 width:702px; 
 float:left; 
 position:relative; 
  }
 
#rightcol{
 width:300px;
 height:252px;
 float:left; 
 position:relative; 
 background-color:#000000;
 background-image: url('bottomright.png');
 background-repeat: no-repeat;
 }
 
#maincol{
 background-color: #000000;
 background-image: url('bottomcent.png');  
 background-repeat: no-repeat;
 float: left; 
 display:inline; 
 position: relative; 
 width:402px;
 height:252px;
 }

#maincol p {
 margin: 10px;
 color: #ccbb00;
}

#maincol small {
 margin: 10px;
 color: #998800;
}


#maincol ul {
 margin: 10px;
 color: #ccbb00;
}

#maincol li {
 margin: 4px;
 color: #ccbb00;
}


#maincol h2 {
	color: #ccbb00;
	margin:15px;
	font-weight: bold;
	font-size: medium;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

div, p, th, td, li, dd, dl, dt    {
    font-family:  geneva, verdana, arial, helvetica;
}

a       {
		font-weight: bold;
        text-decoration:        none;
}
a:link  {
        color:  #ed0;
        background-color: transparent;
}
a:visited       {
        color:  #ed0;
        background-color: transparent;
}
a:active        {
        color:  #ed0;
        background-color: transparent;
}
a:hover {
        color:  #ed0;
        background-color: transparent;
        text-decoration:       none; 
}

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


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