@import url('reset.css') screen;
@import url('typography.css') screen;

body {
/*	background: url('../images/background.png') repeat-y center top;*/
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	color: #554e3c;
}

a:link, a:active, a:visited {
	color: #14aed2;
	text-decoration: none;
}

a:hover {
	color: #d24637;
}

a img {
	border: 0;
}

#currentPage a {
	color: #d24637;
}

abbr {
	border: none;
}

#container, #content, .sup {
/*	border: 1px solid green;*/
	margin: 0 auto;
}

#container {
	width: 860px;
}

#header, #nav, #content, .sup {
	float: left;
}

#header {
	width: 860px;
	height: 166px;
	background: #fff url('../images/banner.jpg') no-repeat left 18px;
	text-indent: -99999px;
}

#nav {
	width: 860px;
	background-color: #fff;
	font-size: 1.5em;
	border-top: 1px solid #554e3c;
	border-bottom: 1px solid #554e3c;
	margin: 0 !important;
}

#nav ul {
	width: 100%;
	margin: 0;
}

li.nav {
	float: left;
	width: 25%;
	list-style: none;
	text-align: center;
/*	border: 1px solid #333;*/
}

li.secondaryNav {
	border-top: 1px solid #554e3c;
	border-bottom: 1px solid #554e3c;
}

#secondaryNav {
	margin: 0;
}

#content {
	width: 384px; /* total width: 404px */
	padding: 20px;
}

#content img {
	display: block;
	margin: 0 auto 1em auto;
}

#content img.donate {
	margin: 0;
}

#content li {
	margin-bottom: 1em;
}

.sup {
	width: 178px; /* total width: 218px */
	padding: 20px;
	background-color: #fff;
}

/* Photos */
ul.photos {
	margin: 0;
}

ul.photos li {
	display: block;
	list-style: none;
	float: left;
	margin-right: 15px;
}

ul.photos li img {
	margin: 0;
}

#content h3 {
	clear: both;
}

