/* Remove spacing at top of content */

#content h1 {
	margin-bottom:0;
}

#contentbody {
	padding-top:0;
}

/* Style news elements */

#content .newsitem {
	width:385px;
	border-bottom:1px solid;
	padding-top:10px;
}

#content .newsitem h2 {
	width:300px;
}

#content .newsitem .newsitembutton {
	width:70px;
	height:23px;
	float:right;
	border-bottom:1px dashed;
	margin-top:-10px;
}

#newsitemheader {
	border-bottom:1px dashed;
	width:385px;
	padding-top:10px;
	margin-bottom:5px;
}

#newsitemheader h2 {
	width:300px;
	margin-bottom:0;
}

#newsitemheader .newsitembutton {
	width:80px;
	height:38px;
	float:right;
	border-bottom:1px dashed;
	margin-top:-10px;
}
