body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #6A0303;
}
#logo {
	position: relative;
	width: 700px;
	height: 155px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#topnav_1 {
	bottom: 0px;
}
#topnav_2 {
	bottom: 25px;
}
#topnav_1, #topnav_2 {
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	left: 15px;
}
#topnav_1 li, #topnav_2 li {
	float: left;
	list-style: none;
}
#topnav_1 li a, #topnav_2 li a {
	display: block;
	padding: 2px 15px;
	margin: 0 1px 0 0;
	background-color: #6A0303;
	color: #FFFFFF;
	text-decoration: none;
}
#topnav_1 li a:hover, #topnav_2 li a:hover {
	background-color: #863939;
	text-decoration: underline;
}
#content {
	position: relative;
	width: 700px;
	padding: 15px;
}
h1 {
	font-weight: normal;
	color: #6A0303;
}
h2, h2 a {
	font-weight: normal;
	color: #6A0303;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 120%;
}
.back {
	background-color: #6A0303;
	padding: 4px;
}
.back a {
	color: #FFFFFF;
	text-decoration: none;
}
.back a:hover {
	text-decoration: underline;
}
p.image {
	position: relative;
	width: 120px;
	font-size: 80%;
	float: left;
	margin: 0 15px 15px 0;
}
p.image img {
	border: none;
}
.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
