#wrapper {
	background: url('../images/home_bg.png') no-repeat top left;
}

div#hometext {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 400px;
	height: 400px;
	font-family: Times New Roman;
}

.center {
	text-align: center;
}

.quarter {
	margin-left: 50px;
}

#sigs {
	margin-left: 30px;
	
}

#jeffsig, #johnsig {
	text-align: center;
	float: left;
	margin-left: 20px;
}

#johnsig {
	margin-left: 30px;
}

#featuredContainer {
	position: absolute;
	width: 400px;
	height: 380px;
	top: 164px;
	left: 440px;
}

.featuredImageContainer {
	position: absolute;
	border: 1px solid #A69D54;
	width: 400px;
	height: 315px;
}

.featuredImage {
	width: 315px;
	height: 315px;
	left: 42px;
	position: absolute;
	display: none;
}

.featuredText {
	height: 64px;
	position: absolute;
	top: 317px;
	width: 400px;
	overflow: hidden;
	display: none;
}

.featuredText table {
	font-size: 11px;
	color: #474427;
}

.featuredText td.featured {
	font-size: 16px;
	font-weight: bold;
	color: #A69D54;
}

.featuredText .text div {
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
}