body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: #DADADA;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 900px;
	margin: auto;
	position: relative;
}
#flash {
	margin-right: auto;
	margin-left: auto;
	width: 840px;
}
#top {
	background: url(/images/top.jpg) no-repeat center;
	height: 50px;
	color: #CCCCCC;
	text-align: left;
}
.sponsors {
	width: 800px;
	margin: auto;
	padding-top: 15px;
	position: relative;
	text-align: center;
}
.sponsor {
	float: left;
	width: 266px;
	position: relative;
	font-size: 1.2em;
}
#top a {
	color: #EBEBEB;
	text-decoration: none;
	font-weight: bold;
}
#top a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
#middle {
	background: url(/images/middle.jpg) repeat-y center;
}
#bottom {
	background: url(/images/bottom.jpg) no-repeat center;
	height: 50px;
	color: #999999;
	clear: both;
}
#bottom a {
	color: #CCCCCC;
	text-decoration: none;
}
#bottom a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
.headline {
	float: left;
	width: 266px;
	position: relative;
	font-size: 1.4em;
	padding-top: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
#links {
	background: url(/images/middle.jpg) repeat-y center;
	overflow: auto;
	position: relative;
}
h1 {
	margin: 0px;
	padding: 3px 0px 5px;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.slide-area {
	white-space: nowrap;
	float: left;
	overflow: hidden;
	position: relative;
	width: 865px;
}

.other-videos {
	width: 865px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	float: left;
	height: auto;
	white-space: nowrap;
}

.video_link {
	float: left;
	width: 250px;
	font-size: 12px;
	color: #CCCCCC;
	padding: 0px;
	height: 175px;
	margin: 0px;
}
.video_link a {
	color: #FFFFFF;
	text-decoration: none;
}
.video_link a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
/* Slider Code */
.left-arrow {
	background:transparent url(/images/arrow_slider_left.gif) no-repeat scroll center center;
	cursor:pointer;
	height:150px;
	padding-top:30px;
	width:16px;
	background: url(/images/arrow_slider_left.gif) no-repeat scroll left center;
	float: left;
}
.right-arrow {
	background:transparent url(/images/arrow_slider_right.gif) no-repeat scroll center center;
	cursor:pointer;
	height:150px;
	padding-top:30px;
	width:16px;
	background: url(/images/arrow_slider_right.gif) no-repeat scroll center center;
	float: right;
}
