pre, code {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
li ul, li ol {
	margin: 0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
table {
	margin-bottom: 1.4em;
	width: 100%;
}
th {
	font-weight: bold;
	background: #C3D9FF;
}
th, td {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #E5ECF9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
a {
  font-weight: bold; 
	text-decoration: none;
	color: #C0D0CA;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:focus { 
    outline: none; 
}

body {
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	color: #C0D0CA;
	background: #4D625D;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 960px;
	margin: auto;
	text-align: left;
	display: block;
	border: 0px solid #f1f1f1;
	padding: 0px;
}
h2 {
	font-size: 18px;
}
#header {
	display: block;
	clear: both;
	padding: 0px;
	background: #364441;
}
#logo {
	background: url("img/logo.png") 16px 14px no-repeat;
	height: 72px;
}
h1, h2, h3 {
	font-weight: lighter;
}
#body {
	margin: 10px;
	display: block;
}
a.footerlink:link {
	color: #4D625D;
}
a.footerlink:visited {
	color: #4D625D;
}
a.footerlink:hover {
	color: #4D625D;
}
a.footerlink:active {
	color: #4D625D;
}
a.footerlink:active {
	text-decoration: none;
}
#footer {
	width: 960px;
	position: fixed;
	z-index: 2;
	bottom: 0px;
	padding: 5px;
	margin-top: 10px;
	color: #4D625D;
	background: #364441;
}
.floatright {
	float: right;
}
.break {
	clear: both;
	font-size: 0;
}
#main h2 {
	font-size: 18px;
	font-family: Georgia;
	margin-top: 15px;
	border-bottom: 0px solid #ccc;
}
#picture {
	margin: 10px 0px 20px 70px;
	background: url("img/peter.jpg") no-repeat;
	height: 190px;
}
#left {
	width: 320px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
	border-right: 2px solid #364441;
}
#right {
	width: 540px;
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 10px 30px;
}
#topnav {
	border-top: 0px solid #FFFFFF;
	margin-top: 40px;
}
input {
color: #CCCCCC;
background: #364441;
border: 2px solid #364441
}
#message {
color: #CCCCCC;
background: #364441;
border: 2px solid #364441
}
ul#green {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#green li {
	position: relative;
	float: left;
	border-top: 2px solid #4D625D;
	margin-right: 12px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 6px;
}
ul#green .gallery {
	background: url(img/gallery.png) 0px 6px no-repeat;
}
ul#green .events {
	background: url(img/events.png) 0px 6px no-repeat;
}
ul#green .bio {
	background: url(img/bio.png) 0px 6px no-repeat;
}
ul#green .contact {
	background: url(img/contact.png) 0px 6px no-repeat;
}
ul#green .galleryc {
	border-top: 2px solid #C0D0CA;
	background: url(img/gallery.png) 0px 6px no-repeat;
}
ul#green .eventsc {
border-top: 2px solid #C0D0CA;
	background: url(img/events.png) 0px 6px no-repeat;
}
ul#green .bioc {border-top: 2px solid #C0D0CA;
	background: url(img/bio.png) 0px 6px no-repeat;
}
ul#green .contactc {border-top: 2px solid #C0D0CA;
	background: url(img/contact.png) 0px 6px no-repeat;
}
ul#green li a {
	padding: 2px 2px;
	text-decoration: none;
	font: bold 12px Verdana, Georgia, "Times New Roman", Times, serif;
	color: #C0D0CA;
}
ul#green li a:hover {
	color: #FFFFFF;
	border: none;
}
ul#green li span {
	display: none;
	position: absolute;
	top: -40px;
	left: 0px;
	width: 130px;
	font: normal 9px Verdana, Georgia, "Times New Roman", Times, serif;
	line-height: 11px;
}
ul#green li a:hover span {
	margin-top: 7px;
	display: block;
	color: #C0D0CA;
}
#leftnav ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#leftnav ul li {
	padding: 0;
	margin-left: 10px;
}
#header h1 {
	font-size: 24px;
}
#header h2 {
	font-size: 14px;
	margin: 0;
}
table {
	width: 500px;
	table-layout: fixed;
/* needed to cope with very long words */
}
td {
	font-size: 1em;
	overflow: hidden;
/* very long words will be truncated */
	padding: 0 0.5em 1.8em 0.5em;
	vertical-align: top;
}
table.svlinks {
	width: 100%;
	padding: 10px;
}
svlinks img {
	border-color: #364441;
	border-width: 1px;
}
svlinks:hover img {
	border-color: #FFFFFF;
	border-width: 1px;
}
