body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	background-color: #FFF8DC ;
	background-repeat: repeat-y;
	background-position: left;
	margin: 50px 10px 10px 150px;
}
table {
	background-color: #FFF8DC ;
}
table.main {
	width: 90%;
	height: 400px;
	border: 5px solid #000066;
}
td.front {
	font-size: 18px;
	text-align: center;
}
td.main {
	padding-left: 40px;
}
td.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 125px;
	padding-top: 60px;
	padding-left: 20px;
	background-color: #FFF8DC ;
	border-left: 2px solid #DDDDDD;
}
td.menu a {
	text-decoration: none;
	display: block;
	margin: 5px 0px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 2px solid #000066;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	margin-left: 10px;
}
a {
	color: #000099;
	text-decoration: underline;
}
img {
	border: none;
}
img.framed {
	border: 2px solid #000066;
}
td, th {
	font-size: 14px;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}
p.gallery {
	text-align: center;
}
p.gallery img {
	border: 2px solid #000066;
}
img#picture1 {
	border: 2px solid #000066;
	position: absolute;
	top: 80px;
	left: 75px;
	z-index: 50;
}
img#picture2 {
	border: 2px solid #000066;
	position: absolute;
	top: 200px;
	left: 75px;
	z-index: 50;
}
img#picture3 {
	border: 2px solid #000066;
	position: absolute;
	top: 320px;
	left: 75px;
	z-index: 50;
}
div.address {
	border-left: 5px solid #DDDDDD;
	padding-left: 10px;
}
form td, form th {
	padding: 0px;
}

