body {
	background-color: #8a9d5c;
}
#stage {
	padding: 20px;
}
#index_pics {
	float: left;
	margin-right: 20px;
}
p, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	list-style-type: disc;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1F388F;
	text-transform: uppercase;
	margin-top: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 6px;
	color: #680100;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #680100;
}
a, a:visited  {
	color: #6D0001;
	text-decoration: none;
}
#index_pics img {
	border: 1px solid #1A2D88;
}
#footer {
	height: 81px;
	background-image: url(images/footer.jpg);
	padding-left: 300px;
	padding-right: 160px;
	text-align: center;
}
#footer p {
	font-size: 10px;
	padding-top: 20px;
}
a:hover  {
	color: #6D0001;
	text-decoration: underline;
}
#gallery_table img {
	border: 1px solid #1A6D8B;
}
.floatright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 18px;
	margin-right: 10px;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #7E071F;
}

