html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px;
}
td {
	height: 160px;
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

body {
	font-family: "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #4D7966;
	line-height: normal;
	padding-bottom: 20px;
}
p {
	padding-bottom: 5px;
}
h1 {
}

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-style: normal;
}
a {
	color: #4D7966;
	text-decoration: none;
}
p a {
	text-decoration: underline;
	text-align: left;
}
img {
	border:none
}

.wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	background-color: #E1ECE8;
	padding: 10px;
	border: 1px solid #4D7966;
}

.header {
	height: 100px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	vertical-align: bottom;
}

.main {
	padding: 10px;
	text-align: center;
}
.main p {
	margin-right: 75px;
	margin-left: 75px;
	text-align: left;
}

.footer {
	padding: 30px;
	text-align: center;
	height: 120px;
}

.highlight {
	font-weight: bold;
}

.splash .main {
	text-align: center;
}
.splash img {
	margin: 20px;
}
.splash .header {
	height: 40px;
}
.splash .footer {
	height: 40px;
}

.thumb {
	border: 0px none #B5CCCA;
	height: 150px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-color: #B7CCC7;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}
.thumb img {
	margin-right: 5px;
	margin-left: 5px;
}

.gallery .main {
	background-color: #FFF;
	padding: 30px;
}
.gallery img {
	border: 3px solid #4D7966;
	padding: 10px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.frame {
	background-color: #E1ECE8;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	height: 810px;
}


.frame h1 {
	font-size: xx-large;
	text-align: center;
	padding: 20px;
}
.nav a {
	text-decoration: none;
	margin-right: 90px;
	margin-left: 90px;
	vertical-align: bottom;
}
