@charset "UTF-8";
body {
	text-align:center;
	background-image: url(images/pageElements/HalftoneBG.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #630;
	background-color: #EDEBCA;
	margin: 0px;
	padding: 0px;
}
td {
	padding-bottom: 20px;
	text-align: left;
}
div {
	padding: 0px;
	margin: 0px;
}
div * {
	vertical-align: text-top;
}
#wrapper {
	position: relative;
	width: 922px;
	margin: 0 auto;
   	text-align:left;
}
#blueBar {
	background-image: url(images/pageElements/BlueBanner.png);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 90px;
}
#menu {
	height: 177px;
	z-index: 1;
	width: 700px;
	position: absolute;
	top: 40px;
	left: 180px;
	clear: left;
}
#menuMask {
	height: 100px;
	z-index: 3;
	width: 700px;
	position: absolute;
	top: 90px;
	left: 180px;
	clear: left;
}
#contentWrap {
	position: absolute;
	top: 200px;
	z-index: 1;
	width: 100%;
	left: 13px;
}
#mainContent {
	background-image: url(images/pageElements/contentBG.png);
	background-repeat: no-repeat;
}
#contentFoot {
	background-image: url(images/pageElements/contentFoot.png);
	background-repeat: no-repeat;
	height: 66px;
}
#banner {
	height: 163px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(images/pageElements/3RingBanner.png);
	background-repeat: no-repeat;
	z-index: 2;
	width: 100%;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
a {
	color: #8f511c;
}
.thumb {
	margin: 5px;
}
.centertbl {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tagline {
	margin-bottom: 20px;
}
.heading {
	font-size: 1.4em;
	font-weight: bold;
}

