body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #827d73;
	background-color: #aeaaa2;
	margin: 0px;
	padding: 0px;
}
.content {
	background-color: #FFFFFF;
	font-size: 14px;
	color: #645542;
	font-family: Verdana, Arial, Helvetica;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#wraper {
	margin-right:auto;margin-left:auto;width:960px;
}
.bg-left {
	background-image: url(images/bg-left.gif);
	background-repeat: repeat-y;
	width: 28px;
}
.bg-right {
	background-image: url(images/bg-right.gif);
	background-repeat: repeat-y;
	width: 27px;
}
.menu-left {
	background-color: #e9e4de;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #827d73;
	padding-top: 30px;
	padding-right: 4px;
	padding-bottom: 4px;
	width: 250px;
	padding-left: 40px;
}
.menu-left a:link, .menu-left a:visited{
	color:#827d73;
	text-decoration:none;
}
.menu-left a:hover{
	color:#000000;
	text-decoration:none;
}
a:link, a:visited {
	color: #504334;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

img.murals {
border:1px solid #999;
padding:5px;
margin-right:10px;
margin-bottom:10px;
}