#content {
	clear:both;
	height:481px;
	background-repeat:no-repeat;
	/*margin-bottom: 10px;*/
	text-align:left;
	font-size:10pt;
	background-image: url('../images/news-bg.jpg');
}

#displayContent{
	width: 465px;
	height:440px;
	overflow: scroll;
	overflow-x:hidden;
	position:relative;
	left:320px;
	top:23px;
	font-size:9pt;
}

.newsCopy {

height:150px;
width:440px;
}

.buttons {
	display: block;
	background-color: #e6e6e6;
	width: 130px;
	float: left;
	margin: 0 auto 2px;
	border: 3px solid #bfbfbf;
	text-decoration: none;
	color: black;
	text-align: center;
}

.buttons:hover {
	background-color: #d1a354;
	border: 3px solid #ae7514;
}

#displayContent .newsCopy img {
float:left;
}

#displayContent .newsCopy p {
	float:right;
	width: 280px;
}