body {
	/* background-color: #E5E5E5; */
	font-family: helvetica;
}

#header {
	/* background-color: transparent; */
	background-color: blue;
	color: red;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	min-width: 100px;
	height: 100px;
	z-index: 3;
}

#menu {
	/* background-color: transparent; */
	background-color: red;
	color: blue;
	position: absolute;
	left: 0px;
	top: 100px;
	width: 150px;
	min-width: 150px;
	min-height: 350px;
	z-index: 3;
}

#content {
	background-color: transparent;
	position: absolute;
	left: 150px;
	top: 100px;
	height: 100%;
	width: 60%; 
	min-width:300px;
}
