/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #000000;  

} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:160px; 
 background-color: #000000;  
 width:100%;
 text-align: center;
 font-family: arial, helvetica;
}
#header2{
 position:relative; 
 height:45px; 
 background-color: #000000;  
 width:100%;
 text-align: center;
 font-family: arial, helvetica;
} 
 
#leftcol{
 width:40%; 
 float:left; 
 position:relative; 
 background-color:red; 
 }
#rightcol{
 width:40%; 
 float:right; 
 position:relative; 
 background-color:blue; 
 }
 
#maincol{
 background-color: #000000;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%;
 height:500px;
 text-align:center;
 }
 
#footer{
 height:35px; 
 background-color:#000000;
 color:#ffffff;
 clear:both;
 padding-top:15px;
 text-align: center;
 font-size:small;
 font-family: arial, helvetica;
 } 
 

 
 /* *** 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;}
}

.superscript{font-size:x-small; font-weight: bold; vertical-align:top;} 
.subscript{font-size:x-small; vertical-align:bottom;} 

a, a.visited, a.hover{
color: #ba0000;
/* color: #6a6a6a; */
text-decoration: none;
font-weight: bold;
}

ul.thumb {
	float: center;
	list-style: none;
	margin: 0; padding: 10px;
	width: 450px;
        margin-left:auto; 
        margin-right:auto; 
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 450px;
	height: 150px;
}
ul.thumb li img {
	width: 450px; height: 150px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: none;
	padding: 5px;
	background: #000000;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(../main/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}