
  
  /* generated by csscreator.com */ 
html, body{ 
 margin:0px; 
  
  text-align:center; 

  
  padding-top:30px;
} 
* {
font-family:verdana,arial,tahoma;
font-size:8pt;
font-color:black;
}

div#pagewidth{ 
 width:540px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 border:0px solid black;
 
 
} 
body>div#pagewidth{
 	height:auto;
	min-height:100%;
}
 
#header{
  position:relative; 
  text-align:left; 
 
  
  padding-left:2px;
  width:540px;
  
  border:0px solid #ccc;
  
  
  
 
 
 
} 

#wrapper{
height:100%;

}

#maincol{
 background-color: white;  

 display:block; 
 position: relative; 
 width:540px; 
 margin-top:5px;
 border:0px dotted blue;
 text-align:center;
 } 
 .opc{
 display:inline;
 float:left;
 padding:0px 2px 0px 2px;
 }
 a.opacity {
 display:block;
 margin-bottom:5px;
 border:1px solid black;
 height:400px;
 width:84px;
 }
/* before mouseover (the higher the opacity, the more the image fades to completely transparent or invisible) */
a.opacity img {
/* microsoft */
	filter:alpha(opacity=100);
	/* mozilla */   
	-moz-opacity: 1;   
	opacity: 1;
	
	
}
/* on mouseover (the higher the opacity, the more the image fades to completely transparent or invisible) */
a.opacity:hover img {
	/* microsoft */
	filter:alpha(opacity=37); 
	/* mozilla */
	-moz-opacity: 0.37; 
	opacity: 0.37;
}
 
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}
