﻿body 
{
	background: #4c111e;
	margin-top: .5em;
	padding-top: 0em;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 80%;

}

#Container 
{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: url(images/content-background.gif) repeat-y #e4d6b4;
	padding-left: 110px;

}

#Content 
{
	padding: 1em;
	line-height: 200%;
}

H1 
{
	color: #a22934;
	font-size: 150%;
	border-bottom: 1px dashed #999999;
}


IMG.Right 
{
	float: right;
	border: 5px solid white;
}

BLOCKQUOTE 
{
	border-left: 1px solid #999999;
	padding-left: .5em;
	margin-left: 1em;
	font-style: italic;
}


#Header 
{
	text-align: center;
	margin: .75em 0em;
}
#Header A 
{
	font-weight: bold;
	color: #000080;
}
