body {
	background: #808080 url(../gfx/pattern4.jpg) repeat top left;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #d4d4d4;
}
#container {
	background-color: #3c3e46;
	margin: 0 auto;
	width: 860px;
}
a {
	color: #bbb;
}
.clear {
	clear: both;
}
#nav {
	background: #fff;
}
h1 {
	background: #fff url(../gfx/logo1.jpg) no-repeat top left;
	height: 230px;
	width: 860px;
	text-indent: -9999px;
}
h1 a {
	display: block;
/*	width: 500px;*/
/*	border: 3px #f00 solid;*/
	height: 150px;
}
ul#navigation {
	margin: -60px 0 0 210px;
}
ul#navigation li {
	float: left;
}
ul#navigation li a {
	display: block;
	padding: 7px 30px 7px 5px;
	font-size: 18px;
	color: #3c3e46;
	font-weight: bold;
}
.content {
	padding: 20px 150px 50px 210px;
}
.content p {
	margin-bottom: 1em;
}
.content em {
	font-style: italic;
}
.content strong {
	font-weight: bold;
}
.content h3 {
	font-size: 1.1em;
	font-weight: bold;
}
.content table {
	width: 100%;
}
h2 {
	margin-top: 30px;
	font-size: 18px;
	line-height: 24px;
}
ul.photos li {
	float: left;
	margin: 2px 5px 0 0;
	padding: 0px;
}