#logo .button {
	display: none;
}

.content {
	background: none;
	margin-bottom: 10px;
	width: 533px;
	padding-right: 0;
	margin-top: 50px;
}

#feature_image {
	margin: 0;
	float: right;
	width: 256px;
	margin-bottom: 50px;
}

#feature_image li {
	list-style: none;
}

#feature_image img {
	display: block;
	width: 236px;
	height: 260px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.box {
	width: 204px;
	float: left;
	margin-bottom: 15px;
}

.box_t {
	height: 12px;
	font-size: 0;
	background: url(../_images/box-top.png) no-repeat top left transparent;
}
.box_c {
	width: 174px;
	background: url(../_images/box-background.png) repeat-y top left transparent;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.box_b {
	height: 6px;
	font-size: 0;
	background: url(../_images/box-bottom.png) no-repeat top left transparent;
}

.box h2 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 138.5%;
}

#newsletter {
	margin-right: 49px;
}

#gala {
	margin-left: 47px;
}

#recent_news {
	clear: both;
	padding-bottom: 40px;
}

#recent_news h2 {
	font-size: 138.5%;
	margin-bottom: 10px;
}

#recent_news h3 {
	font-size: 85%;
	color: #fff8dd;
	font-weight: bold;
	margin: 0;
}

#recent_news .article {
	width: 140px;
	float: left;
	margin-right: 50px;
}

#recent_news .article a {
	font-size: 93%;
	color: #fffffc;
	font-weight: bold;
	padding: 0;
	text-decoration: underline;
}

#recent_news .article a:hover {
	text-decoration: none;
}