body {
	background: url(../images/body.jpg) #000400 no-repeat 0 0;
	margin: 0px;
	position: relative; 
    background-attachment: fixed;		
}
.header {
	background-image: url(../images/header.png);
	border-right: 7px solid #343434;
	border-left: 7px solid #343434;	
}
.menubg {
	background-image: url(../images/menubg.png);
	border-right: 7px solid #343434;
	border-left: 7px solid #343434;	
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}
.menu A {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 25px;
}
.menu A:hover {
	color: #555e6b;
	background: url(../images/mouse.gif) no-repeat center bottom;
}
.contentarea {
	background-image: url(../images/content.png);
	border-right: 7px solid #DB7020;
	border-left: 7px solid #DB7020;	
}
.footer {
	background-image: url(../images/footer.png);
	border-right: 7px solid #343434;
	border-left: 7px solid #343434;		
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a.copy {
	color: #000000;
}
a:hover.copy {
	color: #990000;
}
.copy1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #333;
}
.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;
	padding: 10px 25px 10px 25px;
}
.subside {
	padding: 10px 250px 10px 25px;
	background: url(../images/sub.gif) right top no-repeat;
}
.contenttext A {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.contenttext A:hover {
	color: #990000;
	text-decoration: none;
	border-bottom: 2px solid #000;	
}	
.contenttext IMG {
	border-bottom: 4px solid #db7020;	
}	