#about {
	width: 180px;
	float: left;
	position: relative;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #CCC;
}

#about-right {
	width: 180px;
	float: left;
	position: relative;
	padding: 10px;
	text-align: left;
}

#news-wrapper {
	width: 790px;
	position: relative;
	overflow: hidden;
}

#news-pic {
	float: left;
	position: relative;
	width: 150px;
	padding: 10px;
}

#news-pic img {
	border: 2px solid #FFF;
}

#news-text {
	float: left;
	position: relative;
	width: 590px;
	padding: 10px;
	padding-top: 12px;
}

#links-wrapper {
	width: 790px;
	position: relative;
	overflow: hidden;
}

#links-wrapper a {
	color: #999999;
	text-decoration: none;
}

#links-wrapper a:hover {
	color: #114186;
	text-decoration: none;
}

#links-wrapper a img {
	border: 2px solid #CCC;
}

#links-wrapper a:hover img {
	border: 2px solid #114186;
}

#links-pic {
	float: left;
	position: relative;
	width: 90px;
	padding: 10px;
}

#links-pic img {
	border: 2px solid #CCC;
}

#links-text {
	float: left;
	position: relative;
	width: 250px;
	padding: 10px;
	padding-top: 12px;
	margin-right: 15px;
	min-height: 54px;
}

