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;
}
.contenttop {
	background-image: url(../images/contenttop.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;
}
.menutop {
	background-image: url(../images/menutop.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/menubottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.copy A {
	color: #FFF;
	text-decoration: none;
}
.copy A:hover {
	color: #FFF;
	text-decoration: underline;
}
.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #D8970A;
	text-decoration: none;
}
.contenttext A {
	color: #D8970A;
	text-decoration: underline;
}
.contenttext A:hover {
	color: #FFF;
	text-decoration: underline;
}
