/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 font-size:13px;
 background-image:url(images/bg.gif); 
} 
 
#pagewidth{ 
 width:800px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:90px; 
 background-color:#f2f2f2;
 background-position:center;
 text-align:right; 
 width:780px;
 padding:15px 15px 5px 5px;
 margin-bottom:0px;
 background-image:url(images/header.gif);
 background-repeat: no-repeat;
} 
 
#leftcol{
display:inline;
	width:195px;
	float:left;
	position:relative;
	background-image:url(images/left.gif);
	padding:10px 0px 0px 10px;
	background-repeat: no-repeat;
	background-position:top;
	margin-top:0px;
	height: 400px;
 }
	 #lefnav{
	 display:block;
		width:185px;
		position:relative;
		/*background-image:url(images/leftsmall.gif);*/
		padding:5px 0px 10px 10px;
		background-repeat: no-repeat;
		margin-bottom:10px;
		height: 130px;
	 }
	 #leftmedia{
		width:185px;
		position:relative;
		display:block;
		/*background-image:url(images/left_media_bg.gif);*/
		/*background-color:#FFFFFF;*/
		padding:10px 10px 10px 5px;
		margin-right:10px;
		margin-top:0px;
		margin-bottom:-10px;
		height: 260px;
		overflow:scroll;
		overflow-x:hidden;
	 }
 #nav {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
 
#maincol{
	background-color:#f2f2f2;
	background-repeat: repeat;
	background-position:top;
	background-image:url(images/main.gif);
	float: right;
	display:inline;
	position: relative;
	width:570px;
	padding:10px 10px 10px 10px;
	height: 390px;
	overflow:scroll;
	overflow-x:hidden;
 }
 #contact{
	background-color:#f2f2f2;
	background-repeat: repeat;
	background-position:top;
	background-image:url(images/main.gif);
	float: right;
	display:inline;
	position: relative;
	width:570px;
	padding:10px 10px 10px 10px;
	height: 390px;
	overflow:hidden;
	overflow-x:hidden;
 }
 
 
#footer{
 height:60px; 
 background-color:#f2f2f2;
 text-align:center; 
 clear:both;
 padding:15px 5px 5px 5px;
 margin-top:3px;
 } 
 
a:link		{
	color:#993300;
	text-decoration:none;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
}
a:active		{
	color:#333333;
	text-decoration:none;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
}
a:visited	{
	color: #cc9999;
	text-decoration:none;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
}
a:hover		{
	color:#333333;
	text-decoration:underline;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
}
 

 
 /* *** 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;}
}

