#container {
	margin: 0 auto;
	width: 780px;
	border: 1px solid #000000;
	background-image: url(../images/Lighter%20Grayhound.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #FFF;
	background-attachment: inherit;
}
#header {
	margin-bottom: 25px;
	text-align: center;
	background-color: #FFF;
}
#leftside {
	width: 200px;
	float: left;
	padding: 15px 10px 200px 20px;
}
#maincontent {
	margin: 0 0 0 250px;
	padding: 0 0px;
}

#rightside {
	margin: 15px;
}
.news {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.coaches {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.teams {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
table tr h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00c;
	font-style: italic;
	margin-top: 20px;
}


#clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#footer {
	padding: 0 10px 0 20px;
	background-color: #3300cc;
}
.footerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #f9f118;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

