/* Home Header */
#header.home {
	background: url(../img/BG_home.jpg) no-repeat;
}

/* News Section */
#news {
	width: 560px;
	float: left;
	padding: 20px;
	background: url(../img/BG_content.gif) repeat-x top #593305;
	min-height: 500px;
}

.newsItem {
	margin-bottom: 20px;
}

.newsItem p {
	color: #b46100;
	font-size: 90%;
	line-height: 16pt;
	font-family: Myriad, Sans-Serif;
}

.newsItem a {
	font-size: 90%;
	line-height: 16pt;
	font-family: Myriad, Sans-Serif;
}

.newsItem h2 {
	font-size: 24pt;
	color: #331d00;
	display: inline;
}

.newsItem em {
	font-style: normal;
	font-size: 19pt;
	color: #422701;
	letter-spacing: -1px;
}

.newsItem img {
	border: 5px solid #b26000;
	margin: 10px 0;
}

/* Footer */
#footer.home {
	background: url(../img/BG_home.jpg) no-repeat left bottom;
}