body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0 auto;
	padding: 0 auto;
	background-color: #f9f1c1;
	text-align: center;
}
#container {
	text-align: left;
	width: 750px;
	background: url(../images/mainback.gif) repeat-y;
	margin: 0 auto;
	padding: 0 auto;
}
#header {
	width: 750px;
	height: 145px;
	background: url(../images/header.gif) no-repeat;
}
#subhead {
	width: 750px;
	height: 56px;
}
#nav {
	width: 158px;
	float: left;
	background: url(../images/navback.gif) repeat-y;
}
#nav ul {
	list-style: none;
}
#nav li {
	padding: 10px 0 0 0;
	margin: 0 0 0 -20px;
}
#content {
	width: 575px;
	float: left;
}
#footer {
	width: 750px;
	height: 29px;
	background: url(../images/footer.gif) no-repeat;
	clear: both;
}
h1 {
	font-size: 12pt;
	color: #4B6525;
}
h2 {
	font-size: 10pt;
	color: #2C2434;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9DCF1;
}
a:link, a:visited {
	color: #3C4077;
	text-decoration: none;
}
a:hover, a:active {
	color: #990000;
	text-decoration: none;
}
.imgborder {
	border: 1px solid #990000;
	margin: 2px;
	padding: 2px;
}
.player {
	border: 1px solid #990000;
	margin: 2px;
	padding: 2px;
	height: 233px;
	width: 360px;
}
