﻿#header h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 5px;
	left: 20px;
	color: #FFFFFF;
	font-style: oblique;
	font-size: 30px;
}
#header  {
	border: 0;
	text-align: left;
	max-height: 137px;
	height: 137px;
	background-image: url('header.jpg');
}
#header h2 {
	font-size: 25px;
	color: #FFFFFF;
	position: relative;
	top: 10px;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	float: left;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}
#wrapper {
	padding: 2px;
	margin: 0 auto 0 auto;
	border-style: none groove none groove;
	border-width: 5px;
	border-color: #0000FF;
	width: 767px;
	max-width: 767px;
	text-align: left;
	background-color: #FFFFFF;
}
#main {
	text-align: left;
	clear: both;
}
body {
	text-align: center;
	background-image: url('thing.jpg');
}
#menu div {
	background-color: #808080;
	min-width: 767 px;
	width: 767px;
}
#footer {
	text-align: right;
	clear: both;
}
.imageLeft {
	float: left;
	margin: 3px;
}
.imageRight {
	float: right;
	margin: 3px;
}

.photo-table {
	clear: both;
	text-align: center;
	width: auto;
}
.photo-table td {
	text-align: center;
	border: 4px outset #008000;
	background-color: #C0C0C0;
}
.photo-table img {
	border-style: solid;
	border-width: 2px;
	border-color: inherit;
}

