/* generated by csscreator.com */ 
body { 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-image:url(images/page_bg.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:20px;
} 
 
#pagewidth { 
	width:776px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#leftcol {
	width:275px;
	margin-right:13px; 
	float:left;
	position:relative; 
}
 
#maincol {
	float:right; 
	display:inline; 
	width:488px;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;	
}
 
#maincol p, #maincol ul li {
	padding-left:15px;
	padding-right:25px;
	line-height:16pt;
	font-size:11pt;
}

img.thumb {
	margin-right:5px;
	margin-left:15px;
	margin-bottom:2px;
	float:left;
}

br.clearboth {
	clear:both;
}

#footer{
	clear:both;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-y;
	text-align:center;
	font-variant:small-caps;
	margin-top:40px;
} 

#footer p.keywords {
	color:#666666;
	font-size:8pt;
	line-height:10pt;
	padding-left:25px;
	padding-right:25px;
}

a {
	color:#666666;
	text-decoration:none;
}
 
img {
	border-width:0px;
}
 
 /* *** 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;
	}
}
