﻿* {margin:0; padding:0;}

body {
	background-color: #000000;
	text-align: center;
	background-image:url('../images/site_images/bg.png');
	background-repeat:repeat-x;
}
.container {
	height: 100%;
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.content {
	background-color: #181818;
	height: auto;
	width: 940px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-left: 29px;
	left: 0px!important;
	left: 0px;
	top: 200px;
	z-index: 100;
	padding-top: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;
	border: 1px solid black;
	font-family: "Myriad Pro", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	min-height: 529px;
	padding-bottom:70px;
}
.content p{
	width: 900px;
	padding-top: 20px;
	padding-left: 25px;
	color:white;
}
.content p a {
	color: #CCCC00;
}
.content h3{
	padding-top: 20px;
	color:white;
}
.content h4{
	padding-top: 20px;
	padding-left: 25px;
	text-decoration: underline;
	color:white;
}
#header {
	height: 115px;
	width: 1000px;
	position: absolute;
	padding: auto;
	margin-left: auto;
	margin-right: auto;
	top: 31px;
	left: 0px!important;
	left: 0px;
	z-index: 2;
}
#navigation {
	height: 32px;
	width: 942px;
	z-index: 20;
	background-image:url('../images/site_images/nav.png');
	position:absolute;
	top: 170px;
	margin-left:29px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	z-index: 20;
}
#navigation li {
	list-style-type: none;
	display: inline;
	z-index: 20;
	height: 35px;
	width: 93px;
}
#navigation li a {
	text-decoration: none;
	display:block;
	z-index: 20;
	text-indent:-900em;
}
#home a {
	width: 45px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/home.png');
	position: relative;
	background-repeat: no-repeat;
	top: 1px;
	left: 50px;
}
#roster a {
	width: 48px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/roster.png');
	position: relative;
	background-repeat: no-repeat;
	left: 125px;
	bottom: 23px;
}
#stats a {
	width: 39px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/stats.png');
	position: relative;
	background-repeat: no-repeat;
	left: 205px;
	bottom: 47px;
}
#schedule a {
	width: 65px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/schedule.png');
	position: relative;
	background-repeat: no-repeat;
	left: 275px;
	bottom: 71px;
}
#standings a {
	width: 70px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/standings.png');
	position: relative;
	background-repeat: no-repeat;
	left: 372px;
	bottom: 95px;
}
#history a {
	width: 53px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/history.png');
	position: relative;
	background-repeat: no-repeat;
	left: 474px;
	bottom: 119px;
}
#awards a {
	width: 55px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/awards.png');
	position: relative;
	background-repeat: no-repeat;
	left: 558px;
	bottom: 143px;
}
#records a {
	width: 57px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/records.png');
	position: relative;
	background-repeat: no-repeat;
	left: 645px;
	bottom: 167px;
}
#hall_of_fame a {
	width: 83px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/hall_of_fame.png');
	position: relative;
	background-repeat: no-repeat;
	left: 734px;
	bottom: 191px;
}
#photos a {
	width: 51px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/photos.png');
	position: relative;
	background-repeat: no-repeat;
	left: 849px;
	bottom: 215px;
}
#home a:hover {
	width: 45px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/home_roll.png');
	background-repeat: no-repeat;
}
#roster a:hover {
	width: 48px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/roster_roll.png');
	background-repeat: no-repeat;
}
#stats a:hover {
	width: 39px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/stats_roll.png');
	background-repeat: no-repeat;
}
#schedule a:hover {
	width: 65px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/schedule_roll.png');
	background-repeat: no-repeat;
}
#standings a:hover {
	width: 70px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/standings_roll.png');
	background-repeat: no-repeat;
}
#history a:hover {
	width: 53px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/history_roll.png');
	background-repeat: no-repeat;
}
#awards a:hover {
	width: 55px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/awards_roll.png');
	background-repeat: no-repeat;
}
#records a:hover {
	width: 57px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/records_roll.png');
	background-repeat: no-repeat;
}
#hall_of_fame a:hover {
	width: 83px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/hall_of_fame_roll.png');
	background-repeat: no-repeat;
}
#photos a:hover {
	width: 51px;
	height: 24px;
	background-image: url('../images/site_images/nav_links/photos_roll.png');
	background-repeat: no-repeat;
}
#footer {
	width:1000px;
	height: 52px;
	font-family: "Myrid Pro", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image:url('../images/site_images/footer_bg.png');
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	left:-30px;
	right:0;
}
#footer ul {
	margin: auto;
	padding: auto;
	z-index: 20;
	position:relative;
	top: 10px;
}
#footer li {
	list-style-type: none;
	display: inline;
	z-index: 20;
}
#footer li a {
	text-decoration: none;
	z-index: 20;
	color: #FFFFFF;
}
#footer p {
	color: white;
	font-family: "Myrid Pro", Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#footer p a{
	color: white;
	text-decoration:none;
}
.batter {
	height:202px;
	width:217px;
	background-image:url('../images/site_images/batter.png');
	position:absolute;
	bottom:0;
	top:-202px;
	left:30px;
	z-index:100;
}
.batter a {
	text-decoration: none;
	color: yellow;
	background-color:black;
	position: absolute;
	bottom: 0;
	border: 1px solid #000000;
	z-index:100;
}
.ucf_sport_link {
	height:202px;
	width:217px;
	position:absolute;
	bottom:0;
	top:-202px;
	left:30px;
	z-index:100;
}
.ucf_sport_link a {
	text-decoration: none;
	color: yellow;
	background-color:black;
	position: absolute;
	bottom: 0;
	border: 1px solid #000000;
	z-index:100;
}
table {
	padding-left:25px;
	color:white;
}
.record_column_1 {
	position:relative;
	top:1px;
	left:30px;
	
}
.record_column_2 {
	position:absolute;
	top:80px;
	left:400px;
	
}