body {
	background-color: #250000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left 185px;
	margin:0px;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headerbg {
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.contentarea {
	background-image: url(../images/contentarea.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.contentbottom {
	background-image: url(../images/contentbottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftimg {
	background-image: url(../images/leftimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #F3DFBD;
	text-decoration: underline;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #320001;
	text-decoration: none;
	padding-top: 10px;
}
.contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.contenttext A {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.contenttext A:hover {
	color: #990000;
	text-decoration: none;
	border-bottom: 2px solid #990000;
}