.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #530501;
}
.bodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: justify;
}
.menulink A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4DEB5;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: normal;
}
.menulink A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4DEB5;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: normal;
}
	
.menulink A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4DEB5;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: normal;
}
.menulink A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ECC67D;
	text-transform: capitalize;
	font-weight: normal;
}
.bgbot {
	background-color: #2f1d11;
	background-image: url(images/bg-bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}
.bgtop {
	background-image: url(images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bot_shadow {
	background-image: url(images/bot_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.top_shadow {
	background-image: url(images/top_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
}
.history_fireframe {
	background-image: url(images/fire_frame.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 20px;
}
.historyrightmarg {
	margin-right: 20px;
	
}
.historyleftmarg {
	
	margin-left: 20px;
}
.contact_border {
	border: 1px solid #E8E8E8;
}
