body {
	background:#4d4d4f url(/sections/sports/tnl/images/background-top.jpg) left top no-repeat;
	color: black;
	font-family: Arial, helvetica, sans-serif;
	z-index: -50;
}
#container {
	position: relative;
	top: 10px;
	background:#4d4d4f;
	margin: 0pt auto;
	overflow: visible;
	text-align: left;
	width: 1000px;
	padding: 0px;
}
#title-banner {
	position: relative;
	background:#4d4d4f;
	border-style:solid;
	border-color: #fff;
	border-width: 5px;
}


/* CENTER BODY */


#center {
	position: relative;
	background:#4d4d4f;
	width: 990px;
	float: left;
	clear: right;
	display: inline;
	margin: 0px;
	padding: 0px;

	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-color: #fff;
	border-width: 5px;

	}

/* CENTER BODY END */

#section1 {
	clear: both;
}

#sponsors {
	position: relative;
	background: #ffaa00;
	width: 120px;
	height: 595px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: .2em;

	border-style:ridge;
	border-color: #ffaa00;
	border-width: 3px;
}

#gameschedule {
	position: relative;
	background: #d9d9d9;
	width: 364px;
	height: 268px;
	font-size: .9em;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;

	border-style:ridge;
	border-color: #d9d9d9;
	border-width: 5px;
}

#scholar {
	position: relative;
	background: #b2caa5;
	width: 364px;
	height: 185px;
	font-size: .9em;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: auto;

	border-style:ridge;
	border-color: #b2caa5;
	border-width: 5px;
}


#band {
	position: relative;
	background: #ffd672;
	background-image: url('/sections/sports/tnl/images/trumpet.jpg');
	width: 364px;
	height: 185px;
	font-size: .9em;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: auto;

	border-style:ridge;
	border-color: #ffd672;
	border-width: 5px;
}

.quote {
	padding: 5px;

}

#video {
	position: relative;
	background: #689539;
	background-image: url('/sections/sports/tnl/images/football-field.jpg');
	background-repeat: repeat-y;
	width: 480px;
	height: 600px;
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;
	top: 0px;

	border-style:ridge;
	border-color: #689539;
	border-width: 5px;
}

#tnlvideo {
	position: relative;
	background: #689539;
	width: 480px;
	height: 378px;
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;

	border-style:ridge;
	border-color: #689539;
	border-width: 5px;
}

#footer {
	clear:both;
	color:#fff;
	padding-top: 10px;
	margin-left: 8px;
	font-size: 10px;
	text-align: center;
	}

.frame {
	top: -3px;
	margin: 5px;
	padding: 0px;
	border-style:ridge;
	border-color: #e7912b;
	border-width: 5px;
}

div.hideMe {display: none;}
div.showMe {display: block;} 
