@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{
	background-color: #000;
	color: #FFF;
}

#container{
	width: 1050px;
	margin: auto;
}

#header{
	width: 1050px;
	height: 354px;
	background-image: url(../images/header.gif);
}

#contactus label{
	width: 400px;
	text-align: right;
}

#login{
	position: relative;
	text-align: right;
	top: 20px;
}

#marquee{
	width: 1050px;
	color: #000;
	position: relative;
	top: 305px;
}

#body{
	width: 1050px;
	padding: 10px;
}

#featuredathlete{
	width: 820px;
	height: 364px;
}

#videobox{
	background-image: url(../images/getnoticedsidebars.png);
	width: 470px;
	height: 364px;
	border: 2px solid #D9790A;
	float: left;
}

#athleteinfo{
	float: right;
}

#athleteinfo p{
	margin-left: 20px;
	font-size: 125%;
	font-weight:700;
}

#topnav{
	line-height: 50px;
	font-size: 125%;
	text-align: center;
	font-weight: 600;
}

#topnav li{
	list-style: none;
	display: inline;
	margin-left: 30px;
}

#topnav img{
	vertical-align: middle;
}

#topnav a{
	text-decoration: none;
	color: #D9790A;
}

#topnav a.active{
	color: #FFF;
}

#topleft{
	width: 820px;
	float: left;
	/*margin-left: 225px;*/
}

#topright{
	width: 185px;
	text-align:center;
	float: right;
}

#leftbox{
	width: 220px;
	float: left;
}

#leftbox a{
	color: #D9790A;
	text-decoration: none;
	font-weight: 700;
}

#leftbox a:hover{
	color: #FFF;
}

#leftbox a.selected{
	color: #FFF;
}

#calendar{
	width: 220px;
	margin: 15px 0;
}

#rightbox{
	width: 220px;
	float: right;
}

.adspace{
	background-color: #FFF;
	margin: 10px 0;
	text-align: center;
}

#footer{
	clear: both;
	padding-top: 10px;
	text-align: center;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}
