#newsArticle {
	float: left;
	width: 460px;
	padding-right: 14px;
}

#newsArticle h1 {
	font-size: 1.5em;
	color: #786B46;
	width: 440px;
	letter-spacing: -0.5px;
}

#newsArticle p {
	width: 440px;
}

#listNews {
	float: left;
	width: 183px;
}

#listNews p {
	background-image: url(../images/whatsnew/dashes.gif);
	background-repeat: no-repeat;
	padding: 12px 10px 10px 10px;
	margin: 0px
	_height: 19px;
	min-height: 19px;
	letter-spacing: 0px;
	line-height: 1.2em;
}

#listNews p.selected {
	background-color: #F5F5EC;
}

#listNews p a, #listNews p a:visited {
	color: #73663C;
	text-decoration: none;
}

#listNews p a:hover {
	text-decoration: underline;
}