/* Remove unwanted elements */
#account, 
#ajaxSearch_form, 
#top nav,
#content .side-left,
#friends,
#social,
.corporate nav,
#post-comment-heading,
#post-comment,
#newsletter{
	display: none;
}

#header  {
	padding: 5px 0 0;
}
#header section.rhs {
	min-height: 75px;
	float: right;
	padding-left: 0;
}
#header #logo a {
	background: none;
	text-indent: 0;
}

/* Ensure the content spans the full width */
.container-8,
.content-main, 
.side-right {
	width: 100%; 
	margin: 0;
	float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

/* Improve colour contrast of links */
body.art-blue #content .full .art-content a {
	text-decoration: underline;
}