body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #e7e7e7 url('../images/backgroundcolor.jpg');
	color: #000000;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0px;
	}

#page {
	text-align: left;
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 849px;
	border: 1px solid #959596;
	}

#header {
	background-color: #e7e7e7;
	margin: 0 0 0 0px;
	padding: 0;
	height: 200px;
	width: 849px;
	background: #e7e7e7 url('../images/header.jpg') no-repeat bottom center;
	}

#header a img {
	border: none;
	margin: 18px 73px;
	}

#content {
	font-size: 1.2em
	}

#footer	 {
	background: #e7e7e7 url('../images/footer.jpg') no-repeat top;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 849px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 20px 100px;
	line-height: 2.0em;
	text-align: center;
	}

a {
	padding: 0 20px;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #290586;
	text-decoration: none;
	}

a:hover {
	color: #290586;
	text-decoration: underline;
	}
	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 750px;
	}

.section p {
	padding: 0 20px;
	}

.project {
	margin: 0 0 15px;
	}

.project a img {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
	}

.project p {
	display: block;
	padding: 0 20px;
	}	
	
.project a {
	padding: 0 0px;
	float: both;
	clear: both;
	}

h1 {
	padding-top: 20px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	padding: 1px 20px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0 20px;
	margin: 10px 0 0;
	}

p img {
	padding: 0 20px;
	max-width: 100%;
	}

img {
		border: 1px solid #eee;
		}
