@charset "utf-8";

@font-face {
    font-family: BookAntiqua;
    src: url(fonts/BookAntiqua.tff);
}

@font-face {
    font-family: BookAntiquaBold;
    src: url(fonts/BookAntiquaBold.tff);
}

body {
	margin: 0px;
	background-color: #fffae2;
}

address {
	margin: 0px;
	font-style: normal;
}

.headerContainer {
	margin: 0px;
	width: 100%;
	min-width: 1000px;
	display: inline-block;
	background-image: url(images/bg-header.gif);
	background-repeat: repeat-x;
}
.headerCenteredContainer {
	width: 960px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 190px;
	padding-right: 20px;
	padding-left: 20px;
}



.headerLeftContainer {
	width: 235px;
	display: inline-block;
	height: 190px;
	margin: 0px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
		
.headerRightContainer {
	width: 725px;
	display: inline-block;
	height: 190px;
	margin: 0px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

.headerAddressContainer {
	font-family: BookAntiqua;
	width: 725px;
	display: inline-block;
	height: 75px;
	float: left;
	text-align: right;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	color: #000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
.headerHoursContainer {
	font-family: BookAntiqua;
	width: 725px;
	display: inline-block;
	height: 30px;
	margin: 0px;
	float: left;
	color: #FFF;
	text-align: right;
	line-height: 30px;
	font-size: 20px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	}
.headerFacebookContainer {
	width: 725px;
	display: inline-block;
	height: 50px;
	float: left;
	text-align: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.contentContainer {
	min-width: 960px;
	margin: 0px;
	width: 100%;
	display: block;
}
.contentCenteredContainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
}

.contentSlideshowContainer {
	width: 960px;
	height: 450px;
	display: block;
}

.contentGalleryContainer {
	width: 960px;
	display: block;
	margin-top: 20px;
}

.contentGalleryTitle {
	width: 960px;
	height: 40px;
	display: block;
	background-image: url(images/new-groovey-stuff.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.contentGalleryLink {
	font-family: BookAntiqua;
	width: 960px;
	height: 16px;
	display: block;
	margin-top: 10px;
	text-align: right;
	font-size: 16px;
	color: #20723e;
	background-color: #b6a96d;
}

.contentGalleryLink a{
	font-family: BookAntiqua;
	color: #20723e;
	text-decoration: none;
	background-color: #FFFAE2;
	padding-left: 5px;
	display: inline-block;
	line-height: 16px;
	width: auto;
	height: 16px;
	float: right;
	font-weight: bold;
	font-size: 16px;
}

.contentGalleryLink a:hover{
	color: #2FA65B;
}

.contentLowerText {
	font-family: BookAntiqua;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	color: #000;
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contentLowerText a{
	font-family: BookAntiqua;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	color: #20723e;
	width: 960px;
	margin-top: 14px;
	text-decoration: none;
}

.contentLowerText a:hover{
	color: #2FA65B;
}

.contentTextContainer {
	font-family: BookAntiqua;
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	color: #000;
	width: 960px;
	margin-top: 14px;
}

.contentTextContainer a{
	font-family: BookAntiqua;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	color: #20723e;
	text-decoration: none;
}

.contentTextContainer a:hover{
	color: #2FA65B;
}

.footerContainer {
	min-width: 1000px;
	width: 100%;
	display: block;
	background-color: #000;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.footerCenteredContainer {
	font-family: BookAntiqua;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	display: block;
	color: #FFF;
	text-align: center;
	height: 30px;
	line-height: 28px;
	padding-right: 20px;
	padding-left: 20px;
}
