@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans|Coda);


#top {
	width: 100%;
	position: relative;
	text-align: right;
	background-image: url(images/topBkg.jpg);
	background-position: center top;
	height: 267px;
}
#nav {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 200px;
	font-family: "Courier New", Courier, monospace;
}
#content {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 10px 10px 30px;
	border-right: thin solid #2E0503;
	border-left: thin solid #2E0503;
}
#blackContainer {
	background-color: #000000;
}

#btm {
	background-image: url(images/btmBkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 194px;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	overflow: hidden;
}
#btm p {
	font-size: 0.8em;
	color: #A7A898;
	line-height: 0.5em;
}
#blurb {
	width: 450px;
	padding-left: 30px;
	padding-right: 30px;
}
#images {
	text-align: center;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#funding {
	font-size: 0.9em;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4{
	font-family: "Coda", "Trebuchet MS", Arial, sans-serif;
	color: #F2F2E5;
	font-weight: lighter;
}
h1 {
	
	font-size: 1.6em;	
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
}
p {
	font-family: "Quattrocento Sans", Verdana, sans-serif;
	font-size: 0.9em;
	color: #D3D5C3;
	line-height: 1.5em;
}
a:link {
	color: #F7F7DF;
	font-weight:bold;
}
a:visited {
	color: #D9D3CD;
	font-weight:bold;
}
a:hover {
	color: #ffffff;
	font-weight:bold;
}
.leftPic {
	float: left;
	clear: none;
	padding-right: 10px;
}
.rightPic {
	clear: none;
	float: right;
	padding-left: 10px;
}
.rowImages {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.quote {
	font-size: 0.85em;
	color: #FCFCEF;
	padding-right: 25px;
	padding-left: 30px;
}
.bigImages {
	clear: both;	
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.vertBigImages {
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 12px;
}

.breadcrumbs {
	font-size: 0.9em;
}
.centre {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.italic {
	font-style: italic;
}
.photocredit{
	font-size:0.7em;
}

