body {
	color: #79865A;
	margin: 0;
	font-family: Arial, serif;
	font-size: 13px;
	background: url(images/content-bg.jpg) center;
}
#head {
	height: 40px;
	background: url(images/header.jpg) repeat-x;
}
#container {
	width: 770px;
	margin: auto;
}
#top {
	width: 732px;
	font-size: 26px;
	color: #fff;
	font-family: Palatino Linotype, Times New Roman, sans-serif;
	font-weight: bold;
	padding: 30px 0px 20px;
	vertical-align: center;
}
#header {
	width: 770px;
	height: 315px;
	text-align: center;
}
#content {	
	margin: 20px 0;
	background: url(images/menu-bg.jpg) repeat-y left;
}
#text {
	width: 508px;
	padding: 0 10px 10px;
	float: left;
	text-align: justify;
}
#footer {
	background: url(images/footer.jpg) repeat-x;
	text-align: center;
	height: 25px;
	padding-top: 15px;
	font-size: 10px;
}
#footer a {
	color: #79865A;
	text-decoration: none;
}
.clear {
	clear: both;
}
.service {
	background: #000;
	width: 160px;
	float: left;
	margin-left: 9px;
}
.service h2 {
	text-align: center;
	color: #2F4B62;
	font-size: 15px;
	margin: 2px;
	padding: 0;
}
.service p {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	margin: 10px 0;
}
h1 {
	text-align: left;
	margin: 0 0 10px;
	color: #fff;
	font-family: Palatino Linotype, Times New Roman, sans-serif;
	font-size: 26px;
}
#contentarea h1 {
	font-size: 22px;
}

#menu {
	width: 202px;
	padding: 10px 20px;
	float: left;
	text-align: center;
}
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
#menu li a {
	color: #79865A;
	display: block;
	height: 22px;
}
#menu li a:hover, a:hover {
	color: #fff;
}
#menu ul ul {
	margin-left: 15px;
}
#menu ul ul li {
	font-size: 11px;
	line-height: 14px;
}
#menu ul ul li a {
	height: 18px;
}
a {
	color: #79865A;
}
