
/* Wrap all in a 100% x 100% box */

html {
	font-size: 100%;
	font-family: Helvetica, sans-serif;
}


body {
	background-color: white;
	color: #555555;
	margin: 0;
	border: 0;
	padding: 0;
}

img#left {
	position: absolute;
	left: 5%;
	bottom: 15%;
	max-width: 15%;
	max-height: 80%;
}

div#main {
	position: absolute;
	left: 25%;
	width: 75%;
	height: 90%;
	overflow: auto;
}

div#headline {
	position: absolute;
	top: 10%;
	height: 10%;
	width: 100%;
	font-weight: bold;
	font-size: 1.5em;
}

div#subhead {
	position: absolute;
	top: 20%;
	height: 10%;
	width: 100%;
	font-style: italic;
	font-size: 1.2em;
}


div#content {
	position: absolute;
	top: 30%;
	height: 70%;
	width: 95%;
	padding-right: 5%;
	overflow: auto;
}

div#gallery {
	height: 90%;
	width: 90%;
	margin: 4%;
	overflow: auto;
}

table.album {
	border-collapse: separate;
	width: 100%;
}

div.album {
	height: 90%;
	max-height: 85%;
	min-height: 85%;
	white-space: nowrap;
}

table.album tr {

}

td.album {
	width: 45%;
	height: 100%;
	vertical-align: bottom;
}

img.album {
	max-height: 95%;
	vertical-align: bottom;
	margin-right: 1em;
}

img.thumb {
	width: 25%;
}

div.event {
	padding-left: 2em;
	margin-bottom: 1em;
}

span.date {
}

div.description {
	font-size: .9em;
}

div#bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 10%;
	background-color: #ff8000;
	font-size: .9em;
}

div#navbar {
	background-color: transparent;
	position: absolute;
	bottom: 10%;
	left: 20%;
	width: 80%;
	height: 80%;
	color: white;
}

div.nav {
	position: absolute;
	bottom: 0;
	max-width: 20%;
}

div.navItem {
	margin-bottom: 1em;
}

div.subnav {
	display: none;
	background-color: #ffe500;
	margin-bottom: 1em;
}

div.subnavItem {
	padding: 1em;
}

div.nav:hover div.subnav {
	display: block;
}

div#home {
	left: 1em;
}

div#events {
	left: 12%;
}

div#news {
	left: 32%;
}

div#about {
	left: 50%;
}


div#contact {
	left: 65%;
}

div.content {
	margin-bottom: 1em;
	text-align: justify;
}

.title {
	font-weight: bold;
}

.question {
	font-weight: bold;
}

div.quote {
	margin-bottom: 1em;
	margin-left: 10%;
	margin-right: 10%;
	text-align: justify;
}

p {
	margin-bottom: 1em;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
}

a {
	text-decoration: underline;
	color: #555555;
}

.subnavitem a, .navitem a {
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}
