@charset "utf-8";

body {
	font: 16px "Times New Roman", Times, serif;
	background: url(/bbfc/fhg/feet/1/templates/img/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
img {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	text-align: center;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.oneColLiqCtrHdr #header {
	background: url(/bbfc/fhg/feet/1/img/header.jpg) no-repeat center top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 190px;
	border: medium solid #000000;
	font: 60px "Stencil Std", Stencil;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}
.oneColLiqCtrHdr #container {
	width: 770px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

.oneColLiqCtrHdr #info_container {
	background: url(/bbfc/fhg/feet/1/templates/img/tour_bg.jpg);
	border: medium solid #000000;
	float: left;
	width: 99%;
	padding: 0px;
	margin: 20px 0px;
}
.oneColLiqCtrHdr #text {
	font: 24px "Cooper Std Black";
	text-align: center;
	padding: 10px 0px;
	float: left;
	clear: left;
	width: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	clear: both;
	background: url(/bbfc/fhg/feet/1/templates/img/tour_bg.jpg);
	border: medium solid #000000;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 99%;
} 
.oneColLiqCtrHdr #pics {
	height: 150px;
	width: 200px;
	border: medium solid #000000;
	margin: 20px;
	float: left;
	clear: none;
}
