/* CSS Document */

html, body {
	height: 100%;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color:#000;
	background: #FFF;
	text-align: center;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
}
#container {
	text-align: left;
	width: 930px;
	margin: 0 auto;/* border: solid 1px #c68349; */
}
#footer, .push {
	height: 45px; /* .push must be the same height as #footer */
}


/* ------------------------ FOOTER LAYOUT ITEMS ----------*/

#footer {
	background:  url("../images/structure/footer_bg.gif") repeat-x top;
	height: 45px;
	color: #484848;
	font-size: 1.0em;
	padding: 5px 5px 0px 10px;
	overflow: hidden;
}
#footer-inner {
	margin: 0 auto;
	width:930px;
}
#footer a {
	color: #916137;
	text-decoration: none;
}
#back-top {
	float: right;
	width: 122px;
	text-align: right;
	font-size: 1.2em;
	margin-right:10px;
	font-weight: bold;
}
#back-top a {
	display:block;
	float:right;
	width:122px;
	overflow:hidden;
}
* html #back-top a {
	margin-right:14px;
}
#back-top a:hover {
	text-decoration:underline;
}
#copyright {
	width:550px;
	float:left;
	text-align:left;
}

/* -------------- END OF FOOTER LAYOUT ITEMS ----------*/
