body{ background-image: url(thunder_images/natfl064.jpg); background-repeat: repeat;}

/* the # is defining how banner looks */
div#banner {background-color: silver; background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;	
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 100%;}

/* here the # is defining banner h1*/
div#banner  h1 {
	position: absolute;
	left: 320px;
	top: 15px;
	text-align: center;
	color: white;
	}

div.pitch {
	position: absolute;
	left: 10px;
	top: 170px;
	z-index: 2;}



/* here the # is defining content, which is the majority of the website pages*/
div.content {
	position: absolute;
	left: 250px;
	top: 150px;
	width: 550px;
	color: white;
	padding-top: 0px;
	margin-right: 5px;
	z-index: 5;
	font-family: sans-serif;}

div.content h1 {
	padding-top: 0px;
	margin-top: 0px;}
	

div.content h2 {
	padding-top: 0px;
	margin-top: 0px;}
	


div.content td {
	color: white;
	font-size: 80%;}
	


div.content a:link {
	color: white;}
	


div.content a:visited {
	color: silver;}
	


div.content a:hover {
	color: yellow;}
	


div.content th {
	font-size: 150%;}
	


div.sched td{
	color: black}

/* here the # is defining the menupane*/
div#menuPane {
	position: absolute;
	left: 25px;
	top: 150px;
	width: 200px;
	text-align: center;
	color: white; 
	display: block;
	font-size: 20px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #7FC07F;
	border-bottom: 2px solid #7FC07F;
	background-color: forestgreen;
	z-index: 5}

div.menu { }
	

div#menuPane a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 5px;
	padding: 8px;
	color: white; 
	border-top: 2px solid #7FC07F; 
	border-bottom: 2px solid #7FC07F;}


div#menuPane a:link {}

div#menuPane a:hover {
	background-color: green;}

div#menuPane a:visited {}

div#menuPane a.current {
	background-color: red;}

img.floatright {float: right; margin: 4 px;}