body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #4A4A4A;
	line-height: 20px;
}
a, visited {
	text-decoration: none;
	color: #780032;
}

a:hover {
	text-decoration: underline;
	color: #780032;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #4A4A4A;
	line-height: 16px;
	margin-left: -12px;
}
h2 {
	font-size: .85em;
	color: #780032;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -10px;
}

h3 {
	font-size: 0.8em;
	color: #4A4A4A;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -10px;
	font-style: italic;
	text-transform: lowercase;
	font-weight: normal;
}

#container {
	width: 829px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	background-color: #610026;
}
#stage {
	background-image: url(images/stage_bkg.jpg);
	padding-left: 35px;
	padding-top: 20px;
	margin-bottom: -12px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#content {
	width: 380px;
}
.imgborder {
	border: 1px solid #780032;
}
.footertext {
	text-align: center;
	margin-top: -4px;
	color: #780032;
}
