html, body 
{
	margin:0;
	padding:0;
}
body
{
	background-image:url(../img/bg-page.gif);
	background-position:top;
	background-repeat:repeat;
}
p
{
	margin:0;
	padding:0;
	
}
a
{
	color:#6A8DB6;
	text-decoration:none;
}
a:hover
{
	color:#6A8DB6;
	text-decoration:underline;
}
a:visited
{
	color:#6A8DB6;
}
#body 
{
	width:760px;
	background-color:#ffffff;
	margin:auto;
	margin-top:40px;
	border:1px solid #000000;
	margin-bottom:40px;
}
#head 
{
	width:760px;
	padding-top:20px;
}
#logo 
{
	width:100%;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
}
#nav 
{
	text-align:right;
	height:20px;
	background-color:#ffffff;
	margin-bottom:20px;
	margin-left:30px;
}
#main
{
	width:720px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
#photo
{
	width:100%;
	margin:auto;
	margin-bottom:20px;
	overflow:hidden;
}
#content
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7A7A7A;
	line-height:1.5em;
	width:100%;
	margin-bottom:30px;
}
#content p
{
	margin-bottom:10px;
}
.subhead
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#3F3F3F;
	line-height:1.5em;
	width:100%;
}