html,body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	background-color:#4d341e;
	color:#000000;
	font-size: small;
	margin: 0;
	padding: 0;
}
#holder {
	margin: 1em auto;
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	background:url(../images/background_loop_to_big.jpg);
}
#header {
	width: 752px;
	height: 260px;
	background:url(../images/header.jpg) center no-repeat;
}


#footer {
	width: 752px;
	height: 191px;
	background: url(../images/footer.jpg) repeat-y center ;
}
#menu {
	width: 752px;
	padding-top: 210px;
	z-index:0;
	position: relative;
	visibility: visible;
}
#footer_text {
	font-family:Verdana, Arial, Helvetica, sans-serif; color:#552200; font-weight:bold;
	width: 752px;
	padding-top: 45px;
	text-align:center;
	z-index:0;
	position: relative;
	visibility: visible;
}

#content {
	text-align: left;
	width: 662px;
	height: 100%;
	padding: 0 0 0 7em;
	 /* Mozilla ignores crazy MS image filters, so it will skip the following */
	 /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='http://bigrs.newdevsite.com/images/content.png');*/
 }


