#contentContainer {
	background: url("images/bg_newsbar.gif") repeat-y bottom right #fff;
}

#content {
	width: 500px;
}

#rightnews {
    color:#666;
	float: right;
	width: 150px;
	margin: 0;
	padding: 20px 20px 20px 15px;
	
	font-size: 11px;
	background: url("/images/bg_rightmenu.gif") repeat-x #ededed;
	min-height:276px;
}

#rightnews a .date {
	font-weight: normal;
	font-size: 9px;
	color: #999999;
}

#rightnews h1 {
	margin-top: 10px;
}

#rightnews h2 a {
	color: #99c04d;
	font-size:11px;
	font-weight:bold;
}


#rightnews h1, #rightnews h1 a {
	color: #888 !important;
}

#rightnews h1 a {
	display: inline;
	padding: 0 !important;
	line-height: normal;
	font-weight: bold !important;
}

#rightnews h1 a:hover {
	background: none;
	border-bottom: 1px solid #ccc;
}

