#middleContent #news .new div > span,
.content .news span
{
	clear: both;
	display: block;
	font-weight: bold;
	color: #900;
	margin: 0 0 10px 0;
}

#sidebar .content .news span {
	color: #FFF;
	font-weight: normal;
}

#leftContent #board a.button,
.greyButton{
	color:#FFF;
	display:block;
	height:26px;
	padding:3px 0 0 30px;
	margin: 10px 0 0 0;
	clear: both;
	font-size: 9px;
}

.greyButton{
	background: url(assets/button_bg_grey.jpg) no-repeat;
	margin: 0 0 0 100px;
	width: 200px;
}

.greyButton:hover{
	border: none;
	color: #FFF;
}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
