/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#000000;
} 

h2.main
{
font-family: verdana, helvetica, arial;
font-size: 17px;
color: #ffffcc;
text-align: center;
text-decoration: italic;
}

p
{
font-family: verdana, helvetica, arial;
font-size: 13px;
color: #cc6633;
text-align: justify;
text-decoration: none;
}

table.ad
{
font-family: verdana,helvetica,arial;
font-size: 18px;
color: #000000;
text-align: center;
text-decoration: none;
}

a:link { 
	color: #ffffcc;
	}
a:visited { 
	color: #ffffff;
	}
a:hover { 
	color: #cccccc;
  	text-decoration: underline;
	}
a:active { 
	color: #ffffcc;
	}
	
 #navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 110px;
background-color: #000000;
border-bottom: 1px solid #000000;
border-left: 5px solid #000000;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #333333;
color: #fff;
}
 
#pagewidth{ 
 width:660px; 
 text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:250px; 
  background-color:#000000; 
 width:100%;
} 
 
#leftcol{
 width:160px; 
 float:left; 
 position:relative; 
 background-color:#000000; 
 }
 
#twocols{
 width:500px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:115px; 
 float:right; 
 position:relative; 
 background-color:#000000;
 }
 
#maincol{background-color: #000000;  
 float: left; 
 display:inline; 
 position: relative; 
 width:350px; 
 height:350px;
 font-family: verdana, arial, sans-serif;
 font-color: #ffcc99;
 font-size: 12px;
 }
 

#footer{
 height:50px; 
  background-color:#000000; 
 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-table;}

/* 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;}
}

