﻿html, body
{
    margin: 0;
    padding: 0;
} 
 
#pagewidth{ 
 width:860px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:225px;
 width:100%;
} 
#topmenu
{
    position: relative;
    height: 22px;
    width: 100%;
    vertical-align: middle;
}
#topmenu .item
{
    width: 85px;
    float: left;
    text-align: center;
    margin-top: 3px;
}
 
#leftcol
{
    padding: 15px 0px 0px 2px;
    width: 175px;
    float: left;
    position: relative;
}

#navcontainer 
{
    width: 165px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
}

#navcontainer ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

#navlist a
{
    display: block;
    padding: 3px;
    width: 165px;
}

#navlist a:link, a:visited
{

}

#navlist a:hover
{

}


#maincol
{
    float: right;
    display: inline;
    position: relative;
    width: 678px;
    min-height: 450px;
    height: auto !important;
    height: 450px;
    padding-right: 1px;
}
 

#footer
{
    height: 135px;
} 
#footer .sponsor
{
    width:150px;
    height:85px;
    float:right;
    margin-left:15px;
    margin-right:15px;
    margin-top:30px;
}
 
 
 /* *** 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;}
}
