@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #FFF;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	position: relative;
	height: 600px;
	width: 960px;
	background-image: url(../images/bg.jpg);

}
.oneColFixCtr #container #mainContent #map {
	position: absolute;
	height: 50px;
	width: 100px;
	top: 160px;
	left: 280px;
}
.oneColFixCtr #container #mainContent #newsletter {
	position: absolute;
	height: 270px;
	width: 280px;
	top: 315px;
	left: 55px;
}
.oneColFixCtr #container #mainContent #newsletter iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.oneColFixCtr #container #mainContent #map p a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #800016;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtr #container #flyer {
	height: 30px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #900;
	text-decoration: underline;
}
.oneColFixCtr #container #flyer a {
	color: #900;
}

