body {
/*	background: #655A46;*/
	background: #EAE2C0;
}

#main {
	font-family: Arial, Helvetica, sans-serif;
    width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#contentwrap {
	position: relative;
	width: 800px;
	left: 0px;
	top: 0px;
	height: 400px; /* this get's overruled by the JavaScript that sets height to content's height */
	overflow: visible;
	background-color: #EAE2C0;	/*   default, can be reset by -color and -image in the lit_<seasoncolor>.css files */
	z-index: 1;
}
#contactdiv {
	position: relative;
    font-size: 12px;
	width: 800px;
	padding: 10px;
	left: 0px;
	top: 0px;
	height: auto;
	overflow: visible;
	background-color: #EAE2C0;
	z-index: 1;
}
#registerdiv {
	position: relative;
    font-size: 12px;
	width: 800px;
	padding: 10px;
	left: 0px;
	top: 0px;
	height: auto;
	overflow: visible;
	background-color: #EAE2C0;
	z-index: 1;
}

#content {
	color: #552000;
	position: absolute;
    left: 150px;
	width:650px;
	height: auto;
	top: 0;
	overflow: visible;
	background-color: #EAE2C0;	/*   can be reset by -color and -image in the lit_<seasoncolor>.css files */
	z-index: 1;
}

#content, #contentwrap{
	background-color: #eae2c0;
}
#contentnoroom { /* no room on right for rightbar/pics */
	position: relative;
	left: 0px;
	width:620px;
	right: 620px;
	padding: 10px 10px 10px 20px;
	overflow: visible;
	z-index: 1;
	top: 0px;
}

#contentroom {
	position: relative;
	width: 460px;
	left: 0px;
	right: 460px;
	top: 0px;
	padding: 10px 10px 10px 20px;
    overflow: visible;
    background-color: transparent;
	z-index: 1;
}
   
#leftcontent {
	position: absolute;
	top: 325px;
	width: 150px;
	left: 0px;
	height: 100px; /* make space below menu */
   padding: 0px 0px 0px 0px;
   z-index: 1;
   background-color: transparent;
}

#contenttext {
	font-size: large;
}
   
#header {
	position: relative;
	width:800px;
	height:190px;
	z-index:1;
	left: 0px;
	top: 0px;
 
}

#hslideshow {
   position: absolute;
	width:800px;
	height:150px;
	z-index:2;
	left: 0px;
	top: 20px;
	padding: 0px;
	background-color: #655a46;
}

#leftnavbar {
	position:absolute;
	width:150px;
    top: 35px;
	left: 0px;
/*	color: black;*/
    z-index: 2;
}

#rightbar {
	position:absolute;
	top:0px;
    left: 500px;
	width:140px;
	z-index:2;
	padding: 10px 10px 0px 0px;
}


#rightbarpic {
	display: block;
}

.rightbartext {
	/*color: black;*/
	font-size: 14px;
	display: block;
}

.leftbartext {
	/*color: black;*/
	font-size: 12px;
	display: block;
}

#footer {
    padding: 50px 0px 10px 0px;
	font-size: 14px;
	/*text-align: center;*/
	width: 350px;
	left: 75px;
	position: relative;
	clear: both;
}
#subheader1 {
	position:relative;
	left:150px;
	width:562px;
	height:25px;
	z-index:1;
	text-align: center;
	top: 140px;
}
#headerdate {
	position:absolute;
	left:0px;
	top:170px;
	width:800px;
	height:18px;
	z-index:4;
	text-align: center;
	font-size: 12px;
	padding: 2px 0 0 0;
}
#headerverse {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:18px;
	z-index:4;
	text-align: center;
	font-size: 11px;
	padding: 3px 0 0 0;
}


#titlediv {
	position:absolute;
	left:20px;
	top:120px;
	width:450px;
	height: 45px;
	z-index:3;
/*	text-align: center;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 36px;
	padding: 15px 0px 0px 0px;*/
}
.signup {
	/*color: #000000;*/
	position: relative;
	left: 0px;
	width: 100%;/*480px;*/
	text-align: center;
}

.submitstyle1 {
    position: relative;
	font-size: 12px;
	/*color: #000000;*/
	text-align: center;
   }
   
.submitstyle2 {
	/*color: #000000;*/
    font-size: 14px;
	text-align: center;
/*	height: 25px;*/
	position: relative;
}

#contacttable {
   font-size: 14px;
   border-width: 2px 2px 2px 2px;
   border-color: black;
   border-style: solid;
   }
#contacttable td {
   border-style: solid;
   border-width: 1px;
   }

.csssubmenu {
position:absolute;
visibility: hidden;
font-size: 11px;
font-family: Arial;
z-index: 4;
width: 150px;
}

.csssubmenu a{
color: black;
width: 100%;
display: block;
text-indent: 0px;
/*padding: 0px 0;*/
padding: 2px 0px 2px 5px;
text-decoration: none;
text-indent: 0px;
background-image: url(../images/backgrounds/bgleftnavbar.gif);
}

.csssubmenu a:hover{ /*hover background color*/
background-image: url(../images/backgrounds/bgleftnavbar2.gif);

color: black;
}

.cssmenu {
list-style-type: none;
margin: 0;
padding: 0;
width: 150px; /*WIDTH OF MAIN MENU ITEMS*/
font-size: 11px;
position: relative;
}

.cssmenu a{
background-image: url(../images/backgrounds/bgleftnavbar.gif);
text-decoration: none;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 2px 0px 2px 10px;
text-decoration: none;
}

.cssmenu a:hover{
/*background-color: #655A46;*/
background-image: url(../images/backgrounds/bgleftnavbar2.gif);
}

.cssmenu .arrowdiv{
position: absolute;
right: 2px;
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
}
.photogallerymenu {
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
font-size: 14px;
font-family: Arial;
z-index: 4;
width: 350px;
}

.photogallerymenu a {
color: black;
display: block;
text-indent: 0px;
padding: 2px 0px 2px 10px;
width: 340px;
text-decoration: none;
text-indent: 0px;
background-image: url(../images/backgrounds/bgleftnavbar.gif);
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}

.photogallerymenu a:visited, .photogallerymenu a:active{
color: blue;
}

.photogallerymenu a:hover{
background-image: url(../images/backgrounds/bgleftnavbar2.gif);
}

.pgimage {
   position: relative;
   margin: 2px;
   display: inline;
   }

.dualimage {
   position: relative;
	margin: 2px;
	display: inline;
	}
	
.staff {
   position: relative;
   display: block;
   width: 620px;
   clear: both;
}

#registerformdiv {
   margin: 0px auto;
	width: 80px;
}

#registerform button {
   text-align: center;
}

#podcastformdiv {
   margin: 0px auto;
	width: 520px;
}

#podcastform label {
   position: relative;
   left: 15px;
}

#podcastform select {
   margin-left: 15px;
}

#podcastform button {
   margin-left: 15px;
   text-align: center;
}

#podcastdesc {
	position: relative;
	margin-top: 5px;
   left: 15px;
}

#podcasthom {
   position: relative;
	margin-top: 5px;
	left: 15px;
}

#bulletinformdiv {
   margin: 0px auto;
	width: 440px;
}

#bulletinform label {
   position: relative;
   left: 15px;
}

#bulletinform select {
   margin-left: 15px;
}

#bulletinform button {
   margin-left: 20px;
   text-align: center;
}

#notesformdiv {
   margin: 0px auto;
	width: 440px;
}

#notesform label {
   position: relative;
   left: 15px;
}

#notesform select {
   margin-left: 15px;
}

#notesform button {
   margin-left: 20px;
   text-align: center;
}