html, body {
	margin:0;
	padding:0;
}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background: #2F0F17;
}
a	{
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
p {
	margin:0 10px 10px;
}
#wrapper a	{	
	display:block;
	color: #981793;
	padding:10px;
}
div.runner	{
	height: 80px;
	background-image: url('pattern.jpg');
	background-repeat: repeat-x;
}
div#header h1	{
	font-size: 36px;
	margin:0;
	padding:0 0 5px 10px;
	color: black;
}
div#header h1 a	{
	text-decoration: none;
	color: black;
}
div#header h1 a:hover	{
	text-decoration: none;
}
div#linkStrip	{
	background: #fff2a5;
	padding: 1em 0;
	text-align: center;
	font-size: 14px;
	margin-bottom: 4px;
	color: black;
}
div#linkStrip a	{
	color: #770c28;
}
div#linkStrip span.separator	{
	margin: 0 8px;
}
div#content p	{
	line-height: 1.4;
}
div#vol1	{
	margin-left:-700px;
}
div#vol2	{
	margin-left:-150px;
}
h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#vol1 a, div#vol2 a	{
	display: block;
	color: #043F3A;
	font-size: 14px;
	margin: 3px 0;
}
div#vol1, div#vol2	{
	float: left;
	width: 130px;
	padding: 1em 10px;
	text-align: center;
}
div#container	{
	background: white;
	text-align:left;
	width:700px;
	margin: 1em auto;
	border: 1px solid black;
}
div#wrapper	{
	float:left;
	width:100%;
}
div#content	{
	margin: 0 150px;
}
div#content a	{
	color: black;
	display: inline;
}
div#footer	{
	background: #cadfff;
	color: black;
	font-style: italic;
	clear:left;
	padding-left: 10px;
}
div#footer p	{
	margin:0;
	padding:5px 10px;
}
.message	{
	font-size: 36px;
}
