html, body {height:auto;}
body {
	background: white;
	text-align:right;
}
#header #logo {position:relative; right:0; top:0;}
#header #logo img {padding-bottom:20px;}
#header ul, #header #search,  #navigation, #sidebar, #footer {
	display: none;
}
#header, #header-wrap, #page, #footer-wrap, #container, #content 
{
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	float: none !important;
	color: black;
	background: transparent none;
	min-height:0;
	height: auto;
}
#content {font-size: 10pt; margin:0 5%}
a:link, a:visited {
	color: #333;
	background: transparent;
	text-decoration: underline;
}

