body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #292012;
	background-color: baa98c;
	background-image: url(brownbar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 1;
}

#menu {
	float: left;
	height: 600px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#info {
	width: 500px;
	z-index: 1;
	padding-top: 30px;
	padding-bottom: 50px;
}
#everything {
	z-index: 1;
}
#overlay {
	z-index: 1;
}
#bodybox {
  border-width: 3px 3px 3px 3px;
  border-color: black black black black;
}