@CHARSET "UTF-8";

/* Main wrapper with background visual */
#wrapper {
	background: #000 url(../images/backgrounds/main_back_large.jpg) no-repeat center 28px;
	padding-top: 28px;
}
#header {
	border: 0;
	height: 554px;
}

/* Main */
#main {
	padding: 0;
}

#main #content {
	float: none;
}

/* Highlights home */
#content #highlights {
	border-top: 1px solid #444;
	padding: 0px 50px 16px 50px;
	width: 950px;
}
#content .item {
	float: left;
	margin-right: 30px;
	width: 215px;
}
#content .n4 {
	margin-right: 0;
}
#content h3,
#content h3 a {
	color: #fa553f;
	font-weight: bold;
}
#content h3 a {
	text-decoration: none;
}

#main h2 {
	color: #e39409;
	font-size: 1.45em;
	font-weight: bold;
	margin: 8px 0 4px 0;
	padding-left: 50px;
}

#footer {
	margin-top: 0;
}