body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin:0px;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menubg {
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentarea {
	background-image: url(../images/contentarea.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #EEDE93;
	text-decoration: none;
}
a.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #EEDE93;
	text-decoration: none;
}
a:hover.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.men {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4E4738;
	text-decoration: none;
}
a.men {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4E4738;
	text-decoration: none;
}
a:hover.men {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #90262A;
	text-decoration: none;
	border-top: 1px solid #9a8e51;
	border-bottom: 1px solid #9a8e51;
	background: #ddcfb0;
	padding: 2px 5px;
}
.contenttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.contenttext A {
	color: #90262A;
	text-decoration: none;
	border-bottom: 1px dotted #9a8e51;
}
.contenttext A:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.contenttext IMG {
	border: 3px solid #9a8e51;
}
.sep {
	width: 46px;
	height: 26px;
	background: url(../images/line.jpg) no-repeat center bottom;
	vertical-align: middle;
}