/* CSS Document */

body {
	margin-top: 0px;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #32201d;
	background-image: url(../images/web-bkgd.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	text-align: left;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

#nav {
	background-image:url(../images/nav-bkgd.jpg);
	background-repeat:no-repeat;
	padding-top: 16px;
	padding-bottom: 14px;
	font-size: .70em;
	word-spacing:1.5em;
}

#nav a {
	color: #e7dda2;
	text-decoration:none;
}

#nav a:hover {
	color: #9c9c60;
	text-decoration:none;
}

#contentleft {
	float: left;
	background-image:url(../images/left-bkgd.jpg);
	width: 257px;
	height: 447px;
	margin-left: 43px;
}

#events {
	margin: 20px;
	border: 1px solid #7a7943;
	padding: 10px;
	background-color:#dcda9c;
	font-size: .80em;
	color: #686730;
}

#events a {
	color: #686730;
	text-decoration:underline;
}

#events a:hover {
	color: #94560a;
	text-decoration:none;
}

#contentright {
	float: right;
	width: 154px;
	margin-right: 65px;
	padding-top: 0px;
	color: #333;
	font-size: .75em;
}

#contentright a {
	color: #960;
	text-decoration: underline;
}

#contentright a:hover {
	color:#C60;
	text-decoration: none;
}

#contentmiddle a {
	color: #960;
	text-decoration: underline;
}

#contentmiddle a:hover {
	color: #C60;
	text-decoration: none;
}


#contentmiddle { 
	float: left;
	width: 38%;
	padding-right: 15px;
		padding-left: 10px;
	margin-left: 0px;
		margin-top: 8px;
		color: #333;
	font-size: .80em;
	line-height: 140%;
	border-right: 1px dashed #999;
}

#contentmiddle h3 {
	font-weight:normal;
	color: #930;
}

.clear {
    clear: both;
}

#footer {
	font-size: .75em;
	color:#aeac8c;
	padding-right:70px;
	padding-left: 50px;
	text-align:right;
}

#footer a {
	color:#aeac8c;
	text-decoration:underline;
}

#footer a:hover {
	color:#960;
	text-decoration:none;
}