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

body {
	height: 100%;
	background-color: #FFF;
	margin: 0 0 0 0; /* Top, Right, Bottom, Left */
}

img {
	border: none;
}

/* Containers */

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	background-color: #FFFFFF;
	height: auto;
}

#content {
	float: left;
	width: 850px;
	height: auto;
}

/* Blocks */

#logo {
	width: 439px;
	height: 60px;
	float: left;
	margin: 25px 0 0 0;
}

#details {
	width: 250px;
	height: auto;
	float: right;
	margin: 40px 0 0 0;
	padding: 0 3px 0 0;
	text-align: right;
	font: normal 12px/20px Arial, Helvetica, sans-serif; /* Style, Variant, Weight, Size, Line-height, Family */
	color: #333;
	text-decoration: none;
}

#details a { font: normal 12px/20px Arial, Helvetica, sans-serif; color: #333; text-decoration:none }

#details a:hover { font: normal 12px/20px Arial, Helvetica, sans-serif; color: #744D1E; text-decoration:underline }

#top_nav {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0 3px 0;
	z-index: 0;
}

#left200 {
	width: 215px;
	height: 373px;
	float: left;
	overflow: hidden;
	background: #C8BD90 url(../images/left200_back.jpg) top left no-repeat;
	margin: 1px 15px 0 0;
	padding: 15px 20px 10px 15px;
}

#right575 {
	width: 575px;
	height: 400px;
	float: left;
	background-image: url(../images/home.jpg);
	margin: 0 0 0 0;
}

#lit_right {
	width: 575px;
	height: 400px;
	float: left;
	margin: 0 0 0 0;
}

#about_block {
	width: 810px;
	height: 383px;
	float: left;
	background: url(../images/about_back.jpg) top left no-repeat;
	padding: 15px 0 0 30px;
	margin: 1px 0 0 0;
}

#contact_block {
	width: 810px;
	height: 155px;
	float: left;
	background: url(../images/contact_back.jpg) top left no-repeat;
	padding: 15px 0 0 30px;
	margin: 1px 0 0 0;
}

.columns {
	float: left;
	width: 350px;
	height: auto;
	margin: 8px 40px 0 0;
}

.contact_columns {
	float: left;
	width: 250px;
	height: auto;
	margin: 8px 15px 0 0;
}

#footer {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0 0 0;
}

/* Navigation */

#nav {
	width: 100%;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	display: inline;
}

#nav a {
	text-decoration:none;
	color: #CAA886;
	font: bold 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0;
	padding-bottom: 12px;
	line-height:14px;
	width:auto;
	display:block;
}

#nav li {
	width: auto;
	list-style: none;
	height: auto;
	padding: 2px 17px 2px 0;
	margin: 0;
	float:left;
}

#nav li a:hover, #nav .current {color: #744D1E;}

/* Lit Nav */

#lit {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 -15px;
}

#lit a {
	width: 235px;
	height: 28px;
	display: block;
	padding: 12px 0 0 15px;
	background: url(../images/lit_nav_back_up.gif) top left no-repeat;
	text-decoration:none;
	color: #744D1E;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#lit li {
	margin: 0;
	padding: 0;
}

#lit li a:hover {
	background: url(../images/lit_nav_back_down.gif) top left no-repeat;
}

/* Lit Buttons */

#prev a {
	position:absolute;
	width: 115px;
	height: 35px;
	text-indent: 300px;
	overflow: hidden;
	background: url(../images/prev_up.png) top left no-repeat;
	left: 10px;
	top: 482px;
}

#next a {
	position:absolute;
	width: 115px;
	height: 35px;
	text-indent: 300px;
	overflow: hidden;
	background: url(../images/next_up.png) top left no-repeat;
	left: 125px;
	top: 482px;
}

#prev a:hover {
	background: url(../images/prev_down.png) top left no-repeat;
}

#next a:hover {
	background: url(../images/next_down.png) top left no-repeat;
}

/* Text Styles */

h1 {
	font: bold 22px/26px Arial, Helvetica, sans-serif; /* Style, Variant, Weight, Size, Line-height, Family */
	color: #744D1E;
	text-decoration: none;
	margin: 0 0 16px 0;
}

h2 {
	font: bold 14px Arial, Helvetica, sans-serif; /* Style, Variant, Weight, Size, Line-height, Family */
	color: #744D1E;
	text-decoration: none;
	margin: 0 0 8px 0;
}

p {
	font: normal 12px/20px Arial, Helvetica, sans-serif; /* Style, Variant, Weight, Size, Line-height, Family */
	color: #333;
	text-decoration: none;
	margin: 0 0 10px 0;
}

p a {
	font: normal 12px/20px Arial, Helvetica, sans-serif; /* Style, Variant, Weight, Size, Line-height, Family */
	color: #744D1E;
	text-decoration: none;
}

p a:hover {
	font: normal 12px/20px Arial, Helvetica, sans-serif; /* Style, Variant, Weight, Size, Line-height, Family */
	color: #744D1E;
	text-decoration: underline;
}

.footer {
	font: normal 11px/16px Arial, Helvetica, sans-serif; /* Style, Variant, Weight, Size, Line-height, Family */
	color: #333;
	text-decoration: none;
	margin: 0 0 5px 0;
}

.footer a {
	font: normal 11px/16px Arial, Helvetica, sans-serif;
}

.footer a:hover {
	font: normal 11px/16px Arial, Helvetica, sans-serif;
}