*
{
	font-family: "Open Sans", "Source Sans", "DejaVu Sans", sans-serif;
	font-size: 10pt;
}

body
{
	margin: 0 auto;
	background: #f4f4f4 url(background.png) top center repeat-y;
}

#main
{
	width: 654px;
	height: auto;
	margin: 0 auto 0 auto;
	color: #a52a2a;
}

a:link, a:visited
{
	color: #003366;
	border-bottom: 1px solid #efefef;
	text-decoration: none;
}

a:hover
{
	color: #a52a2a;
	text-decoration: none;
}

#content
{
	float: right;
	text-align: left;
	padding: 11px 11px 11px 11px;
	line-height: 150%;
	color: #607080;
}

hr
{
	border: 0;
	border-bottom: 1px solid #efefef;
	height: 1px;
}

.photo
{
	margin: 1.5em;
        float: right;
}
