@charset "UTF-8";
/* CSS Document */

* {
	margin: 0; 
	padding: 0;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #9c853e;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(images/main_bg.jpg);
	background-attachment: fixed;
}
#mainimage {
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 15px;
}
#menu {
	background-image: url(images/menubk.jpg);
	background-repeat: no-repeat;
	width: 213px;
	margin-left: 15px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
	float: left;
	position: absolute;
}
#about {
	clear: both;
	width: 197px;
	margin-left: 253px;
	background-image: url(images/abtbk.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 9px;
	float: left;
	position: absolute;
}
#content {
	clear: right;
	background-image: url(images/abtbk.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 9px;
	float: left;
	margin-left: 253px;
	width: 416px;
}
#latest {
	clear: left;
	width: 417px;
	margin-left: 253px;
	background-image: url(images/latestbk.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 9px;
	position: absolute;
}

#latest-gallery {
	clear: left;
	width: 427px;
	margin-left: 253px;
	background-image: url(images/latestbk.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 9px;
	position: absolute;
}

#news {
	background-image: url(images/newsbk.jpg);
	background-repeat: no-repeat;
	width: 200px;
	margin-left: 480px;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
#feed {
	background-image: url(images/feedbk.jpg);
	width: 225px;
	margin-left: 700px;
	background-repeat: repeat-x;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar {
	background-image: url(images/feedbk.jpg);
	width: 240px;
	margin-left: 700px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h2 {
	font-family: Lato, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	letter-spacing: -1pt;
}
.menutext {
	font-size: 9px;
	color: #a5977e;
}
.tierone {
	padding-top: 0px;
	padding-left: 383px;
}
#menu li {
	margin-left: 14px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-image: url(images/disc.png);
	padding-bottom: 3px;
	color: #B3398A;
}
.underline {
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	margin-top: 3px;
}
.headers {
	font-family: Lato;
	font-size: 90%;
	color: #F0C009;
	padding-bottom: 4px;
}
.newstext {
	font-family: Lato;
	font-size: 12px;
	line-height: 16px;
	color: #b2a697;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7A5E4D;
	width: 200px;
}
a {
	color: #f0c009;
}
a:hover {
	color: #FFF;
}
.arrowlink {
	text-align: center;
	vertical-align: bottom;
}
.news {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #533F29;
}
#container {
	width: 960px;
	text-align: left;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav {
	float: left;
	width: 320px;
	margin-top: 75px;
	margin-left: 425px;
	color: #c4253a;
}
#nav a {
	text-decoration: none;
	color: #f1eee1;
	font-size: 10pt;
	font-family: Lato;
	padding-right: 28px;
	font-weight: 400;
}
#nav a:hover {
	color: #DAB116;
}
.logo {
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	margin-top: 0px;
	margin-bottom: 15px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat;
	height: 25px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#footer a {
	font-family: Lato;
	font-size: 60%;
	color: #70615C;
	padding-right: 15px;
	text-decoration: none;
}
#footer a:hover {
	color: #91600B;
}
#header {
	background-image: url(images/headbk.png);
	background-repeat: no-repeat;
	height: 104px;
	margin-top: 50px;
}
#wrapper {
	margin-top: 0px;
	width: 960px;
	background-image: url(images/wr_bg.png);
	background-repeat: repeat;
}
.simg {
	margin-top: 4px;
}
.fieldset {
	color:#937A66;
	font-size:13px;
	height:20px;
	margin-top:5px;
	font-family: Lato;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #EEEAE9;
	border: 1px solid #937D66;
}
.textarea {
	background-color: #EEEAE8;
	width: 350px;
	margin-top: 5px;
	border: 1px solid #937C66;
	padding: 4px;
	font-family: Lato;
	font-size: 12px;
	color: #999999;
}
.button {
	font-family: Lato;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/buttonbk.png);
	background-repeat: no-repeat;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 37px;
	width: 133px;
	vertical-align: top;
	text-transform: uppercase;
}
.headers {
	letter-spacing: -1px;
	font-family: Lato;
	font-size: 100%;
}

h1 {
	font-size: 17px;
	color: #FFF;
	font-weight: 700;
}
.gal_images {
	border: 4px solid #C2A87A;
	margin-right: 8px;
	margin-bottom: 5px;
}

p {
	line-height: 16px;
	font-size: 12px;
	font-family: Lato;
	color: #e0d7d7;
	font-weight: 300;
}

h3 {
	font-family: Lato;
	font-size: 15px;
	font-weight: 300;
	color: #F0C009;
}

.imggal1 {
	margin-bottom: 10px;
	margin-right: 8px;
	border-radius: 1px;	
}

.imggal2 {
	margin-bottom: 10px;
	border-radius: 1px;
	
}