﻿html, body
{
    margin: 0;
    padding: 0;
} 
 
#pagewidth{ 
 width:1002px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:577px; 
 width:100%;
} 
 
#leftcol
{
	margin: 0px;
	padding: 0px;
	width: 389px;
	float: left;
	position: relative;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#navcontainer
{
	margin: 0px;
	padding: 10px 5px 10px 5px;
	width: 260px;
	left: 100px;
	position: relative;
}

#navcontainer ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;

}

#navcontainer a
{
	display: block;
	padding: 10px 3px 10px 10px;
}

#navcontainer a:link, #navlist a:visited
{

}

#navcontainer a:hover
{

}


#maincol
{

	float: right;
	display: inline;
	position: relative;
	width: 608px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #E6E6E6;
}
 

#footer
{
	height: 45px;
	padding-top: 75px;
} 

#topnav
{
	width: 1002px;
	height: 25px;
	padding: 0px 0px 0px 130px;
	margin: 0px;
	top: 120px;
	position: relative;
}
#topnav .itemwidth
{
	width: 150px;
	float:left;
	height: 25px;
}

 
 /* *** 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 */  

 
