
body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

#sidebar {
	position: absolute; 
	top: 290px; 
	left: 0; 
	width: 310px; 
	height: 100%;
	overflow: hidden;
}

#nav {
	position: absolute;
	top: 0;
	left: 62px;
}

#head { 
	position: absolute; 
	top: 0; 
	left: 0;
	right: 0;
	width: 910px;		
	height: 290px; 
	overflow: hidden;
}

#headline { 
  float: right;
}

#headarea { 
  clear: right;
  margin: 0 0 0 45px;
}

#content {
	position: absolute;
	top: 290px;			/* height of head */
	left: 310px;		/* width of sidebar */
	right: 0;
	bottom: 0;
	width: 600px;		
}

#logo {
	position: absolute;
	top: 35px;
	left: 55px;
}

