html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #311218 url(/images/bg1_01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #623941;
}
h1, h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: lowercase;
	font-weight: normal;
}
h1 {
	letter-spacing: -2px;
	font-size: 34px;
	color: #583225;
}
h1.style1 {
	margin: 0px;
}
h2 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #A65059;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
p, ol, ul {
	margin-top: 0px;
	line-height: 2.8;
}
ul.style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 3;
}
ul.style1 li {
	background: url(/images/homepage04.gif) repeat-x left top;
	color: #D06B5F;
}
ul.style1 li.first {
	background: none;
}
strong {
	color: #592C33;
}
a {
	color: #9B253B;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
img.border {
}
img.alignleft {
	float: left;
	margin-right: 29px;
}
img.alignright {
	float: right;
	margin-left: 29px;
}
img.aligncenter {
	margin: 0px auto;
}
hr {
	display: none;
}
/** WRAPPER */

#wrapper {
	background: url(/images/bg01.jpg) no-repeat center top;
}
.container {
	width: 950px;
	margin: 0px auto;
}
.clearfix {
	clear: both;
}
/** HEADER */

#header {
	height: 187px;
}
/** MENU */

#menu {
	float: right;
	height: 99px;
}
#menu ul {
	margin: 0px;
	padding: 92px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
	height: 37px;
	padding: 18px 25px 0px 25px;
	border-left: 1px solid #B25874;
}
#menu li.first {
	border: none;
}
#menu a {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 15px;
	color: #F5DBDA;
}
#menu a:hover {
	text-decoration: underline;
}
/** PAGE */

#page {
}
/** BANNER */

#banner {
	height: 302px;
	margin-bottom: 39px;
	background: url(/images/bg1_02.jpg) no-repeat left top;
}
#banner .image {
	padding: 15px 15px 0px 15px;
	color: #F1DEE2;
}
#banner .caption {
	padding: 20px 30px 0px 30px;
	letter-spacing: -1px;
	text-transform: lowercase;
	text-align: right;
	font-size: 21px;
	color: #A27163;
}
#banner .caption strong {
	font-weight: normal;
	color: #FAD4D1;
}
/** CONTENT */

#content {
	float: left;
	width: 679px;
	background: url(/images/bg2_01.jpg) repeat-y left top;
}
#content-bg-top {
	background: url(/images/bg2_02.jpg) no-repeat left top;
}
#content-bg-bottom {
	padding: 35px;
	background: url(/images/bg2_03.jpg) no-repeat left bottom;
}
html>body #content-bg-bottom {
	height: auto;
}
.home #content {
	background: url(/images/bg1_03.jpg) repeat-y left top;
}
.home #content-bg-top {
	background: url(/images/bg1_04.jpg) no-repeat left top;
}
.home #content-bg-bottom {
	background: url(/images/bg1_05.jpg) no-repeat left bottom;
}
html>body.home #content-bg-bottom {
	height: auto;
}
.single #content {
	float: none;
	width: 950px;
	background: url(/images/subpage2_01.jpg) repeat-y left top;
}
.single #content-bg-top {
	background: url(/images/subpage2_02.jpg) no-repeat left top;
}
.single #content-bg-bottom {
	background: url(/images/subpage2_03.jpg) no-repeat left bottom;
}
html>body.single #content-bg-bottom {
	height: auto;
}
/** SIDEBAR */

#sidebar {
	float: right;
	width: 232px;

}
#sidebar-bg-top {

}
#sidebar-bg-bottom {
	padding: 35px 30px;

}
html>body #sidebar-bg-bottom {
	height: auto;
}
.home #sidebar {

}
.home #sidebar-bg-top {

}
.home #sidebar-bg-bottom {

}
html>body .home #sidebar-bg-bottom {
	height: auto;
}
#sidebar h2 {
	color: #D06B5F;
}
#sidebar a {
	color: #F1DEE2;
}
/** FOOTER */

#footer {
	clear: both;
}
#footer p {
	margin: 0px;
	padding: 25px 0px;
	text-align: center;
	text-transform: lowercase;
	line-height: 1;
	color: #612332;
}
#footer a {
	color: #D06B5F;
}
.hover {
	cursor: hand;
}
