div#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #7D0606;
	background-image: url(../images/gradient_bkg.png);
}
div#header {
	height: 140px;
	text-align: center;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#content_main {
	float: right;
	width: 500px;
	padding: 1em;
	text-align: center;
}
div#content_sub {
	float: left;
	width: 200px;
	padding: 1em;
	background-color: #FFFFFF;
	text-align: center;
}
div#site_info {
	clear: both;
	font-size: 80%;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9F0100;
}
a:link, a:visited {
	color: #670505;
}
a:hover {
	text-decoration: none;
}

h3 {
	font-size: 120%;
}
h2 {
	font-size: 1.3em;
	line-height: 1.5em;
}

img#spring {
	float: left;
	margin-right: 1em;
}

