/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align: center; 
 font-family: Georgia, serif;
 color: #737d6e;	 
}

a:link, a:visited { color: #00e;}
a:hover, a:active { color: #f62; }
 
#container { 
	width:776px; 
	text-align:left;  
	margin: 0 auto;
	background-image: url(images/bg_dots.gif);
	background-repeat: repeat-y; 
} 
 
#header{
	position:relative; 
	height:86px; 
	background-color:#FFFFFF; 
	width:100%;
} 
 
#leftcol{
	width:200px; 
	float:left; 
	padding-right: 8px;
	position:relative; 
	padding-top: 20px;
}
 
 /* *** 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{ 
	.side-content-1, .side-content-2 { display:none; } 
	.main-content { width:100%; float:none; }
}

/* COLUMNS */

#content { margin-top: 20px; }

.main-content { width: 275px; height: 200px; float: left;}
.side-content-1 { width: 200px; float: left; margin-right: 10px; }
.side-content-2 { width: 265px; float: right; }

#blocks .box { background: transparent url(images/box-bg.gif) no-repeat top left; height: 240px; width: 255px; padding: 60px 10px 0; }
#blocks .side-content-1 { padding-top: 50px; }

#footer { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; margin: 40px 0; text-align: center; }
#footer a { color: #999; }
a img { border-width: 0; }

.content-box { margin-top: 50px; background: transparent url(images/box_tab.gif) no-repeat top left; padding-top: 45px; }
.inner-box { background: #efeef3 url(images/grid.gif) repeat-x bottom left; border-top: 1px solid #efeef3; padding: 0 10px; padding-bottom: 20px; }