
@import "common.css";


#globalNavigation,
#contentArea #contentHead,
#contentArea #subContent,
#footArea .siteInfo,
#footArea .utils {
	display: none;
}

body {
	background: none;
	background: #fff;
	color: #000;
}

#container {
	width: 610px;
}

#headArea {
	position: static;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
	
	#headArea .siteID {
		position: static;
		top: 0;
		left: 0;
	}
	
	#headArea .siteID a {
			display: block;
			width: 81px;
			height: 38px;
			background: none;
			border: none;
			text-indent: 0;
			text-decoration: none;
		}
		
		! #headArea .siteID a {
				padding-top: 0;
				text-indent: 0;
				overflow: hidden;
		}

#contentArea {
	width: 760px;
	margin-left: 0;
	background: #fff;
}
	
	#contentArea #contentBody {
		width: 610px !important;
		background: none !important;
	}

#footArea {
	height: auto;
	padding: 11px 0 11px;
	border-top: 1px solid #333;
	font-size: 83.3%;
	background: none;
}
	
	#footArea .copyright {
		display: block;
	}
	



