@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #bab0aa;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5d4a40;
	background-image: url(../images/body_bg.jpg);
	background-position: center center;
}
a{
	color: #bab0aa;
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10pt;
	margin-left: 0px;	
}
img{
	border:0px;
}
hr{
	background-color: #bab0aa;
	color: #bab0aa;
	height:1px;
	border-top: 1px solid #bab0aa;
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-decoration: none;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: lighter;
}

#body_header{
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #857165;
	text-decoration: none;
	letter-spacing: 2px;
	padding-bottom:20px;
	font-weight: bold;
	line-height:28px;
}

/* -------------- MENU -------------- */
#body_menu{
	margin-bottom: 35px;
}
#body_menu a{
	text-align:right;
	font-family: "Times New Roman";
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	color: #b6a9a0;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: -3px;
}
#body_menu a:hover, #body_menu a.selected{
	color: #b0111d;
	text-decoration: none;	
}

/* -------------- FRAME -------------- */
#body_frame{
	background-image: url(../images/body_frame.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:40px;
	margin-right:40px;
	height:508px;
}
#body_frame_image{
	height:345px;
	width:261px;
	z-index:-1;
}

/* -------------- GALLERY -------------- */
#body_gallery a img{
	border:2px solid #64534b;
	margin:2px;
}
#body_gallery a:hover img{
	border:2px solid #b0111d;
}