
body {
	background: #fff2cc url(Images/background_header.jpg) no-repeat top; margin: 0; padding: 0; 
	font-family: Monotype Corsiva, Apple Chancery, URW Chancery L, Trebuchet MS, Helvetica, Verdana, Arial, sans-serif; font-size: 18px; letter-spacing: 0.03em; color: #704d36; /*#4b3120*/
}

#wrapper {
	min-width: 976px; padding: 0px 10px 242px 10px; background: url(Images/background_footer.jpg) no-repeat bottom;
}

#holder {
	width: 976px; padding: 0px 0px 0px 0px; margin: 0px auto;
}

#header {
	position: relative; /*height: 435px;*/
}

#logo {
	position: absolute; left: 270px; top: 50px; z-index: 1;
}

#logo img {
	border: 0;
}

.banner {
	position: absolute; left: 78px; top: 167px; width: 819px; margin-bottom: 20px;
}

.homespacer {
	position: relative; height: 525px; z-index: -1000;
}

.headerspacer {
	position: relative; height: 180px; z-index: -1000;
}

#container {
	position: relative; margin: 100px 90px 200px 90px; z-index: 100;
}

.containerheader {
	position: absolute; left: -90px; top: -100px; width: 132px; height: 240px; background: url(Images/decor_tl.gif) no-repeat top left; z-index: -1;
}

.containerfooter {
	position: absolute; right: 0px; top: -241px; width: 193px; height: 191px; background: url(Images/decor_br.gif) no-repeat bottom right;
/*	z-index: -1;*/
}

#footer {
	position: relative; background: url(Images/footer_bg.png) no-repeat top left; height: 60px; color: #4b3120;
}


#copyright {
	position: absolute; right: 22px; top: 25px; font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold;
}

#copyright a {
	text-decoration: none; font-weight: bold; color: #4b3120;
}

#copyright a:hover {
	text-decoration: underline;
}


.hr {
	position: relative; border-top: 1px solid #279948; border-bottom: 1px solid #ffffff; height: 0px; line-height: 0px; padding: 0; margin-top: 0px; margin-bottom: 0px; margin-left: 12px; margin-right: 12px; font-size: 0px; 
}


.clear {
	position: relative; clear: both; height: 0px; line-height: 0px; padding: 0; margin: 0; font-size: 0px;
}


