body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, "Times Roman";
	background: #000000 url('../images/background-white-box.jpg') top center no-repeat;
}

h2 {
	color: #f0f0ef;
	font-size: 18px;
	font: Arial, Verdana, "Time Roman";
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 40px;
}

#container {

	margin: 0px auto;
	text-align: left;
	width: 1133px;
	height: 600px;
	padding-right: 3px;
}

/* header styles */

#logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	height: 146px;
}

/* scoreboard styles */

.scores {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	height: 66px;
	width: 1133px;
	background: url('../images/scores_bg.jpg') top left no-repeat;
}

.scores .score {
	background: url('../images/score_bg.jpg') top left no-repeat;
	padding: 0px 0px 0px 2px;
	width: 91px;
	height: 66px;
	float: left;

	font-size: 11px;
	color: #ffffff;

	}

.score_details h3 {

	margin: 0px;
	padding: 0px 0px 4px 0px;

	font-size: 9px;
	/*color: #66ccff;*/

}

.score_details {

	padding: 10px 6px 0px 2px;
	/*font-weight: bold;*/

}

.score_details span {
	color: #66ccff;
}

.score_details div {
	float: right;
}

.score_sponsor {

	float: left;
	width: 190px;

	color: #ffffff;
	font-size: 7px;
	text-align: center;
	line-height: 20px;

}

/* navigation styles */

.nav {
	padding: 0px 0px 0px 6px;
	height: 26px;
	/*line-height: 30px;*/

	background-color: #766a63;
	font-size: 11px;
	line-height: 24px;
}

.nav a:link, .nav a:active, .nav a:visited {
	color: #d7d2cb;
	text-decoration: none;
	font-size: 10px;
	border-right: 1px solid #d7d2cb;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
}

.nav a.end:link, .nav a.end:active, .nav a.end:visited {
	border-right: 0px;
}

.nav a:hover {

	color: #efefef;
	text-decoration: none;

}

/* content styles */

#content_container {
	/*height: 506px;*/
}

#headlines {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 364px;
	height: 502px;
	float: right;
	background: url('../images/news-bg.jpg') no-repeat;
}

#newscontent {
	color: #f0f0ef;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 352px;
	height: 370px;
}

.topvideo {
	color: #f0f0ef;
	font-size: 12px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	}

.newsvideo  {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	/*background: url('../images/news-vid.jpg') no-repeat;*/
	width: 175px;
	height: 80px;

}


ul {
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 15px 30px;
	font-size: 12px;
	list-style: none;
	list-style-image: url('../images/arrow.gif');
	border-top: 2px solid #f0f0ef;
	border-bottom: 2px solid #f0f0ef;
}

#ad {
	width: 355px;
	height: 120px;
	vertical-align: bottom;
}

/* styles for iframe and contents */
div.iframe {

	padding: 10px 0px 0px 11px;

}

iframe.iframe {
	height: 507px;
	width: 746px;
	border: 0px;
	overflow: none;
}

