/* Base Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	background-color: #ebdcbd;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body * {
	text-align: left;
}

/* Header Styles */
div#header {
	margin: 0;
	padding: 0;
	text-align: center;
}
#header h1 {
	text-align: center;
	margin: 0 0 4px;
	padding: 0;
	line-height: 92px;
	border-bottom: 1px solid #000;
	height: 95px;
	color: #ebdcbd;
	background: #634d3e url(../i/headerbkgd.gif) repeat-x top;
}
#header h2 {
	display: none;
}

/* Navigation */
ul.nav {
	height: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 18px;
}
ul.nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.nav a {
	color: #634d3e;
	font-weight: bold;
	text-decoration: none;
	padding: 0 35px 0 36px;
	background: url(../i/navdiv.gif) no-repeat 0% 80%;
}
#footer ul.nav li a {
	padding: 0 15px 0 16px;
}
ul.nav li.first a {
	background-image: none;
}
ul.nav a:hover {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}
ul.nav a.active {
	color: #000;
	background-color: transparent;
}

/* Content Styles */
#content {
/*	clear: both; */
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0;
}
#content img {
	border: 1px solid #000;
}
#content h1 {
	color: #ce5346;
	font-family: Georgia;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 0 0;
	padding: 0;
}
#content table.photos {
	background-color: #C2B7A2;
	border: 0;
	border-top: 1px solid #000;
	padding: 0 2px;
	margin: 0;
	width: 640px;
}
#content table.photos tr td {
	border: 0;
	padding: 4px 0;
	margin: 0;
	text-align: center;
}
#content table.photos tr td img {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

/* Footer Styles */
#footer {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;
	padding-top: 4px;
	padding-bottom: 20px;
	font-size: 9px;
	clear: both;
}
#footer h2 {
	display: none;
}