body {
	background-color: #674C17;
	font-family: verdana, sans-serif;
	font-size: 12px;
	margin: 0;
}

INPUT {
	background-color: #C6A14C;
	font-family: verdana, sans-serif;
	font-size: 11px;
	margin: 0;
}

BUTTON {
	background-color: #C6A14C;
	font-family: verdana, sans-serif;
	font-size: 10px;
	margin: 0;
}

TEXTAREA {
	background-color: #C6A14C;
	font-family: verdana, sans-serif;
	font-size: 11px;
	margin: 0;
}

div.clearer {
	clear: both;
	font-size: 1px;
}

div#wrapper {
	width: 800px;
	margin: 0 auto;
}

div#home1 {
	background-image: url('images/home1.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 185px;
}

div#home2 {
	background-image: url('images/home2.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 35px;
	text-align: right;
}

div#home3 {
	background-image: url('images/home3.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 265px;
}

div#home4 {
	background-image: url('images/home4.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 60px;
	cursor: pointer;
	cursor: hand;
}

div#home5 {
	background-image: url('images/home5.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 132px;
	color: #C6A14C;
	font-size: 11px;
}

div#homebody {
	position: relative;
	font-size: 10px;
	line-height: 12px;
	width: 260px;
	left: 435px;
	top: 6px;
	padding: 5px 20px;
	color: #ddd;	
}

div#homebody h3 {
	color: #C6A14C;
	font-size: 14px;
	margin: 8px 0;
}

div#homebody p {
	margin: 4px 0;
}

div#homemenu {
	font-size: 10px;
	color: #eee;
	position: relative;
	top: 70px;
	text-align: right;
	padding-right: 65px;
}

div#homemenu a {
	color: #ddd;
	text-decoration: none;
}

div#homemenu a:hover {
	text-decoration: underline;
}

div#homescroll {
	margin-right: 65px;
}

div#homescroll img, div#insidescroll img, div#insideimage img, div#insideimagetext img {
	background-color: #FFF;
	padding: 2px 2px 2px 2px;
}

/* --------------------- INSIDE PAGES ------------------ */
div#inside1 {
	background-image: url('images/inside1.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 185px;
}
div#inside2 {
	background-image: url('images/inside2.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 40px;
}
div#inside3 {
	background-image: url('images/inside3.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 110px;	
}
div#inside4 {
	background-image: url('images/inside4_fill.jpg');
	background-repeat: repeat-y;
	width: 800px;	
}
div#inside5 {
	background-image: url('images/inside5.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
}
div#inside6 {
	background-image: url('images/inside6.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 55px;
	cursor: pointer;
	cursor: hand;
}
div#inside7 {
	background-image: url('images/inside7.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 87px;
}

div#insidemenu {
	font-size: 10px;
	color: #C6A14c;
	position: relative;
	top: 13px;
	text-align: right;
	padding-right: 65px;
}

div#insidemenu a {
	color: #C6A14c;
	text-decoration: none;
}

div#insidemenu a:hover {
	text-decoration: underline;
}

div#insidescroll {
	width: 690px;
	margin: 0 auto;
	padding-top: 7px;
	text-align: center;
}

div#insideinfo {
	background-image: url('images/inside4.jpg');
	background-repeat: no-repeat;
	width: 800px;
}

div#insideimage {
	float: left;
	width: 331px;
	padding-left: 60px;
	padding-top: 4px;
  color: #FFF;
}

div#insideimagetext {
	float: right;
	width: 279px;
	padding-right: 111px;
	padding-top: 10px;
	color: #fff;
	font-size: 11px;
}

div#insideimagetext h3 {
	color: #C6A14c;
	font-size: 14px;
	margin: 0;
} 

div#insideimage a, div#insideimagetext a {
	color: #C6A14c;
	text-decoration: none;
}

div#insideimage a:hover, div#insideimagetext a:hover {
	text-decoration: underline;
}

/* ------------------- END INSIDE PAGES ---------------- */



/* ------------------- LIGHTBOX ------------------------ */
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	margin-top: 5px;
}
#overlay {
	background-image: url(js/lightbox/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	display: none;
}
* html #overlay {
	background-color: #000;
	background-image: url(js/lightbox/blank.gif);
	filter: Alpha(opacity=50);
}
/* ------------------- END LIGHTBOX -------------------- */
