#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.7em;
	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;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.35em;
	color: #F1DECA;
	font-weight: normal;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.15em;
	color: #F1DECA;
	font-weight: normal;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #F1DECA;
	font-weight: normal;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #F1DECA;
	font-weight: normal;
}
p {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.85em;
	color: #D3D5C3;
	line-height: 1.3em;
}
a:link {
	color: #E7E79D;
}
a:visited {
	color: #D9D3CD;
}
a:hover {
	color: #F7F7DF;
}
.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.75em;
}
.centre {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.italic {
	font-style: italic;
}
#funding {
	font-size: 0.8em;
}
