body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8A898A;
	background-image: url(images/red_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
}
.swirl {
	background-image: url(images/swirl.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #800000;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	color: #FCD3CD;
	text-decoration: none;
}
a:hover {
	color: #800000;
	background-color: #CCCCCC;
	text-decoration: none;
}
.footer {
	font-size: 12px;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}
.nav {
	font-size: 14px;
	line-height: 1.5em;
}
#intro {
	padding: 0px 10px;
	text-align: left;
	margin-top: 5px;
}
#intro h1 {
	color: #800000;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	color: #FFFFFF;
	font-size: 16px;
}
