@charset "utf-8";
/* CSS Document */

#mainContent  {
	width: 520px;
} 
#mainContent div {
	margin-bottom: 40px;
}

.news {
	background-image: url(../Images/TextBox.png);
	height: 234px;
	width: 148px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 17px;
	background-repeat: no-repeat;
}

#mainContent img {
	float: right;
	margin-left: 10px;
	height: 150px;
	width: 150px;
}
#Content .column3{
	float: right;
	width: 180px;
	margin-right: 5px;
}

.news a:link {
	text-decoration: none;
	color: #5E211B;
}
.news  a:visited {
	text-decoration: none;
	color: #5E211B;
}

.news  a:hover  {
	text-decoration: none;
	color: #8BC5CF;
}
