body {
	background: #fff;
	margin: 0;
	color: #000;
	}
	
#header, #menu, #colLeft, #footer ul { display: none; }

#site {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}
	
#colRight {
	border-top: none;
	padding: 0 0 20px 0;
	}
	
#addressBar {
	background: #fff;
	font: 11px 'trebuchet ms', arial, helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #000;
	letter-spacing: 0.02em;
	}
