.homepage {
	width: 578px;
	height: 440px;
	margin: 45px 0 0 0;
	position: relative;
}

.welcome {
	width: 287px;
	height: 195px;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	padding: 5px;
	color: #8d9147;
	font-size: .9em;
}
.welcome p, .welcome a {
	color: #8d9147;
}

.slideshow {
	width: 287px;
	height: 195px;
	top: 0;
	right: 0;
	position: absolute;
	overflow: hidden;
}

.featuredtop {
	width: 380px;
	height: 80px;
	top: 200px;
	left: 0;
	position: absolute;
	overflow: hidden;
	background: #d56f14;
	color: #fff;
	font-size: .9em;
}

.featuredtop a, .featuredright a {
	color: #fff;
}

.featuredtop p, .featuredright p {
	color: #fff;
	padding: 5px;
	margin: 0;	
}

.featuredbottom {
	width: 380px;
	height: 125px;
	top: 285px;
	left: 0;
	position: absolute;
	overflow: hidden;
	font-size: .9em;
}

.featuredbottom a {
	color: #d56f14;
} 

.featuredbottom p {
	color: #d56f14;
	padding: 5px;
	margin: 0;	
}


.featuredright {
	width: 197px;
	height: 206px;
	top: 200px;
	left: 382px;
	position: absolute;
	overflow: hidden;
	background: #d56f14;
	font-size: .9em;
}
