@charset "UTF-8";
/* CSS Document */

body {
	background: #663;
	margin: 10px auto;
	font-size: 11px;
	font-family: Geneva, Verdana, Arial, sans-serif;
	text-align: center;
}
a:link,
a:visited {
	color: #030;
}
a:hover {
	color: #663;
}
p.quote {
	color: #663;
	font-size: 13px;
	line-height: 20px;
}
p.quote strong {
	color: #000;
}
div#container {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #030;
	background: #6e6e3d;
}
div#header {
	background:#996;
	width: 800px;
	height: 160px;
	background: url(../images/header.jpg) no-repeat left top;
}
ul#nav {
	list-style: none;
	background: #030;
	float: left;
	width: 790px;
	margin: 130px 0px 0px 0px;
	height: 24px;
	padding: 0px 0px 0px 10px;
}
ul#nav li {
	float: left;
	padding: 5px 10px;
	border-right: 1px solid #960;
}
ul#nav li.last {
	border-right: none;
}
ul#nav li a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #996;
}
div#content {
	background: #996;
	width: 640px;
	margin: 30px 60px;
	border-top: 4px solid #960;
	border-bottom: 4px solid #960;
	padding: 20px 20px 20px 20px;
	text-align: left;
}
div.photos {
	width: 300px;
	float: right;
	margin-left: 10px;
	}	
div.photos img {
	margin-bottom: 10px;	
}
div#footer {
	background: #960;
	width: 100%;
	padding: 15px 0px;
}
div#footer p {
	color: #FFF;
	text-align: center;
	margin: 0;
	font-size: 14px;
}
div#footer p.reference {
	padding-top: 5px;
	font-size: 9px;
	color: #000;
	font-style: italic;
}
div#footer a:link,
div#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #996;
}
h1 {
	color: #960;
	font-size: 16px;
	margin-top: 0;
}
h2 {
	color: #030;
	font-size: 12px;
	text-transform: uppercase;
	margin: 5px 0px;
}