body {
	background-color: #07090B;
	background-repeat: repeat;
	background-position: left top;
	margin:0px;
	overflow-y:scroll
}
.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.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.main-menu {display:block;list-style:none;font-family:Georgia, serif;font-size:18px;margin:0 0 0 65px}
.main-menu li {float:left;background:url(../images/line.jpg) no-repeat left bottom}
.main-menu li a {display:block;padding:10px 12px 9px;color:#fff;text-decoration:none}
.main-menu li:first-child {background:none}
.main-menu li a:hover {color:#c2ae58}
.ie-menu {margin:0 0 0 40px}

.butt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.butt A {
	color: #FFFFFF;
	text-decoration: none;
}
.butt a:hover {
	color: #C2AE58;
	text-decoration: none;
}
.menuline {
	width: 30px;
	background: url(../images/line.jpg) no-repeat center top;
	height: 40px;
	vertical-align: middle;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #C3C4C5;
	text-decoration: none;
}
a.copy {
	font-style: normal;
	font-weight: normal;
	color: #C3C4C5;
	text-decoration: none;
}
a:hover.copy {
	font-style: normal;
	font-weight: normal;
	color: #C3C4C5;
	text-decoration: underline;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #3F4A4E;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.contenttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.contenttext A {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
.contenttext A:hover {
	color: #C2AE58;
	text-decoration: none;
	border-bottom: 2px solid #C2AE58;	
}
.contenttext IMG {
	border: 3px solid #5D6B70;
}