html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	/*background-image: url("images/background.jpg");
	background-repeat: repeat-x;*/
	background-color: #747c9e;
}

#wrapper {
    margin: 0 auto;
	width: 900px;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
	background-color: #FFF;
	background-image: url("images/background.jpg");
	
}

#head {
	margin: 0 auto;
	width: 900px;
	height: 168px;
	background-image: url("images/head.jpg");
}
	#navigation {
		margin: 0 auto;
		width: 800px;
		height: 60px;
		background-image: url("images/navigation_background.jpg");
	}
		#navigation ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#navigation li {
			float: left;
			margin: 0;
			padding: 0;
		}
			#home a {
			display: block;
			width: 85px;
			height: 28px;
			background-image: url("images/button_home.jpg");
			text-decoration: none;
			}
			#home a:hover{
			background-position: 0px 28px;
			}
			#volleyball a {
			display: block;
			width: 109px;
			height: 28px;
			background-image: url("images/button_volleyball.jpg");
			text-decoration: none;
			}
			#volleyball a:hover{
			background-position: 0px 28px;
			}
			#football a {
			display: block;
			width: 99px;
			height: 28px;
			background-image: url("images/button_football.jpg");
			text-decoration: none;
			}
			#football a:hover{
			background-position: 0px 28px;
			}
			#basketball a {
			display: block;
			width: 116px;
			height: 28px;
			background-image: url("images/button_basketball.jpg");
			text-decoration: none;
			}
			#basketball a:hover{
			background-position: 0px 28px;
			}
			#track a {
			display: block;
			width: 82px;
			height: 28px;
			background-image: url("images/button_track.jpg");
			text-decoration: none;
			}
			#track a:hover{
			background-position: 0px 28px;
			}
			#information a {
			display: block;
			width: 122px;
			height: 28px;
			background-image: url("images/button_information.jpg");
			text-decoration: none;
			}
			#information a:hover{
			background-position: 0px 28px;
			}
			#contact a {
			display: block;
			width: 99px;
			height: 28px;
			background-image: url("images/button_contact.jpg");
			text-decoration: none;
			}
			#contact a:hover{
			background-position: 0px 28px;
			}
			
#content {
	text-align: left;
	margin: 0 auto;
	width: 750px;
}
	#content strong {
		font:12px "Trebuchet MS",Times New Roman;
		font-weight: normal;
		}
	.content_block {
		float: left;
	}
		.tiny {
			float: left;
			width: 375px;
			font:9px verdana, arial, helvetica, sans-serif;
			text-transform: uppercase;
			text-align: right;
		}
			.tiny strong {
				color: #8a93bc;
				font-weight: normal;
			}
			.tiny strong a {
			color: #8a93bc;
			}
		.content_block h1 {
			width: 600px;
			font: bold 15px "Trebuchet MS",Times New Roman;
			color: #ff4e00;
			padding: 0px 0px 0px 0px;
			text-transform: uppercase;
			margin: 0;
			}
		.content_block h2 {
			width: 370px;
			font:bold 10px "Trebuchet MS",Times New Roman;
			color: #000;
			text-transform: uppercase;
			text-decoration: underline;
			padding: 20px 0px 5px 0px;
			margin: 0;
		}
			
			.tiny_select{
				font:10px "Trebuchet MS",Times New Roman;
				}
		.content_block ul {
			margin: 0;
			padding: 0;
			list-style: none;
			}
			.content_block ul strong{
			margin: 0;
			padding: 0;
			list-style: none;
			color: #000;
			font-weight: normal;
			}
			.content_block li {
				margin: 0;
				padding-left: 0;
				font:11px/20px verdana, arial, helvetica, sans-serif;
				color: #4A5AA8;
				}
				.content_block li a{
				color: #4A5AA8;
				}
				.content_block li a:hover{
				color: #ff4e00;
				}/*
	.content_block_two {
		float: left;
		width: 350px;
		margin: 10px;
		padding: 10px;
		text-align: left;
	}
			.content_block_two h1 {
			font:15px/20px verdana, arial, helvetica, sans-serif;
			color: #D24D28;
			padding: 0;
			margin: 0;
			}
		.content_block_two h2 {
			font:12px/20px verdana, arial, helvetica, sans-serif;
			color: #000;
			text-decoration: underline;
			}
				.content_block_two ul {
			margin: 0;
			padding-left: 20px;
			
		}
			.content_block_two li {
				margin: 0;
				padding-left: 0;
				font:11px/20px verdana, arial, helvetica, sans-serif;
				color: #4A5AA8;
		}*/
		#footer {
		margin: 0 auto;
		width: 800px;
		height: 48px;
		background-image: url("images/footer.jpg");
		border-bottom: 1px solid #000;
		clear: both;
	}
			#foot_nav {
				float: right;
				padding-top: 5px;
				padding-right: 10px;
				font: 9px arial;
				color: #C9C9C9;
				}
				#foot_nav a{
					color: #666666;
					text-decoration: none;
					text-transform: uppercase;
					padding-right: 3px;
					}
				#foot_nav a:hover{
					color: #C9C9C9;
					}
					

/* Table Info*/
#table_layout {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
}

caption {
	padding: 0 0 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

tr.table_title {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #364112;
	border-left: 1px solid #97A6CD;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	background: #C8D5F7;
}
tr.table_title td {
	border-top: 1px solid #97A6CD;
	border-bottom: 1px solid #97A6CD;
	padding: 2px;
}
#table_layout td {
	border-bottom: 1px solid #97A6CD;
	padding: 2px;
}

.subscribe-image {
	display: none;
	}
				
