body {
	background-color: #7E0111;
	margin: 0px;
}
.header {
	background-image: url(images/gold_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.subheader {
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5C796;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5C796;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	text-align: left;
	padding-left: 235px;
}
.menuArea {
	background-color: #000000;
	vertical-align: top;
	background-image: url(images/menu_gold.gif);
	background-repeat: repeat-y;
	background-position: left top;
}






#mainMenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D5C796;
	background-color: #000000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5C796;
	line-height: 25px;
	text-decoration: none;
	padding-left:10px;
}
#mainMenu a:hover{
	color: #000000;
	background-color: #D5C796;
	line-height: 25px;
}









.bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/body_round_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.bodyContent a{
	color: #000000;
	text-decoration: none;
}
.bodyContent a:hover{
    color: #7E0111;
}




.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5C796;
	padding: 10px;
}
.footerRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5C796;
	padding: 10px;
	text-align: right;
}




.bookmark {
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
.bookmark a{
    color: #D5C796;
    text-decoration: none;
}
.bookmark a:hover{
    color: #FFFFFF;
}
.contact {
	background-image: url(images/envelop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.contact a{
    color: #D5C796;
    text-decoration: none;
}
.contact a:hover{
    color: #FFFFFF;
}
.send {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
.send a{
    color: #D5C796;
    text-decoration: none;
}
.send a:hover{
    color: #FFFFFF;
}
.view {
	background-image: url(images/cart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.view a{
    color: #D5C796;
    text-decoration: none;
}
.view a:hover{
    color: #FFFFFF;
}
.footerBGR {
	background-image: url(images/footer_bgr.gif);
	background-repeat: repeat-y;
	background-position: left;
}
