body {
	margin:0; 
	margin-bottom:10px;
	padding:0; 
	color:black; 
	font-family:'Comic Sans MS', serif; 
	font-size:10pt; 
	font-weight:bold;
	background-color:black; 
	background-image:url('bg_grad2.jpg'); /* NORMAL */
	/* background-image:url('bg_grad1-1x1200.png'); */ /* NORMAL */
	/* background-image:url('xmas-lights-bg1.jpg'); */ /* FOR CHRISTMAS */
	/* background-image:url('bgjackolantern.gif'); */ /* FOR HALLOWEEN */
	/* background-image:url('thanksgiving1.gif'); */ /* FOR THANKSGIVING */
	/* background-repeat:repeat-x; */
	background-attachment:fixed;
	}

body.xmas {
	margin:0; 
	margin-bottom:10px;
	padding:0; 
	color:blue; 
	font-family:Comic Sans MS; 
	font-size:10pt; 
	font-weight: bold;
	background-color:black; 
	background-image: url('http://www.brianmeek.com/bg-gold-star.gif');
	/* background-repeat: repeat-x; */
	background-attachment: fixed;
	}

a:link, a:visited {
	/*color:blue; */
	color:#800000; 
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	}

a:hover {
	color:black;
  	border-color:#f8f8f8 #f0f0f0;
	text-decoration:none;
	/* background-color:black; */ 
	}

a img {
	border: none;
	}

a:hover img {
	background-color: transparent;
	/* vertical-align: bottom; */
	}

ul.index-links {
	margin-top:0;
	list-style:disc;
	}
	
.index-links a:link, .index-links a:visited {
	margin:0;
	padding:0; 
	color:gray;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	}

.index-links a:hover {
	background-color:black; 
  	border-color:#f8f8f8 #f0f0f0;
  	color:red; 
	}

ul.xmas a:link {
	color:red;
	text-decoration:none
	}

ul.xmas a:visited {
	color:red;
	text-decoration:none
	}

ul.xmas a:hover {
	color:blue;
	text-decoration:none
	}

ul.xmas-links {
	margin-top:0;
	list-style:square;
	}

.xmas-links a:link, .xmas a:visited {
	margin:0;
	padding:0; 
	color:green;
	text-decoration:none;
	font-size: 10pt;
	font-weight: bold;
	}

.xmas-links a:hover {
	background-color:yellow; 
  	border-color:#f8f8f8 #f0f0f0;
  	color:blue; 
	}

.xmas-links li {
	margin-left:80px;
/*	padding:0; 
	font-family: Comic Sans MS; 
	font-size: 10pt; 
	color: gray; 
	font-weight: bold; 
	text-align:left;
	list-style: square; */
	}

/* header menu */

.menu {
	display:table;         /* ignored by IE */
	padding:0; 
	list-style-type:none;
	white-space:nowrap;    /* keep text on one line */
	border:1px solid #06a; /* add a border to show size of menu */
	}
* html .menu {
	display:inline-block;  /* for IE only */
	width:1px;             /* IE will expand to fit menu width */
	padding:0 2px;         /* fix bug in IE for border spacing */
	}  
.menu li {
	display:table-cell;    /* ignored by IE */
	}
* html .menu li {
	display:inline;        /* for IE only */
	}
.menu a, .menu a:visited {
	display:block;         /* for all browsers except IE */
	padding:4px 16px;
	color:#fff;
	/* background:#8E2323; */ 
	border:1px solid #fff; /* add a 1px white border around items */ 
	text-decoration:none;
	}
* html .menu a, * html .menu a:visited {
	display:inline-block;  /* for IE only */
	margin:0 -2px;         /* to correct an IE border width bug */  
	}
.menu a:hover {
	color:red; 
	background:black;
  }

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}

/* end header menu */

/* START HEADER MENU */

#nav ul {
	padding:0;
	margin:25px 0 0 2px;
	overflow:hidden;
	white-space:nowrap;
	color:white;
	float:left;
	border-left:1px solid #fff;
	border-right:.5px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;   
	}
	
#nav ul li {
	display:inline;
	}

#nav ul li a {
	padding-left:1em;
	padding-right:1em;
	padding-top:.2em;
	padding-bottom:.2em;
	font-family:'Comic Sans MS', serif; 
	font-size:10pt; 
	color:white;  /* CHANGE TO ORANGE FOR HALLOWEEN - WHITE FOR CHRISTMAS - NORMALLY WHITE */
	font-weight:bold;
	text-decoration:none;
	float:left;
	border-right-color:#fff;
	border-right-style:solid;
	border-right-width:1px;
	}

#nav ul li a:hover {
	background-color:black;
	color:red;
	}

/* END HEADER MENU */

P {
	font-family:'Comic Sans MS', serif; 
	font-size:10pt; 
	color: #000000; 
	font-weight:bold; 
	text-align:left;
	}

P.center {
	text-align:center;
	}

P.left {
	text-align:left;
	}

