
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	font-size: 64%; /* Resets 1em to 10px , but there's font-size's all over the place compensating for it.*/
	background-color: #15545b;
	}

#container {
	margin-top: 0px;
	background: url("background.gif") center;
	background-repeat:repeat-y;
	}

#header {
	position: relative;
	height: 214px;
	width:786px;
	background: url("headerGreen.jpg") no-repeat center;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}

#header .nav {
	position: absolute;
	top: 163px;
	left: 30px;
	}

#header .email {
	position: absolute;
	top: 163px;
	right: 30px;
	}
	
#header a {
	color: #99cc00;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration:none;
	}
	
#header a:hover {
	color: #99cc00;
	font-weight: bold;
	text-decoration:underline;
	}

#content {
	position: relative;
	width:726px;
	margin: 30px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#content h1 {
	margin: 0 0 10px 0;
	color: #99cc00;
	font-weight: bold;
	font-size: 2.2em;
}

#content a {
	color: #99cc00;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration:none;
}

#content img {
	padding: 0 0 12px 0;
}

.linkPad {
	text-align:right;
	padding: 0 0 40px 0;
}
	
#content a:hover {
	color: #99cc00;
	font-weight: bold;
	text-decoration:underline;
	}

#footer {
	margin-top: 0px;
	height:40px;
	background: url("footer.gif") center;
	background-repeat:no-repeat;
	}

