/************ Default HTML ************/
html, body {
	height: 100%; 
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #37322a;
	background-color: #3e382f;
	background-image: url(../Images/bodyBkgd.jpg);
	background-position: left;
	background-repeat: repeat;
}

/******************* Text *********************/
p {
	margin: 10px 20px 8px 20px;
	padding: 0;
	color: #1f1c17;
	text-indent: 0px;
	line-height: 1.45;
	letter-spacing: 0.01em;
}
a {
	margin: 0;
	padding: 0;
	color: #37322a;
	text-decoration: none;
}
a:visited {
	color: #37322a;
}
a:hover {
	color: #37322a;
	text-decoration: none;
}
p a {
	margin: 0;
	padding: 1px;
	color: #5c081b;
	font-weight: bold;
	text-decoration: underline;
}
p a:visited {
	color: #000;
}
p a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5c081b;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-style: italic;
}
h2 {
	margin: 0 5px 5px 5px;
	padding: 6px 0 0 0;
	color: #1f1c17;
	font-size: 130%;
	font-style: italic;
	letter-spacing: 0.02em;
	border-bottom: 1px dashed #8a8275;
}
h3 {
	margin: 0 5px;
	padding: 8px 0 0 0;
	color: #1f1c17;
	font-size: 120%;
	font-style: normal;
	letter-spacing: normal;
}
ul {
	margin: 10px 40px 15px 40px;
	padding: 0;
}
li {
	margin: 0;
	padding: 3px 0;
	font-weight: bold;
	list-style-type: disc;
}
li.noblt {
	margin: 0;
	list-style-type: none;
}
ul.menu li {
	padding: 2px 0 3px 0;
}
li.descriptive {
	margin: 0;
	padding: 0 0 1px 0;
	list-style-type: none;
	font-weight: normal;
	font-size: 90%;
}
/******************* General *********************/
img, a img {border: none; text-decoration: none;}
.spacer {clear: both;}
.noindt { text-indent: 0px;}
.mini {font-size: 78%;}
.ital {font-style: italic;}
.bold {font-weight: bold;}
.center {text-align: center;}
.inline {display: inline;}

/******************* Main *********************/
div#main {
	margin: 0 auto;
	padding: 35px 0 8px 0;
	width: 800px;
	height: auto;
	background-color: #37322a;
	border: 1px solid #999;
}
div#container {
	margin: 0 auto;
	padding: 0;
	width: 784px;
	background-color: #c6c1b0;
	background-image: url(../Images/contentBkgd.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #fff;
}
div#logo {
	position: absolute;
	top: 6px;
	left: 50%;
	margin: 0 auto;
	margin-left: -133px;
	padding: 0;
	width: 264px;
	height: 159px;
	background-color: transparent;
	z-index: 5000;
}
div#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 114px;
	text-align: center;
	background-color: #90887b;
	background-image: url(../Images/headerBkgd.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}
div#navbar {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 36px;
	text-align: center;
	background-color: #90887b;
	background-image: url(../Images/navBkgd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}
div#navbar a {
	position: relative;
	top: 15px;
	left: 0;
	margin: 0 12px;
	padding: 0;
	display: inline;
	height: 10px;
}
div#photobar {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 276px;
	text-align: center;
	background-color: #5b5348;
	background-image: url(../Images/photobarBkgd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}
div#slideshow {
	margin: 0 auto;
	padding: 0;
	width: 457px;
	height: 276px;
	text-align: center;
	background-color: #5b5348;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
div#subheader {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	text-align: center;
	background-color: #5b5348;
	border-bottom: 1px solid #fff;
}
div#contentBox {
	margin: 20px auto;
	padding: 0;
	width: 740px;
	height: auto;
	text-align: left;
}
div#content {
	margin: 0 0 0 200px;
	padding: 4px 0 30px 20px;
	text-align: left;
	border-left: 1px solid #5b5348;
}
div#content li a {
	margin: 0;
	padding: 1px;
	color: #5c081b;
	font-weight: bold;
	text-decoration: underline;
}
div#content li a:visited {
	color: #000;
}
div#content li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5c081b;
}
div#content img {
	border: 1px solid #fff;
}
div.imgRight {
	float: right;
	display: inline;
	margin: 6px 20px 10px 10px;
	padding: 0;
	line-height: 1.0;
}
div.imgLeft {
	float: left;
	display: inline;
	margin: 6px 15px 10px 20px;
	padding: 0;
	line-height: 1.0;
}
div#leftCol {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: auto;
	text-align: left;
}
div#leftCol img{
	margin: 6px 0 4px 0;
	padding: 0;
}

/******************* Email Form *********************/
label#listMail {
	margin: 0;
	padding: 3px 0 0 0;
	font-weight: bold;
	display: block;
	width: 120px;
}
input#listAdd {
	margin: 0;
	padding: 2px 3px;
	background-color: #a7a094;
	border: 1px solid #fff;
}
input#join {
	margin: 0;
	padding: 2px 2px 2px 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.03em;
	background-color: #666666;
	border: 1px solid #ffffff;
	cursor: hand;
}

/******************* Specials *********************/
div#specials {
	position: absolute;
	left: 50%;
	top: 220px;
	margin-left: 112px;
	padding: 0;
	width: 250px;
	height: auto;
	text-align: right;
}
div#specials p {
	margin: 0;
	padding: 0;
}

/******************* Footer *********************/
#footer {
	clear: both;
	margin: 0;
	padding: 8px 0 6px 0;
	width: 100%;
	font-size: 90%;
	text-align: center;
	background-color: #8a8275;
	background-image: url(../Images/footerBkgd.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #fff;
}
#footer ul {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
}
#footer li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#footer ul a {
	margin: 0 4px;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer p {
	margin: 0 0 0 0;
	padding: 0;
	color: #333;
	font-size: 110%;
	font-style: italic;
	text-indent: 0px;
}
p#credit {
	margin: 0;
	padding: 4px 0 0 0;
	color: #37322a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 76%;
}
p#credit a {
	margin: 0;
	padding: 0px;
	color: #37322a;
	font-weight: bold;
	text-decoration: none;
}
p#credit a:visited {
	color: #37322a;
}
p#credit a:hover {
	color: #37322a;
	text-decoration: underline;
	background-color: transparent;
}
