body {
	background: #333333 url("/images/page-background.png") repeat;
}
p {
	margin: 0 0 1em 0;
}
#page {
	border: 1px solid white;
	background-color: #e3e3e3;
	position: relative;
	width: 960px;
	margin: 40px auto;
}

#header {
	height: 100px;
	background: #000066 url("/images/header-background.png") repeat-x;
	position: relative;
}

#header h1 {
	width: 960px;
	height: 100px;
	padding: 30px 0 0 0;
	color: #fff;
	text-align: center;
	position: relative;
}
#header h1 span {
	background: transparent url("/images/title.png") no-repeat;
	display: block;
	width: 960px;
	height: 100px;
	z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
}
#globe {
	height: 123px;
	left: 20px;
	position: absolute;
	top: -25px;
	width: 125px;
	z-index: 300;
}

#tagline {
	background: #000066 url("/images/header-background.png") repeat-x;
	border-top: 1px solid #fff;
	color: #fff;
	height: 25px;
	position: relative;
}

#tagline p {
	margin: 0 0 0 150px;
	text-align: center;
}

#content {
	background: #fff url('/images/globe-background.png') bottom right no-repeat;
	width: 910px;
	float: left;
	margin: 1em 10px;
	padding: 1em 10px;
}

#pagequote {
	color: #05156D;
	text-align: center;
	font-size: 2em;
	letter-spacing: 3px;
	margin: 0 0 0.5em 0;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 1.5em;
	border-bottom: 1px solid #000;
}
h3 {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
}
div.section {
	padding-right: 20px;
}
div.contact {
	margin: 0 2em;
	font-size: 1.3em;
}
div.contact div {
	font-size: 1.3em;
}

.notes {
	font-style: italic;
}