@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A1502;
}
a:link {
	color: #60482B;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #60482B;
}
a:hover {
	text-decoration: none;
	color: #AD9F7C;
}
a:active {
	text-decoration: underline;
	color: #60482B;
}


html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 129px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -129px; /* negative value of footer height */
	height: 129px;
	clear:both;
	background-image:url(images/footer-bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
} 

.ftext {
	color:#f6efe7;
	padding-right: 150px;
	padding-top: 100px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



body {
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DAD1A8;
}

.lftbg {
	background-image:url(images/left-tile.png);
	background-repeat: repeat-y;
	background-position:top right;
	padding-right:1px;
}

.rtbg {
	background-image:url(images/right-tile.png);
	background-repeat: repeat-y;
}

.contbg {
	background-color:#ded5ab;
}


