* html .boxhead h2 {height: 1%;}

.logo {
	position:absolute;
	left:0;
	top:0;
	width:auto   
}
.sidebox {
	margin:0;
	position: absolute;
	top:200px;
	right: 0;   
	Height: 1600px;
	width: 80%; /* ems so it will grow */
	background: white;
	font-size: 100%;
}
.boxhead {
	background: white;
	margin: 0;
	height:1400px;
	bottom:0;
	right:0em;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: #000000 url('menu.html') no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: white;
	margin:0;
	height:800px;
}
