body {
	background-color: #e9c279;
	background-repeat: repeat;
	background-position: left top;
}
h1 { 
	color: #e9c279; 
	font-size: 200%; 
	line-height: 100%; 
	text-align: center; 
}
h2 { 
	color: #e9c279; 
	font-size: 100%; 
	line-height: 100%; 
	text-align: center; 
}
.menubg { 
	background-color: #000; 
	background-repeat: repeat-y; 
	background-position: left top; 
}
.footer { 
	color: #e9c279; 
	background-color: #000; 
	background-image: none; 
	background-repeat: repeat-x; 
	background-position: left top; 
	padding: 12px; 
}
.headingbg {
	background-image: url(../images/headingbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.contentbg { 
	color: #000; 
	background-color: #841728; 
	background-repeat: repeat-y; 
	background-position: left top; 
}
.menu { 
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 17px; font-style: normal; 
	font-weight: bold; color: #e9c279; 
	line-height: 36px; text-decoration: none; 
	text-transform: uppercase; 
	display: block; 
	letter-spacing: 5px; 
	border-bottom: 1px solid #e9c279; 
	margin-bottom: 40px; 
}
.menu:hover {
	color: #841728;
	border-bottom: 1px solid #e9c279;
}
.footer {
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #e9c279;
	text-decoration: none;
	letter-spacing: 1px;
}
.footer A {
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #e9c279;
	text-decoration: none;
	letter-spacing: 1px;
}
.footer A:hover { 
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; font-style: normal; 
	font-weight: normal; 
	text-transform: uppercase; 
	color: #841728; text-decoration: none; 
	letter-spacing: 1px; 
}
.footdot { 
	color: #e9c279; 
	padding-left: 15px; 
	padding-right: 15px; 
	background: url(../images/dot.jpg) no-repeat center 6px; 
}
.heading { 
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 50px; 
	line-height: 100px; 
	text-transform: uppercase; 
	color: #841728; 
	font-weight: bold; 
	background-color: black; 
	background-image: none; 
	text-align: center; 
	border-color: #000; 
	border-width: medium; 
}

.contenttext {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #e9c279;
	text-decoration: none;
}
.contenttext A { 
	color: #e9c279; 
	border-bottom: thin solid #e9c279; 
	text-decoration: none;
	}
.contenttext A:hover { 
	color: black; 
	border-bottom-color: #000; 
	border-bottom-width: thin; 
}


