body {
	background-color: #000000;
	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: repeat-y;
	background-position: left top;
}
.menubottom {
	background-image: url(../images/menubottomimg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contentarea {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.contentbottom {
	background-image: url(../images/contentbottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4F5941;
	text-decoration: none;
}
a.copy {
	color: #4F5941;
	text-decoration: none;
}
a:hover.copy {
	color: #AA021F;
	text-decoration: none;
}
.mail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.mail {
	color: #000000;
	text-decoration: none;
}
a:hover.mail {
	color: #AA021F;
	text-decoration: none;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.contenttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.contenttext A {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
.contenttext A:hover {
	color: #5b5c32;
	text-decoration: none;
	border-bottom: 1px solid #5b5c32;
}
.button IMG {
	vertical-align: text-bottom;
	margin: 1px;
}
.button {
	border: 1px solid #5b5c32;
}
.button:hover {
	border: 1px solid #FFF;
}