@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin:0;
}
img {
	border: none;	
}
body {
	background-color: #F0E8DF;
	font-family: "Gill Sans", "Helvetica Neue", Arial, sans-serif;
	color: #562B1E;
}
p {
	font-size: 1em;
	font-weight: normal;
	line-height: 115%;
	text-align: left;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 1.75em;
	font-weight: normal;
	line-height: 95%;
	text-align: left;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 1.25em;
	font-weight: normal;
	line-height: 105%;
	text-align: left;
	padding: 0;
	margin: 0;
}
div#wrapper {
	width: 950px;
	margin: 20px auto 0 auto;
}
div#hd {
	background-image:url(images/header_bg.png);
	background-position:-10px 0;
	background-repeat:no-repeat;
	width: 980px;
	height: 202px;
}
img#home {
	margin: 202px 0 0 -9px;
	border: none;
}
img#about, img#products, img#contact {
	margin: 202px 0 0 -4px;
	border: none;
}
img#events, img#since1989 {
	margin: 202px 0 0 -5px;
	border: none;
}
div#bd {
	padding: 30px 40px;
	margin-top: 60px;
}
div#bd div#agenda {
	background-image:url(images/agenda_bg.png);
	width: 305px;
	height: 346px;
	background-repeat:no-repeat;
}
div#ft {
	background-image:url(images/footer_bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 956px;
	height: 152px;
}
img#footer_tag {
	margin: 25px 0 0 20px;
}
img#footer_address {
	margin: 38px 0 0 555px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.gutterRight {
	margin-right: 20px;
}
.gutterLeft {
	margin-left: 20px;
}
.indent {
	margin-left: 20px;
}
.heading {
	margin-bottom: 7px;
}
.headingbig {
	margin-bottom: -3px;
}
iframe#calendar {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
iframe#agenda {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;	
}
