/* generated by csscreator.com */ 
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	} 
 
#pagewidth{ 
	width:874px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	} 
 
#header{
	position:relative; 
	height:76px; 
	background-color:#FFFFFF; 
	width:100%;
	} 
 
#maincol{
	background-color: #3d3d3d;  
	float: right; 
	display:inline; 
	position: relative; 
	width:; 
	}
 
 
 /* *** 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 */  


/* 
My Edits Below Here...
*/

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-color:#262626;
	} 
 
#pagewidth{ 
	width:874px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	}

#header {
	background: url(../images/logo.jpg) no-repeat;
	} 
	
#maincol{
	margin-top:3px;
	background: url(../images/body_background.jpg) no-repeat;
	width:865px; 
	xxxmin-height: 500px;
	xxxheight:300px;
	background-color: #3d3d3d;  
	float: right; 
	display:inline; 
	position: relative; 
	padding: 3px;
	padding-top: 137px;
	border: solid 1px #afaf99;
	color:white;
	}
	
#topNav {
	height: 34px;
	}