 
#pagewidth{
	width:950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: medium;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-style: solid;
	height: auto;
} 
 
#header{
	position:relative;
	height:200px;
	width:100%;
	z-index: 1;
	background-image: url(images/header.jpg);
} 
 
#leftcol{
	width:730px;
	float:left;
	position:relative;
	z-index: 0;
	background-color: #FFFFFF;
	padding-top: 10px;
	list-style-position: outside;
	list-style-image: url(images/circle_arrow.png);
	list-style-type: square;
	height: auto;
  }
 
#twocols{
	width:20%;
	float:right;
	position:static;
	background-color: #FFFFFF;
	list-style-position: outside;
	list-style-image: url(images/golf_bullet.png);
	list-style-type: square;
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
  }
 
#rightcol{
 width:100%; 
 float:right; 
 position:relative; 
 }
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:0%;
 }
 
#footer{
	height:200px;
	clear:both;
	background-image: url(images/footer.jpg);
	background-position: bottom;
 } 
 

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

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
#menu_bar {
	width: 100%;
	padding-top: 175px;
}
