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;
}
.leftimg {
	background-image: url(../images/leftimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightimg {
	background-image: url(../images/rightimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.img {
	background-image: url(../images/img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentarea {
	background-image: url(../images/contentarea.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentbg {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-position: left top;
}
.top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #92918E;
	text-decoration: none;
}
a.menu {
	color: #92918E;
	text-decoration: none;
}
a:hover.menu {
	color: #FFFFFF;
	text-decoration: none;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #F6B558;
	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: #990000;
	text-decoration: none;
	border-bottom: 1px solid #F6B558;
}
.contenttext A:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #333;
}