body
{
	text-align: center;
	background: #b7cc9e;
	margin: 0;
}
h1, h2
{
	display: none;
}
div#main
{
	background: url(images/homepage_background.jpg) no-repeat;
	position: relative;
	margin: 0px auto 25px auto;
	width: 936px;
	height: 549px;
}
div#nav
{
	position: absolute;
	top: 130px;
	left: 0px;
	text-align: left;
}

div#intro
{
	position: absolute;
	top: 140px;
	left: 205px;
	line-height: 160%;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #5f4c3e;
	width: 215px;
	text-align: justify;
}
img#main-pic
{
	position: absolute;
	top: 82px;
	left: 449px;
}
img#secondary-pic
{
	position:absolute;
	top: 416px;
	left: 179px;
}
p#recent
{
	position: absolute;
	top: 425px;
	left: 580px;
	line-height: 150%;
	font-family: Georgia, serif;
	font-size: 11px;
	color: #C5BA88;
	width: 340px;
	text-align: left;
}
p#recent a
{
    color: #C5BA88;
    text-decoration: none;
    padding-bottom: 24px;
}
p#recent a:hover
{
    color: #E0DAC0;
    text-decoration: underline;
}
p#recent b
{
    color: #E0DAC0;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    padding-bottom: 19px;
    margin-bottom: 19px;
}
div#contact
{
	position: absolute;
	top: 470px;
	left: 18px;
	width: 179px;
	text-align: left;
}
p#contact-email a
{
	display:block;
	text-indent: -2000px;
	width: 60px;
	background: url(images/email_us_verbose.png) no-repeat;
	color:transparent;
}
p#contact-email a:hover
{
	background-position: -60px 0;
}
p#contact-call
{
	text-indent: -2000px;
	margin-top:-10px;
	height: 30px;
	background: url(images/contact_call.png) no-repeat;
	color:transparent;
}
p#footer
{
	position: absolute;
	top: 545px;
	width: 100%;
	text-align: right;
	font: 9px Verdana, sans-serif;
	color: #5e834a;
}
p#footer a
{
	color: #5e834a;
	text-decoration: none;
}
p#footer a:hover
{
    color: #13505C;
    text-decoration: underline;
}
