@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4B2219;
}

h1, h2, h3 {
	margin-top: 0px;
	text-transform: lowercase;
	font-weight: normal;
	color: #8F3F23;
}

h1 {
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 165%;
}

ol, ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 200%;
}

a {
	color: #901F00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 5px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 5px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

img.border {
	padding: 2px;
	background: #ECC78B;
	border: 1px solid #C2A373;
}

hr {
	display: none;
}

/** BACKGROUND */

#bg1 {
	background: url(images/bg01.jpg) no-repeat center top;
}

#bg2 {
	background: url(images/bg02.jpg) repeat-y center top;
}

#bg3 {
	background: url(images/bg03.jpg) no-repeat center top;
}

#bg4 {
	background: url(images/bg04.jpg) no-repeat center bottom;
}

/** WRAPPER */

#wrapper {
	background: url(images/homepage05.jpg) repeat-x left top;
}

/** HEADER */

#header {
	width: 720px;
	height: 160px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 250px;
	height: 160px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#logo h1, #logo a {
	display: block;
	margin: 0px;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}

/** MENU */

#menu {
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 125px 0px 0px 50px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 15px;
	background: url(images/homepage03.gif) no-repeat left center;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	color: #CFBC9D;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page {
	width: 616px;
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: left;
	width: 430px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

.wide #content {
	float: none;
	width: auto;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 190px;
	padding: 100px 0px 50px 0px;
}

/** FOOTER */

#footer {
	height: 80px;
	padding: 20px 0px 0px 0px;
	background: url(images/bg05.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	text-align: center;
	color: #464646;
}
