.news-right {
	width: 210px;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 0px 15px 0px 25px;
	font-size: 11px;
	text-align: left;
	border-left: 1px solid #999999;
	line-height: 1.4em;
	margin: 10px 0px;
}

.news-right a {
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.news-right a:hover {
	color: #FFFFFF;
	background-color: #6BA6E8;
	text-decoration: none;
}

.current-article {
	font-size: 1.2em;
	color: #B10E1D;
	font-weight: bold;
	text-decoration: none;
}

.news-left {
	width: 360px;
	position: relative;
	padding: 10px 25px;
	margin-bottom: 5px;
	overflow: hidden;
	float: left;
}

.news-left img {
	margin: 0px 0px 10px 0px;
	padding: 2px;
	border: 1px solid #999;
}

.news-left h1 {
	margin-bottom: 10px;
	text-align: left;
	line-height: 1em;
	font-size: 1.4em;
}

.projects-left {
	width: 585px;
	position: relative;
	padding: 10px 25px;
	margin-bottom: 5px;
	overflow: hidden;
	float: left;
	height: auto;
}

.projects-left img {
	margin: 0px 0px 10px 0px;
	padding: 2px;
	border: 1px solid #999;
}

.projects-left h1 {
	margin-bottom: 10px;
	text-align: left;
	line-height: 1em;
	font-size: 1.4em;
}

.news-date {
	width: 175px;
	position: relative;
	overflow: hidden;
	padding: 0px 25px;
	font-size: 1.5em;
	color: #FFF;
	float: left;
	text-align: right;
	margin: 10px 0px;
	line-height: 1.2em;
	background-color: #6BA6E8;
}

