BODY
{
    FONT-FAMILY: Helvetica, Arial;
    BACKGROUND-COLOR: #000000; color: #CCCCCC;
    margin: 30px 4px 4px 40px; 
    padding: 2; 

}
H1
{
    FONT-FAMILY: Helvetica, Arial
}
H2
{
    FONT-FAMILY: Helvetica, Arial
}
H3
{
    FONT-FAMILY: Helvetica, Arial
}
H4
{
    FONT-FAMILY: Helvetica, Arial
}
P.gallerylist
{
margin-top: 0; text-align: center
}
a:link {  font-family: Helvetica, Arial, sans-serif; font-style: normal; color: #006600}
a:visited {  font-family: Helvetica, Arial, sans-serif; color: #FFCC00}

#pagewidth{ }
 
#header{
 position:relative; 
 height:60px; 
 background-color:#000000; 
 width:100%;
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 background-color:#000000;
}
 
#maincol{background-color: #000000;  
 float: right; 
 display:inline; 
 position: relative; 
 width:80%; 
 }

#leftcol2{
 width:40%; 
 float:left; 
 position:relative; 
 background-color:#000000;
}
 
#maincol2{background-color: #000000;  
 float: right; 
 display:inline; 
 position: relative; 
 width:60%; 
 }
 
#footer{
 height:40px; 
  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-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;} 
#twocols, #maincol{width:100%; float:none;}
}

