body {
	background-color: #eae3c7;
}

.title {
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 3em;
	font-variant: small-caps;
	text-align: center;
	color: #6e5f3e;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.subtitle {
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 1em;
	text-align: center;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}	

.menutitle {
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 1.5em;
	font-variant: small-caps;
	text-align: center;
	color: #6e5f3e;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0.5em;
	padding-bottom: 0px;
	
}

.main {
	margin-left: 25%;
	margin-right: 25%;
	padding-left: 15px;
	background-color: #eae3c7;
	float: none;
}

.main p {
	padding-top: 1em;
	padding-bottom: 1em;
	text-indent: 1.5em;
	color: black;
 }

.menu {
	margin-left: 0px;
	margin-right: auto;
	width: 25%;
	height: 100%;
}

.peoplemenu {
	padding-left: 15px;
	float: left;
}

.servicesmenu {
	padding-left: 15px;
	float: left;
	clear: left;
}

.menu a{
	display: block;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	color: #6e5f3e;
	margin-bottom: 1%;
}

.menu a:visited {
	color: #b0ada3;
}

.menu a:hover {
	background-color: #a38e63;
}

.menu a:active {
	color: yellow;
}

.footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	color: black;
} 

.ca {
	background-color: #eae3c7;
}

canvas#canvas {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	background-color: #eae3c7;
}

p#ca_caption {
	font-size: smaller;
	font-style: italic;
	text-align: center;
}