
body {
	background-color: white;
	overflow: -moz-scrollbars-vertical;
	font-family: arial, sans-serif;
	margin: 0;
}
.header {
	width: 100%;
	background-image: url(/images/header.png);
	background-position: left;
	height: 318px;
	background-repeat: no-repeat;
}
.header h1, .header h2, .header h3 {
	display: none;
}

.menu ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #E1C7CA;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
/* fixes Firefox 0.9.3 */
}

.menu ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
/* matches link padding except for left and right */
	padding-top: 5px;
}

.menu ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #87212E;
	text-decoration: none;
	border-right: 1px solid #fff;
}

.menu ul li a:hover {
	background-color: #87212E;
	color: white;
}

.menu #contact-ggbc { 
	background-color: #87212E;
	color: white;
}

.content {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

.content h1, .content h2, .content h3 {
	color: #87212E;
	font-weight: normal;
}
.content h1 {
width: 1000px;
border-bottom: 3px solid #87212E;
}
.content h2, .content h3 {
width: 680px;
}
.content h3 {
	font-style: italic;
}
.content p, .content table {
width: 680px;
font-size: 95%;
}
div.photos {
  width:300px; 
  position:absolute; 
  margin-left:695px; 
  margin-top:80px;
}
div.photos img {
  border:solid 2px #aaaaaa; 
  margin-bottom:30px;
}
div.photos p {
color: #87212E;
font-size: 80%;
margin-top: 0;
border: 2px solid #aaaaaa;
width: 290px;
//width: 300px;
padding: 5px;
background-color: #E1C7CA;
}

.littleForm {
width: 500px;
border: 1px solid #E1C7CA;
}

.contactForm td {
vertical-align: top;
}
