body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 50px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 782px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
}
#mainContent  {
	padding: 0px;
	border: 1px solid #922A41;
}
#mainContent p {
	color: #922A41;
	text-align: center;
	font: small Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
}
#insideContent {
	padding: 20px;
	border: 1px solid #922A41;
	color: #000;
	background: #FFF;
	text-align: left;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 8px 0px 0px;
}
li {
	margin-top: 8px;
}
h1 {
	margin: 20px 0px 0px;
	font: x-large Georgia, "Times New Roman", Times, serif;
}
h2 {
	font: large Georgia, "Times New Roman", Times, serif;
	margin: 12px 0px 0px;
}
.FloatingHead {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 2;
	top: 90px;
	width: 782px;
	color: #922A41;
	text-align: center;
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5em;
}
#mainContent a:link {
	color: #FFF;
	text-decoration: none;
}
#mainContent a:visited {
	color: #FFF;
	text-decoration: none;
}
#mainContent a:active {
	color: #FFF;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: none;
	color: #922A41;
}
.insideheader {
	font-size: x-large;
	text-align: center;
	letter-spacing: 0.2em;
}
.topmenu {
	font-size: small;
	text-align: center;
	letter-spacing: 0.1em;
	color: #999;
}
#insideContent a:link {
	color: #922A41;
	text-decoration: none;
}
#insideContent a:visited {
	color: #922A41;
	text-decoration: none;
}
#insideContent a:active {
	color: #922A41;
	text-decoration: none;
}
#insideContent a:hover {
	text-decoration: underline;
	color: #922A41;
}
.calendarheader {
	color: #922A41;
}
ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	list-style: inside;
}
.sitecredit {
	font-size: small;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	margin-top: 18px;
}
#container #mainContent #player h1 {
	color: #922A41;
}
#container #mainContent #player p {
	color: #922A41;
	font-size: x-small;
	font-weight: bold;
	letter-spacing: normal;
}
.extra {
	font-size: small;
	margin-top: 2px;
	font-style: italic;
}
.extra-space {
	font-size: small;
	margin-top: 8px;
}
.indent {
	padding-left: 12px;
}
.gray {
	color: #555;
}

