body {
	margin: 0px;
	height: 100%;
	background: url(images/body_bg.jpg) top repeat-x;
}
.secondary {
	background: url(images/body_bg.jpg) top repeat-x;
}
#wrapper {
	height: 100%;
	margin: 0 auto 0 auto;
	width: 960px;
}
#header {
	background: url(images/header_img.jpg) no-repeat;
	height: 133px;
	margin: 0;
	padding: 0;
	width: 960px;
}

#header img{
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
}
#logo {
	height: 133px;
	float: left;
	width: 322px;
}
#headernav {
	float: right;
	height: 133px;
	width: 217px;
}
#headernav ul{
	list-style: none;
	margin: 90px 0 0 0;
	padding: 0;
}
#headernav li{
	display: block;
	float: left;
	padding: 0;
}
#nav {
	height: 43px;
	width: 960px;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li{
	display: block;
	float: left;
	height: 43px;
	margin: 0;
	padding: 0;
}
#nav img{
	border: 0;
}
#homecontent {
	margin: 0;
	padding: 0;
	width: 960px;
}
#mainimage {
	float: left;
	height: 233px;
	margin: 0;
	padding: 0;
	width: 494px;
}
#jukebox {
	float: left;
	height: 144px;
	width: 284px;
}
#signup {
	float: left;
	height: 144px;
	width: 182px;
}
.bodyimage {
        border: 0;
        float: right;
        margin: 08px 40px 12px 30px;
}
#bodytext {
	float: left;
	width: 750px;
}
#bodytext h1{
	color: #890F0C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	margin: 35px 20px 10px 0;
}
#bodytext h2{
	color: #890F0C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	margin: 6px 20px 4px 0;
}
#bodytext h3{
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 0 20px 2px 0;
}
#bodytext p{
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.88;
	margin: 0 20px 12px 0;
}
#bodytext ul{
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.88;
	margin: 0 20px 12px 0;
}
#bodytext a:link {
      color:  #890F0C;
      text-decoration: none;
}
#bodytext a:visited {
      color:  #890F0C;
      text-decoration: none;
}
#bodytext a:hover {
      background: #ddd;
      color: #ac130f;
      text-decoration: none;
}
#upcomingevents {
	background: url(images/upcoming_events.jpg) top center no-repeat;
	float: right;
	margin: -89px 0 0 0;
	min-height: 524px;
	padding: 89px 30px 0 30px;
	width: 406px;
}
#upcomingevents .date {
	color: #656565;
	font: 12px bold Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
#upcomingevents h2 {
	color: #879E93;
	font: 21px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 3px 0 0 0;
}
#upcomingevents p {
	color: #000;
	font: 12px Verdana, Geneva, sans-serif;
	margin: 3px 0 20px 0;
}

#upcomingevents a:link {
	color: #890F0C;
}
#upcomingevents a:visited {
	color: #666;
}
#upcomingevents a:hover {
	color: #879E93;
}
#sidebar {
	background: url(images/subnav_bg.gif) top left repeat-y #fff;
	float: right;
	margin: 55px 0 -1px 0;
	padding: 0;
	width: 210px;
}
#sidebar ul {
	color: #6F857B;
	font: 12px Verdana, Geneva, sans-serif;
	font-weight: bold;
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
}
#sidebar ul li {
	margin: 0 12px 0 12px;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #E9D3AC;
}
#sidebar ul li em{
	font: 12px Verdana, Geneva, sans-serif;
	font-style: italic;
        font-weight: normal;
}
#sidebar a:link {
	color: #6F857B;
	text-decoration: none;
}
#sidebar a:visited {
	color: #8ba79a;
	text-decoration: none;
}
#sidebar a:hover {
	color: #879E93;
	text-decoration: none;
}
.sidebarbottom {
       background: #fff;
       margin: 0 0 -1px 0;
}
#footer {
	background: url(images/footer_bg.gif) repeat-x;
	height: 75px;
	width: 100%;
}
#footercenter {
	background: url(images/footer_inside_bg.gif) top center repeat-x;
	height: 75px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	width: 960px;
}
#footercenter ul{
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style: none;
	margin: 0 auto 0 auto;
	text-align: center;
}
#footercenter ul li {
	display: inline;
	padding: 0 20px 0 22px;
	text-align: center;
}
#footercenter p{
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 20px auto 0 auto;
}
#footercenter a:link {
	color: #999999;
	text-decoration: none;
}
#footercenter a:visited {
	color: #333;
	text-decoration: none;
}
#footercenter a:hover {
	color: #890F0C;
	text-decoration: none;
}
.clear {
	clear: both;
}
.bigredtext {
	color: #890F0C;
	font-size: 24px;
}
.summary {
       font-size: 28px;
       font-style: italic;
}
.calendaritem {
       border-bottom: 1px solid #879E93;
       margin: 0 30px 0 0;
       padding: 20px 0 0 0;
}
.calendarphotodiv {
        float: left;
        margin: 0 30px 20px 0;
        width: 200px;
}
.calendarphoto {
       clear: both;
       border: 3px solid #ebd7b2;
}
.calendarinfo {
      margin: 0 0 0 250px;
      width: 450px;
}
#blog {
float: left;
margin-right: 5px;
padding: 0 10px 10px 10px;
width: 440px;
color: #333;
text-align: left;
}

.entry {
margin-top: 10px;
padding: 0 10px 10px 10px;
border: 1px solid #ccc;
background: #F9F8F2;
color: #333;
}



.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}

.calendarBG {
 background-color: #000;
}

.calendarBlank {
 background-color: #9DB7A7;
}

.calendarHeader {
 font-weight: bold;
 color: #fff;
 text-align: center;
 background-color: #000;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:	11px;
 color: #fff;
 background-color: #195337;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
height:            1.6em;
padding:           .3em 0 0 2px;
margin-top:        6px;
margin-bottom:     3px;
}

.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
background-color:  #fff;
font-family:       Arial, Verdana, Sans-serif;
font-size:         11px;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 3px 1px 3px;
margin-top:        6px;
margin-bottom:     4px;
text-transform:    uppercase;
color:             #000;
}