P.right {
	text-align:right;
	}

P.line {
	text-decoration:line-through;
	}

P.line-center {
	text-decoration:line-through;
	text-align:center;
	}
			
P.index-text {
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
	margin-top:0;
	}

P.index-text-title {
	font-size:12pt; 
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
	margin-top:0;
	}

P.index-text-title-center {
	font-size:12pt; 
	text-align:center;
	margin-top:0;
	}

P.index-text-title-center14pt {
	font-size:14pt; 
	text-align:center;
	margin-top:0;
	}

P.l-footer {
	margin-left:10px;
	margin-bottom:10px;
	}

P.r-footer {
	text-align:right;
	margin-right:10px;
	margin-bottom:10px;
	}

P.nascar-date {
	margin-top:0;
	margin-right:10px;
	text-align:right;
	}	

P.dale, .dale-i {
	margin-left:140px;
	margin-right:140px;
	text-align:justify;
	}

P.dale-i {
	font-style:italic;
	}

P.nascar-title {
	margin-left:40px;
	}

P.left20 {
	margin-left:20px;
	}

P.nascar-points-text {
	text-align:justify;
	margin-left:30px;
	margin-right:30px;
	}

P.midi-title {
	font-size:14pt;
	margin-left:80px;
	}

P.xmas-text {
	margin-left:30px;
	margin-right:30px;
	margin-top:60px;
	}

p.bio {
	margin-top:60px;
	font-size:18pt; 
	text-align:center;
	} 

p.bio-text {
	text-align:center;
	}

P.bio-pictext {
	font-size:8pt; 
	color: blue; 
	text-align:center;
	}

P.pics-text {
	text-align:justify;
	margin-left:40px;
	margin-right:40px;
	margin-top:0;
	}

P.nascar-results-header {
	font-family:Times New Roman, Times, Geneva, sans-serif;
	font-weight:bold;
	margin-left:5px;
	}
		
h1 {
	font-family:'Comic Sans MS', serif; 
	font-size:24pt; 
	color:#000000; 
	font-weight:bold;
	margin-top:0;
	text-align:left;
	}

h1.left {
	text-align:left;
	}

h1.right {
	text-align:right;
	}

h1.center {
	text-align:center;
	}

h1.menu-top {
	/* background-color:#8E2323; */
	color:white; /* CHANGE TO ORANGE FOR HALLOWEEN - WHITE FOR CHRISTMAS - NORMALY WHITE */
	margin:0;
	padding:0;
	text-align:left;
	text-indent:20px;
	}

h1.nascar-title {
	text-align:center;
	/* margin-left:10px; */
	}

h1.midi-title {
	margin-top:0;
	margin-left:80px;
	margin-bottom:100px;
	}

h2 {
	font-family:'Comic Sans MS', serif; 
	font-size:18pt; 
	color:#000000; 
	font-weight:bold;
	margin-top:0;
	text-align:left;
	}

h2.left {
	text-align:left;
	}

h2.right {
	text-align:right;
	}

h2.center {
	text-align:center;
	}

h4 {
	text-align:left;
	font-family:'Comic Sans MS', serif; 
	font-size:14pt;
	color:#000000;
	font-weight:bold;
	}

h4.right {
	text-align:right;
	}

h4.center {
	text-align:center;
	}

h4.nascar {
	text-align:center;
	}
	
table {
	font-family:'Comic Sans MS', serif;
	font-size:10pt;
	color:#000000;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	}

table.index {
	width:760px;
	margin-top:30px;
	border-collapse:collapse;
	}

table.footer {
	width:760px;
	margin-top:100px;
	border-collapse:collapse;
	}

table.nascar {
	width:760px;
	margin-top:40px;
	border-collapse:collapse;
	}

table.nascarpoints {
	width:740px;
	margin-top:40px;
	}

table.nascarmanufacturerpoints {
	width:300px;
	margin-top:40px;
	}

table.nascar-schedule {
	font-family:Times New Roman, Times, Geneva, sans-serif;
	font-weight:bold;
	width:750px;
	margin-top:60px;
	border-collapse:collapse;
	}

/*table.nextel-results {
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	font-weight:bold;
	}
*/
table.news {
	text-align:left;
	table-layout:fixed;
	margin-left:20px;
	}

table.xmas {
	margin-top:60px;
	}
	
img {
	margin-left:auto;
	margin-right:auto;
	/* border:0px none none; */ /* was */
	border:none;
	text-decoration:none;
	}

li {
	font-family:'Comic Sans MS', serif; 
	font-size:10pt; 
	color:#000000; 
	font-weight:bold; 
	text-align:left;
	}

li a:hover {
	background-color:#f0f0f0; 
  	border-color:#f8f8f8 #f0f0f0;
  	color:red; 
  	}

ul.nascar-race-date {
	list-style:none;
	}
	
ul.nascar {
	list-style:square;
	}

.nlf { /* nascar link form */
	margin-left:40px;
	}