body {
	background-color: #A1948F;
	text-align:center;
	margin:0 auto;
	color: #331F08;
	font: 100% Arial, Helvetica, sans-serif;
	width:1280px;
}
#wrapper {
	width:1280px;
	text-align:center;
	margin:0 auto;
	background: #A1948F url(../images/bg_leaves.gif) repeat-y;
}
* {margin:0; padding:0;}
h4 {
	margin:0 5px 1.6em;
}
a img {border:0}
p {
	font-size:.8em;
	text-align:left;
}
p.availability {
	font-size:14px;
	font-weight:bold;
}
p.availability a {
	background-color:#5F6026;
	display:block;
	margin:0 0 10px;
	padding:3px 10px;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
p.availability a:hover {
	background-color:#888938;
}
li {
	list-style: none;
}
#container {
	background: #BEA68E; text-align:left; width:1024px; margin-left:auto; margin-right:auto;
	text-align:left;
}
/* =leftCol */
#leftCol {
	font-size:.8em;
	margin-top:50px;
	text-align:left;
}
#leftCol ul {
	font-weight:bold;
	color:#433929;
}
#leftCol ul ul{
	font-weight:normal;
	margin-bottom: 10px;
}
#divider {
	background: url(../images/divider.gif) no-repeat;
	width:28px;
	height:521px;
}
/* =body */
.body_span_left {
	background: url(../images/body_span_left.jpg) repeat-y;
}
.body_span_right {
	background: url(../images/body_span_right.jpg) repeat-y;
}
.body_bottom_left {
	background: url(../images/body_bottom_left.jpg) no-repeat;
}
.body_bottom_right {
	background: url(../images/body_bottom_right.jpg) no-repeat;
}
.body_span_bottom {
	background: url(../images/body_span_bottom.jpg) repeat-x;
}


/* =content */
#content .top {
	background: url(../images/content_bg_top.gif) no-repeat;
	width:704;
	height:418;
}
#content .bottom {
	background: url(../images/content_bg_bottom.gif) no-repeat;
	width:704;
	height:15;
}
#content p {
	padding:10px 40px 10px 20px;
}
.content_top_left {
	background: url(../images/content_top_left.jpg) no-repeat right;
	width:31px;
	height:26px;
}
.content_top_right {
	background: url(../images/content_top_right.jpg) no-repeat;
}
.content_span_top {
	background: url(../images/content_span_top.jpg) repeat-x;
	height:26px
}
.content_span_left {
	background: url(../images/content_span_left.jpg) repeat-y right;
}
.content_span_right {
	background: url(../images/content_span_right.jpg) repeat-y;
}
.content_bottom_left {
	background: url(../images/content_bottom_left.jpg) no-repeat right;
	width:31px;
	height:27px;
}
.content_span_bottom {
	background: url(../images/content_span_bottom.jpg) repeat-x; height:27px;
} 
.content_bottom_right {
	background: url(../images/content_bottom_right.jpg) no-repeat;
	width:19px;
	height:27px;
}




/* =footer */
#footer .footer_left {
	background: url(../images/footer_left.jpg) no-repeat right;
	width:31px;
	height:27px;
}
#footer .footer_right {
	background: url(../images/footer_right.jpg) no-repeat;
	width:19px;
	height:27px;
}
#footer .footer_span {
	background: url(../images/footer_span.jpg) repeat;
	height:27px;
}
.copyright {
	font-size:.7em;
	vertical-align:center;
}
.odd {
	background-color:#AD937A;
}
.imgRight {
	float:right;
	margin:0 0 16px 20px;
}
.imgLeft {
	float:left;
	margin:0 20px 16px 0;
}
.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}

.clearfix {display: inline-block;}

.clearfix {display:block;}	