@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efdaaf; 
	text-align: center;
	padding: 0;
	}
	* html body { /*IE FIX*/
		overflow: auto;
		}
	
#container {
	}
	* html #container { /*IE FIX*/
		position: absolute;
		height: 588px;
		right: 0;
		left: auto;
		background-image: none;
		}
	
a {
	color: #835531;
	text-decoration: none;
	font-weight: bold;
	}
	a:hover {
		color: #bfaa7c;
		}
		
#links {
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	position: fixed;
	z-index: 6;
	bottom: 90px;
	right: 30px;
	}
	* html #links { /*IE FIX*/
		position: absolute;
		left: 20px;
		bottom: -28px;
		}
	.opera #links {
		bottom: 100px;
		}
	#links ul {
		font-size: 12px;
		text-indent: -3.75em;
		list-style-type: none;
		}
	#links li {
		display: inline;
		}
	#links a {
		margin-left: .75em;
		margin-right: .75em;
		color: #8B7951;
		}
		* html #links a { /*IE FIX*/
			margin-left: .6em;
			margin-right: 0em;
			}
		#links a:hover {
			text-decoration: none;
			color: #835531;
			}

			
#decorate {
	position: fixed;
	z-index: 1;
	bottom: 0;
	right: 0;
	display: block;
	min-width: 100%;
	height: 90px;
	background: url(graphics/line.png) bottom right repeat-x;
	}
	* html #decorate { /*IE FIX*/
		background-image: none;
		}

h1 a {
	display: block;
	width: 340px;
	height: 280px;
	background: url(graphics/h1.png) bottom no-repeat;
	position: fixed;
	z-index: 3;
	left: 38px;
	bottom: 41px;
	}
	* html h1 a { /*IE FIX*/
		position: absolute;
		left: 0;
		bottom: 11px;
		}
	h1 a:hover {
		background: url(graphics/h1_over.png) bottom no-repeat;
		}
	

h1 span {
	display: none;
	}

.index_01 {
	position: fixed;
	left: 50px;
	bottom: 100px;
	z-index: 1;
	}
	* html .index_01 { /*IE FIX*/
		position: absolute;
		left: 9px;
		bottom: 70px;
		}

#outsidelinks {
	position: fixed;
	z-index: 8;
	right: 40px;
	bottom: 50px;
	}
	* html #outsidelinks { /*IE FIX*/
		position: absolute;
		right: 43px;
		bottom: -10px;
		}
	#outsidelinks ul {
		list-style-type: none;
		display: inline;
		}
	#outsidelinks li {
		display: inline-block;
		width: 23px;
		height: 23px;
		margin-left: 1px;
		}
		* html #outsidelinks li { /*IE FIX*/
			display: inline;
			margin-right: 3px;
			}
		#facebook a {
			background: url(graphics/icon_facebook.png) no-repeat;
			display: inline-block;
			width: 23px;
			height: 23px;
			}
			#facebook a:hover {
				background: url(graphics/icon_facebook_over.png) no-repeat;
				}
			#facebook span {
				display: none;
				}
		#flickr a {
			background: url(graphics/icon_flickr.png) no-repeat;
			display: inline-block;
			width: 23px;
			height: 23px;
			}
			#flickr a:hover {
				background: url(graphics/icon_flickr_over.png) no-repeat;
				}
			#flickr span {
				display: none;
				}
		#blogger a {
			background: url(graphics/icon_blogger.png) no-repeat;
			display: inline-block;
			width: 23px;
			height: 23px;
			}
			#blogger a:hover {
				background: url(graphics/icon_blogger_over.png) no-repeat;
				}
			#blogger span {
				display: none;
				}

#content {
	display: block;
	position: absolute;
	z-index: 2;
	left: 42%;
	width: 480px;
	top: 70px;
	text-align: justify;
	color: #8B7951;
	font-size: 90%;
	padding-bottom: 130px;
	}
	* html #content { /*IE FIX*/
		left: 45%;
		padding-right: 25px;
		}
	
#content img {
	border: 2px solid #8B7951;
	}
	
h2 {
	display: block;
	margin-left: -60px;
	margin-bottom:;
	background-repeat: no-repeat;
	}
	* html h2 { /*IE FIX*/
		margin-left: 0;
		}
	h2 span {
		display: none;
		}
		
.images {
	text-align: center;
	}
	.images img {
		margin-bottom: 250px;
		}

h3 {
	}
	
.announcement {
	font-size: 120%;
	line-height: 1.5em;
	}
	
.morestuff {
	margin-bottom: 50px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
	font-size: 95%;
	text-align: right;
	list-style-type: none;
	}
	.morestuff + .footnote {
		margin-top: 230px;
		}
	
	.morestuff li {
		display: ;
		margin-left: 30px;
		}
	
.imagelist {
	list-style-type: none;
	margin-bottom: 250px;
	}
	
.event {
	margin-bottom: 80px;
	margin-top: 20px;
	}
	.event h4 {
		font-family: Arial, Helvetica, sans-serif;
		margin-top: -1.2em;
		}
	.event img {
		float: right;
		margin: 0 0 15px 15px;
		}
		
	/*p*/
		.event .date {
			margin-bottom: 0.1em;
			}
		.event .reception {
			margin-top: 0;
			margin-bottom: 0;
			}
		.event .location {
			margin-bottom: 0.1em;
			}
		.event .hours {
			margin-top: 0;
			}
	/*end p*/
	
	.event .old {
		color: #C1C1C1;
		}
		.event .old img {
			border-color: #C1C1C1 !important;
			}
		.event .old h3 {
			color: #C1C1C1 !important;
			}
	
.footnote {
	font-size: 85%;
	}


.form {
	list-style-type: none;
	z-index: 3;
	margin-bottom: 90px;
	}
	.form li {
		margin-bottom: 8px;
		}
	.textbox {
		display: block;
		}
	.mailinglist {
		font-size: 85%;
		margin-left: 25px;
		text-indent: -25px;
		}
