body {
	font-size: 16px;
	background: white;
}
a {
	text-decoration: none;
}
div#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	background-repeat: no-repeat;
	text-align: center;
}
div#menu {
	width: 800px;
	margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
	margin-bottom: 1%;
	font-weight: bold;
	font-style: sans-serif;
	text-align: center;
  line-height: 2em;
	background: white;
}
a.menuitem {
	text-decoration: none;
	color: #9E5A0F;
	padding-left: 1em;
	padding-right: 1em;
}
a.activemenuitem {
	background: #FEFEFE;
	border: solid 1px #E9E9E9;
	text-decoration: none;
	color: #9E5A0F;
	padding-left: 1em;
	padding-right: 1em;
}
a#gallery-left-link {
	display: block;
	position: absolute;
	margin-top: 250px;
	margin-left: 0px;
	width: 150px;
	height: 100px;
}
a#gallery-right-link {
	display: block;
	position: absolute;
	margin-top: 250px;
	margin-left: 650px;
	width: 150px;
	height: 100px;
}
a#e-mail1 {
	display: block;
	position: absolute;
	width: 280px;
	height: 28px;
	margin-top: 400px;
	margin-left: 120px;
}
a#e-mail2 {
	display: block;
	position: absolute;
	width: 280px;
	height: 28px;
	margin-top: 435px;
	margin-left: 120px;
}

