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: 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.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: left top;
	width: 900px;
	height: 60px;
}
.butt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.butt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover.butt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #AE9423;
	text-decoration: none;
	background-color: #F6E2A8;
	border-top: 1px solid #AE9423;
	border-bottom: 1px solid #AE9423;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.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: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
.contenttext A:hover {
	color: #990000;
	text-decoration: none;
	border-bottom: 2px solid #24321B;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #AE9423;
	text-decoration: none;
}
a.copy {
	color: #AE9423;
	text-decoration: none;
}
a:hover.copy {
	color: #FFFFFF;
	text-decoration: none;
}
