#page { 
	width:760px; 
	margin-left: auto; 
	margin-right: auto;  
	margin-top:10px;
	margin-bottom:10px;
	background: white; /* NORMAL */
	/* background: white url('stubkgnd.gif'); */ /* NORMAL */
	/* background: white url('halloween-bg.jpg'); */ /* FOR HALLOWEEN */
	/* background: white url('xmas-white-snowflakes.gif'); */ /* FOR CHRISTMAS */
	/* background: white url('turkeys-pumpkins.gif'); */  /* Thanksgiving */
	} 

#page-nascar { 
	width:760px; 
	/* text-align:left; */  
	margin-left:auto; 
	margin-right:auto;  
	margin-top:10px;
	margin-bottom:10px;
	background: white url('http://www.brianmeek.com/nascar/nasweb.jpg'); /*NORMAL */
	/* background: white url('halloween-bg2.jpg'); */ /* FOR HALLOWEEN */
	/* background: white url('xmas-white-snowflakes.gif'); */ /* FOR CHRISTMAS */
	/* background: white url('turkeys-pumpkins.gif'); */ /* Thanksgiving */
	} 

#page-xmas { 
	width:760px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	margin-top:10px;
	margin-bottom:10px;
	background: white url('http://www.brianmeek.com/music/lc_back.gif');
	} 

#nascar-content {
	float: left; 
	display:inline; 
	position: relative; 
	width:760px; 
	margin-top:30px;
	}
 
#header {
	position:relative; 
	background:#8E2323 url('header-maxam-xd45.jpg'); /* NORMAL */
	/* background:#8E2323 url('header-maxam-cam2.jpg'); */ /* NORMAL */
	/* background:url('header-hol-mk2.jpg'); */ /* FOR HALLOWEEN */
	/* background:url('header-thanksgiving-green-1.jpg'); */ /* FOR THANKSGIVING */
	/* background:url('header-xmas-green-2.jpg'); */ /* FOR CHRISTMAS */
	/* background-color:#8E2323; */ 
	height:100px; 
	/* width:100%; */
	} 

#headerxmas {
	position:relative; 
	/* background:url('header-xmas-gold-1.jpg'); */ /* FOR CHRISTMAS */
	background:url('header-xmas-green-1.jpg'); /* FOR CHRISTMAS */
	height:100px; 
	/* width:100%; */
	} 
 
#leftcol {
	width:300px; 
	float:left; 
	position:relative; 
	margin-top:60px;
	}

#leftcol-index {
	width:380px; 
	float:left; 
	position:relative; 
	margin-top:60px;
	margin-bottom:0;
	}

#rightcol-index {
	float: right; 
	display:inline; 
	position: relative; 
	width:380px; 
	margin-top:60px;
	margin-bottom:0;
	}

#leftcol-nascar {
	width:380px; 
	float:left; 
	position:relative; 
	margin-top:30px;
	margin-bottom:0;
	}

#rightcol-nascar {
	float: right; 
	display:inline; 
	position: relative; 
	width:380px; 
	margin-top:30px;
	margin-bottom:0;
	}

#maincol-index {
	display:inline; 
	position: relative; 
	width:760px; 
	margin-top:30px;
	}
 
#maincol {
	float: right; 
	display:inline; 
	position: relative; 
	width:460px; 
	margin-top:60px;
	}

#footer {
	display:inline; 
	position: relative; 
	width:760px; 
	margin-top:100px;
	}

#footer1 {
	width:380px; 
	float:left; 
	margin-bottom:0;
	position: relative; 
	margin-top:60px;
	text-align:left;  
	} 
 
#footer2 {
	width:380px; 
	float:right; 
	display:inline; 
	margin-bottom:0;
	position: relative; 
	margin-top:60px;
	text-align:right;  
	} 

#webrings {
	width:760px; 
	float:left; 
	display:inline; 
	margin-bottom:0;
	position: relative; 
	margin-top:30px;
	text-align:center;  
	} 

#bio {
	float: left; 
	display:inline; 
	position: relative; 
	width:760px; 
	margin-top:0px;
	}

#nascar-points {
	float: left; 
	display:inline; 
	position: relative; 
	width:760px; 
	margin-top:30px;
	}

#contact {
	float: left; 
	display:inline; 
	position: relative; 
	width:760px; 
	margin-top:60px;
	}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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;}
}