body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #663300;
	background-color: #FFFFFF;
}
#address {
	font-size: 1.2em;
	font-weight: bolder;
}
.text {
	text-align: left;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #333300;
}
a:hover {
	text-decoration: underline;
}
#menu {
	text-align: center;
	clear: left;
	float: left;
	height: 5%;
	width: 100%;
	margin: 0.5em;
	padding: 1em;
}


#container {
	margin: auto;
	width: 90%;
	height: 500px;
	text-align: center;
	padding: 1em;
}
#title {
	text-align: center;
	font-size: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.content_left {
	width: 40%;
	clear: left;
	float: left;
	text-align: center;
	margin-left: 1em;
}
.content_right {
	float: right;
	width: 55%;
	text-align: center;
	margin-right: 1em;
}
