/* *** Colletti Design Style Sheet *** */
html, body{ 
 margin:0; 
 padding:0; 
 color: #cccccc;
 font-family: "BankGothic Lt BT", verdana, arial, helvetica, sans-serif;
 font-size: 10pt;
 background: #000000;
 background-image: url("images/homemain.gif");
 background-repeat: no-repeat;
 } 
 
h1{ clear: both; 
     font-size: 150%;} 
   
h2 { clear: both; 
     font-size: 140%;} 
     
h3 { clear: both; 
     font-size: 130%;} 
     
h4{ clear: both; 
     font-size: 125%;} 
     
h5 {clear: both; 
     font-size: 120%;} 

h6 {clear: both; 
     font-size: 110%;} 
     
#pagewidth{ 
 width:780px; 
  min-width: 500px; 
  
} 
 
#leftcol{
 width:240px; 
 top: 290px; 
 position:absolute; 
 margin-left:-240px; 
 margin-right:1px; 
 }

#footer{
 font-size: x-small;
}

#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 240px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #000000;   /* left column colour */ 
border-left-style: solid; 
background-color: #000000; /* center column colour */ 
width: auto; 
 } 
 
#inner{margin:0; width:100%;}

#privcol{ 
 left: 269px; 
 top: 100px;
 width: 500px; 
 position: absolute; 
 margin: 0px -8px 0px -2px; 
 
 }
 
#maincol{ 
 left: 240px; 
 top: 420px;
 width: 400px; 
 position: absolute; 
 margin: 0px -8px 0px -2px; 
 
 }

#maincol_high{ 
 left: 240px; 
 top: 60px;
 width: 540px; 
 position: absolute; 
 margin: 0px -8px 0px -2px; 
 
 }
 
#outer>#inner { border-bottom: 1px solid #000000;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
#pagewidth a:link 
   { color: #72EBCF;               
     font-weight: normal; }
     
#pagewidth a:visited 
   { color: #AF7143;               
     font-weight: normal; }

#pagewidth a:active
   { color: #ffff80;   }     
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
