#title {
	border-bottom: none;
}

#search {
	display: none;
}

#sidebar {
	display: none !important;
}

#content {
	position: relative !important;
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0!important;
}

#footer {
	display: none;
}

#content a {
	color: black;
	font-weight: normal;
 }

#content a:after {
	content: " [" attr(href)"] ";
 }
