#home-header,
#home-primary-content,
#home-footer
{
	margin: 0 auto;
	width: 740px;
}

#home-header
{
	background: url(/_images/interface/home-header-bg.png) no-repeat 547px 50px;
	overflow: hidden;
}

h1#home-title
{
	background: url(/_images/interface/main-logo-home.png) no-repeat;
	float: left;
	height: 293px;
	margin: 20px 0 0 50px;
	text-indent: -9999em;
	width: 336px;
}

#home-navigation
{
	background: url(/_images/interface/home-nav-bg.png) no-repeat bottom;
	float: left;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 1.9em;
	margin-top: 55px;
	padding: 27px 0 30px 0;
	text-align: center;
	width: 350px;
}

#home-navigation li {padding-bottom: 5px;}
#home-navigation li a{color: #83a638;}

#home-navigation li a:hover
{
	border-bottom: 1px #78496a dotted;
	color: #78496a;
	padding-bottom: 3px;
}

#home-primary-content-container
{
	background: #f8f1e2;
	clear: both;
}

#home-primary-content h2
{
	color: #78496a;
	padding-top: 20px;
}

#home-primary-content p
{
	color: #777;
	font-size: 1.2em;
	line-height: 1.4;
	padding: 5px 0 20px 0;
}

#home-footer {}

#home-footer .col p
{
	color: #777;
	font-size: 1.2em;
	padding: 3px 11px 5px 11px;
}

#home-footer .col p a
{
	color: #777;
	font-weight: bold;
}

#home-footer .col p a:hover {text-decoration: underline;}