body
{
	margin: 0;
	margin: 0 auto;
	background: #F4F4F4 url(images/bg.gif) top center repeat-y;
}
#header
{
	vertical-align: top;
	padding-bottom: 11px;
	padding-left: 18px;
	font-family: Georgia, Lucida, Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #90200A;
	border-bottom: 1px solid #EFEFEF;
}
.title
{
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #90200A;
}
#main
{
	width: 780px;
	height: auto;
	margin: 0 auto 0 auto;
	font-family: Georgia, Lucida, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
#menu
{
	width: 150px;
	color: #000066;
	font-family: Georgia, Lucida, Arial, sans-serif;
}
#menu a:link, #menu a:visited
{
	width: 150px;
	margin: 1px 0 1px 0;
	padding: 4px 3px 4px 8px;
	background-color: transparent;
	color: #90200A;
	text-decoration: none;
	font-family: Georgia, Lucida, Arial, sans-serif;
	font-weight: bold;
	display: block;
}
#menu a:hover
{
	color: #333333;
	text-decoration: none;
}
#lefty
{
	margin: 8px;
	width: 150px;
	height: auto;
	color: #333333;
	font-family: Georgia, Lucida, Arial, sans-serif;
}
#lefty p
{
	width: 94%;
	padding: 12px;
	font-family: Georgia, Lucida, Arial, sans-serif;
	background-color: #EFEFEF;
	color: #607080;
}
a:link, a:visited
{
	color: #90200A;
	border-bottom: 1px solid #EFEFEF;
	font-family: Georgia, Lucida, Arial, sans-serif;
	text-decoration: none;
}
a:hover
{
	color: #999999;
	text-decoration: none;
}
#content
{
	float: right;
	width: 570px;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 16px;
	border-left: 1px solid #efefef;
	font-family: Georgia, Lucida, Arial, sans-serif;
	line-height: 145%;
	color: #333333;
}
#footer
{
    text-align: center;
	padding: 11px;
	font-family: Georgia, Lucida, Arial, sans-serif;
	font-weight: lighter;
	color: #666666;
}
