body {
	background: black;
	font-family: arial, helvetica, verdana;
	font-size: 0.8em;
	font-weight: normal;
	color: #c92345;
	text-align: center;
}
a:link {
	color: #dc5567;
	text-decoration: none;
}
a:visited {
	color: #e54355;
	text-decoration: none;
}
a:active {
	color: #ffaabb;
	text-decoration: none;
}
a:hover {
	color: #ffaabb;
	text-decoration: underline;
}
img {
	border: 0
}
#main {
	position: relative;
	margin: 20px;
	padding: 20px;
	top: 30px;
	left: 190px;
	width:550px;
	text-align: center;
	overflow: auto;
}
.spacer {
	position: relative;
	height: 10px;
}
h1 {
	font-family: "18thcentury", dominican, arial, helvetica;
	font-size: 3em;
	margin: 0.1em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, helvetica;
	font-size: 1.1em;
	margin: 0.1em;
	text-align: center;
	font-weight: bold;
}
p.small {
	font-size: 0.9em;
	margin: 0;
}
.list1 {
	position: relative;
	width: 250px;
	float: left;
	text-align: left;
	left: 20px;
	padding-top: 0;
	margin-top: 10px;
	clear: both;
}
.list2 {
	position: relative;
	width: 250px;
	float: right;
	text-align: left;
	right: 20px;
	padding-top: 0;
	margin-top: 10px;
}
.list1-2 {
	position: relative;
	width: 150px;
	float: left;
	text-align: left;
	left: 120px;
	padding-top: 0;
	margin-top: 10px;
}
.list2-2 {
	position: relative;
	width: 150px;
	float: right;
	text-align: left;
	right: 120px;
	padding-top: 0;
	margin-top: 10px;
}
.box {
	position: relative;
	clear: both;
}
.spacer {
	position: relative;
	height: 18px;
	clear: both;
}
ul {
	padding-left: 1em;
}