@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	/*font-family: "Times New Roman",Tahoma, Arial;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 11px;
	line-height:18px;
	letter-spacing:normal;
}
.body_clr {
	background-color:#f1d8b0;
}
.bodyMainTxt {
	text-align:justify;
	color:#000;
	font-size:11px;
}
.bodyHeading {
	text-align:left;
	color:#613c00;
	font-size:20px;
	font-weight:bold;
	padding-top:5px;
}
.black_strip {
	background-color:#000;
	height:35px;
}
.headerBg {
	background-image:url(images/hdr_bg.jpg);
	background-repeat:repeat-x;
	height:257px;
}
.header_right {
	background-image:url(images/header_rt.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:257px;
	width:493px;
}
.header_left {
	background-image:url(images/header_lt.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:222px;
}
.leftColBg {
	background-color:#b47107;
	background-image:url(images/subLeft.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.column_left {
	background-image:url(images/leftHeading.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:243px;
	height:25px;
}
.left_text a {
	color:#f9ead1;
	background-image:url(images/leftLink_nor.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:243px;
	text-decoration:none;
	padding:8px 0px 8px 25px;
}
.left_text a:hover {
	color:#000000;
	background-image:url(images/leftLink_ovr.jpg);
	background-repeat:no-repeat;
	height:25px;
	text-decoration:none;
	padding:8px 0px 8px 25px;
}
.body_bottomBg {
	background-image:url(images/bodyBg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:122px;
}
.copyR {
	color:#a7843a;
	padding-left:20px;
}
.galleryBg {
	width:914px;
	height:508px;
	background-image:url(images/gallery_bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

