body {
	text-align:center;
	background-color: #ffeecc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
}

#container {
	width:90%;
}

#topbar {
	width:100%;
	background-color: #577;
}

#menubar {
	float:left;
	width:20%;
	height:30em;
	background:#AABDA4;
}

#mainbody {
	background-color: #ffffff;
	float:right;
	width:80%;
	height:30em;
}

#menubar ul {
	list-style-type:none;
	text-align:center;
	margin-left:0;
}

#menubar li {
	display:block;
	font-size:85%;
	font-weight:bold;
	padding:3px;
}

#menubar a{
	color:#000;
	background:#fff;
	text-decoration:none;
	width:80%;
	padding:3px;
}

#menubar a:hover{
	color:red;
}

p.title {
	margin-top: 10px;
	color:#fff;
	font-size:150%;
	font-weight:bolder;
	font-stretch:wider;
}

p.subtitle {
	width:95%;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	font-stretch:normal;
}

p.address {
	color:000000;
	font-weight:bold;
	font-size:95%;
}

p.pagetext {
	text-align:left;
	margin-left: 5px;
	font-size:100%;
}

img.photo {
	border-width:1px;
	border-style:solid;
	border-color:#577;
	margin-top:10px;
	margin-right:5px;
}

img.menuphoto {
	margin-top:6px;
	margin-bottom:6px;
	border-width:1px;
	border-style:solid;
	border-color:#fff;
}