body {
	padding: 0;
	margin: 0;
    background: #FFFFFF;
  }
  
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.nav a:link {
	text-decoration: none;
}
.nav a:visited {
	color: #0000FF;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
.nav a:active {
	text-decoration: none;
}
#header {
	position: absolute;
	left: 0px;
	width: 99%;
	height: 133px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
#banner {
	position: relative;
	top: 10px;
	margin-left: 135px;
	text-align: center;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.nav a:link {
	text-decoration: none;
}
.nav a:visited {
	color: #0000FF;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
.nav a:active {
	text-decoration: none;
}

#navigation {
	position: absolute;
	top: 150px;
	left: 0px;
	padding-top: 5px;
	width: 140px;
}

#content {
	position: absolute;
	top: 135px;
	left: 140px;
	right: 1%;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#content h1 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: transparent;
	line-height: 120%;
}

#footer {
	position: absolute;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	top: 120%;
	width: 99%;
}

#footer h1 {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
}
