body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-body.png);
	background-repeat: repeat;
}
#wrapper {
	width: 100%;
}
#header-outer-wrapper {
	height: 140px;
	width: 100%;
	float: left;
	background-image: url(../images/bg-header.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#header-inner-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
}
#header-container {
	float: left;
	height: 140px;
	width: 1000px;
}
#logo {
	float: left;
	height: 140px;
	width: 300px;
}
#tagline {
	padding: 25px;
	float: left;
	width: 650px;
	height: 50px;
}
#navigation {
	float: left;
	height: 50px;
	width: 700px;
	margin-top: 55px;
	background-image: url(../images/bg-navigation.png);
	background-position: center center;
}
#navigation ul {
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	font-family: "Play", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: -1px -1px 0px #000000;
	padding-left: 16px;
	line-height: 46px;
	padding-right: 16px;
}
#navigation ul li a:hover {
	font-family: "Play", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #C71E22;
	text-decoration: none;
	text-shadow: -1px -1px 0px #000000;
	line-height: 46px;
}
#banner-outer-wrapper {
	height: 400px;
	width: 100%;
	float: left;
	background-color: #000;
}
#banner-inner-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}
#banner-container {
	float: left;
	height: 400px;
	width: 1000px;
}
#maincontent-outer-wrapper {
	width: 100%;
	float: left;
	background-image: url(../images/bg-maincontent.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#maincontent-inner-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#maincontent-container {
	float: left;
	width: 1000px;
	background-image: url(../images/bg-maincontent-container.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #FFF;
}
#maincontent {
	float: left;
	width: 625px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#sidebar {
	padding: 25px;
	float: left;
	width: 250px;
}
#footer-outer-wrapper {
	background-color: #666;
	float: left;
	width: 100%;
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C71E22;
}
#footer-inner-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer-container {
	float: left;
	width: 1000px;
	font-family: "Play", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	text-align: center;
	line-height: 18px;
	padding-top: 35px;
	padding-bottom: 35px;
}
#footer-container a {
	color: #999;
	font-weight: 400;
	text-decoration: none;
}
h1 {
	font-family: "Play", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: #333;
	margin-top: 0px;
}
h2 {
	font-family: "Play", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: #C71E22;
	margin-top: 0px;
}
h3 {
	font-family: "Play", Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 28px;
	font-weight: 700;
	color: #C71E22;
	margin: 0px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	color: #333;
	margin-top: 5px;
}
a {
	font-weight: 700;
	color: #C71E22;
	text-decoration: underline;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
strong {
	font-weight: 700;
}
.red-text {
	color: #C71E22;
}
.right-margin {
	margin-right: 25px;
}
.larger-text {
	font-size: 18px;
}
.image-athlete {
	float: left;
	border: 2px solid #CCC;
	margin-right: 25px;
}
