/* twocolhdr.css: credit to bluerobot.com layout reservoir for basic layout */
/*                two columns, menu on left, content on right */
/*                modifications by dbt for a pile of stuff */
/*                markup information is in all.css */

/* All the content boxes belong to the content class. */

.content {
  position: relative;
	background-color: white;
	top:      10px;
	width:    auto;
	margin:   0px 50px 20px 200px;
	border:   1px solid black;
	padding:  10px;
	}

#menu {
	position: absolute;
	top:     70px;
	left:    20px;
	padding: 10px;
	width:   150px; /* ie5win hack begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
body>#Menu {width:150px;} /*ie5win hack ends --- be nice to opera */

#header {
  position: absolute;
	top:      0px;
	left:     0px;
	width:    800px;
	margin:   10px 0px 10px 0px;
	padding:  20px;
	height:  33px; /* ie5win hack begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:70px; /* the correct height */
	}
body>#header {height:70px;} /* ie5win hack ends --- be nice to opera */

/* eof */