/* CSS Document */
body {
	margin: 0 auto;
	background: #E7E6E6;
	text-align: center;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.container {
	width: 872px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
}
.main {
	margin-top: -2px;
}
/**********************************************
	LOGO 
**********************************************/
.logo {
	margin: 0;
	padding:0;
}
/**********************************************
	NAVIGATION 
**********************************************/
.navigation {
	background: url(/images/navigation.gif) no-repeat left top;
	width: 128px;
	height: 384px;
}
#masterdiv {
	margin-left: 20px;
	margin-top: 20px;
}
/**********************************************
	CONTENT TABLE 
**********************************************/
.content-left {
	background: url(/images/content-left.gif) repeat-y;
	width: 6px;
	height: 342px;
}
.content-top {
	background: url(/images/content-top.gif) no-repeat;
	width: 872px;
	height: 31px;
}
.content-right {
	background: url(/images/content-right.gif) repeat-y;
	width: 20px;
	height: 342px;
}
.content-bottom {
	background: url(/images/content-bottom.gif) no-repeat;
	width: 744px;
	height: 30px;
}
.content {
	background: #FFFFFF;
	height: 312px;
	min-height: 312px;
	margin: 15px;
	width: 494px;
}
.img-athlete-bg {
	background: url(/images/img-athlete-bg.gif) no-repeat;
	width: 224px;
	height: 211px;
}
.links {
	background: #FFFFFF;
	width: 224px;
	height: 131px;
}
/**********************************************
	TEXTS
**********************************************/
.text-content {
	margin:0px 0px 10px 30px;
	width: 450px;
	font-size: 11px;
	color: #1C519D;
}
.text-content p {
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-content h2 {
	color: #ED753B;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
}
.text-content em {
	font-style: italic;
	color: #ED753B;
}
.textRed {
	color: #FF0000;
}
/**********************************************
	TEXT LINK
**********************************************/
.text-content a {
	color:#ED753B;
	text-decoration: none;
}
.text-content a:hover {
	text-decoration: underline;
}
a {
	color:#ED753B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/**********************************************
	SPONSORS TABLE
**********************************************/
.sponsor-left {
	background: url(/images/sponsors/sponsor-left.gif) no-repeat;
	width: 36px;
	height: 52px;
}
.sponsor-top {
	background: url(/images/sponsors/sponsor-top.gif) no-repeat;
	width: 832px;
	height: 3px;
}
.sponsor-right {
	background: url(/images/sponsors/sponsor-right.gif) no-repeat;
	width: 26px;
	height: 52px;
}
.sponsor-bottom {
	background: url(/images/sponsors/sponsor-bottom.gif) repeat-x;
	width: 810px;
	height: 8px;
}
.sponsors {
	height: 40px;
	background: #FFFFFF;
	text-align:justify;
}