body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin:0px;
}
.contentright {
	background-image: url(../images/contentright.jpg);
	background-repeat: no-repeat;
	background-position: right 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;
}
.contenttop {
	background-image: url(../images/contenttop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.fotter {
	background-image: url(../images/footer.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: #FFF9EF;
	text-decoration: none;
}
a.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF9EF;
	text-decoration: none;
}
a:hover.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #6B7398;
	text-decoration: none;
}
.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 dotted #000;
}
.contenttext A:hover {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px solid #990000;
}