body {
	background-color: #DFD7C0;
	background-image: url(../images/bodyimg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
}
.header {
	background-image: url(../images/header2.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;
}
.menubg {
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #E28B31;
	text-decoration: none;
}
a.menu {
	color: #E28B31;
	text-decoration: none;	
}
a:hover.menu {
	color: #FFFFFF;
	text-decoration: none;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E1DCB2;
	text-decoration: none;
}
a.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E1DCB2;
	text-decoration: none;
}
a:hover.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/headingimg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.contenttext A {
	color: #bf3200;
	text-decoration: none;
	border-bottom: 1px solid #cccc99;
}
.contenttext A:hover {
	color: #7a2000;
	text-decoration: none;
	border-bottom: 1px solid #868665;
}