@charset "utf-8";
body {
	background-image: url(images/bodybg.gif);
	background-color: #330000;
	text-align: center;
	margin: 0;
	padding: 0;

}
#wrapper {
	background-image: url(images/bgabsone.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#lamps {
	background-image: url(images/lamps.jpg);
	background-repeat: repeat-x;
	background-position: left 150px;
	width: 100%;
	
}
#content_holder {
	width: 980px;
	height: 560px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contact {
	width: 800px;
	margin: 0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color: #a07e24;
	padding: 10px 5px;
}
#contact a {
	color: #79601C;
}
#contact a:hover {
	color: #a07e24;
}
#header {
	width: 786px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

