#footer {
	height: 155px;
	color: #C5B884;
	clear: both;
	background: #65563d url(/images/template/footer_bg.png) repeat-x top;

	font-size:0.9em;
	padding: 1.5em;
	text-align: left;
	margin: 0;

}

#footer a {
	color: #fff;
}

/*  this is to make the footer stick to the bottom("footerStickAlt" technique)
    see: http://www.themaninblue.com/writing/perspective/2005/08/29/ 
*/
html, body {
	height: 100%;
}
#non-footer {
	position: relative;
	min-height: 100%;
}
* html #non-footer {
	height: 100%;
}
#content-wraper {
	padding-bottom: 155px;
}
#footer {
	position: relative;
	margin-top: -155px;
}

