﻿body {
	background-color: #170e00;
	background-image: url('../images/body_bg.png');
	background-repeat: repeat-x;
	color: #fff;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	height: 100%;
	line-height: 1.6em;
	position: absolute;
	width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
#pattern {
	background-image: url('../images/pattern.png');
	background-repeat: repeat;
	min-height:100%;
	overflow:hidden;
	display: block;
}
#container 
{
	width: 1000px;
	margin: 0 auto;
}
#logo {
	float: left;
	margin-top: 65px;
	height: 236px;
	width: 216px;
}
#main {
	float: left;
	margin-left: 2px;
	min-height: 734px;
	width: 782px;
}
#header-top {
	background-image: url('../images/header_top_bg.png');
	background-repeat: repeat;
	height: 65px;
	width: 782px;
}
#header-top ul
{
    float:right;
    list-style:none;
    padding-top:5px;
}
#header-top ul li
{
    float:left;
    padding-right:10px;
}
#header-top a {
    color:#c1a834;
}
#header-mid {
	background-image: url('../images/header_mid_bg.png');
	background-repeat: repeat;
	height: 432px;
	overflow:hidden;
	width: 782px;
}
#header-mid-left {
	float: left;
	height: 432px;
	position: relative;
	width: 246px;
}
#buttons {
	left: 26px;
	height: 85px;
	position: absolute;
	top: 320px;
	width: 133px;
}
#buttons a {
	display: block;
	margin-bottom: 3px;
}
#banner {
	float: left;
	height: 432px;
	width: 536px;
}
#home-content-wrap
{
    background-image: url('../images/home_content_bg.png');
    background-repeat: repeat;
    display:block;
}
#home-content {
	background-image: url('../images/yellow_gradient.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 171px;
	padding-bottom:25px;
	width: 782px;
}
#home-content p,#home-content h1, #home-content ul {
	padding: 28px 25px 0px 25px;
}
#home-content ul li
{
    list-style-position:inside;
}
#home-content a
{
    color:#c1a834;
}
#photo-content-wrap
{
    background-image: url('../images/home_content_bg.png');
    background-repeat: repeat;
    display:block;
}
#photo-content {
	background-image: url('../images/yellow_gradient.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 411px;
	padding-bottom:25px;
	width: 782px;
}
#photo-content p,#photo-content h1, #photo-content ul {
	padding: 28px 25px 0px 25px;
}
#photo-content ul li
{
    list-style-position:inside;
}
#photo-content a
{
    color:#c1a834;
}
#footer {
	background-image: url('../images/footer_bg.png');
	height: 65px;
	width: 782px;
	border:solid 0px;
}
#address {
	list-style: none;
	padding-top: 10px;
	padding-left: 14px;
}
#address li {
	background-image: url('../images/address_divider.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 10px 0 6px;
	float: left;
}
#address li.last {
	background-image: none;
}
#footer p {
	line-height: 1.2em;
	padding-left: 20px;
}
input.errortext
{
	color:#c1a834;
}

