#wrapper {
	background-color: #bfd7d2;
	height: 700px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin: 0px;
	background-image: url(Emily_Gray_Images/water2.jpg);
	background-repeat: no-repeat;
	background-color: #6c8188;
}
#banner {
	background-color: #CCCCCC;
	height: 100px;
	width: 800px;
	float: left;
}
#navbar {
	background-color: #849C8E;
	height: 30px;
	width: 800px;
	padding: 7px 0px 0px;
	clear: left;
	margin: 0px;
}
#navbar ul {
	list-style-type: none;
	background-position: left;
	text-decoration: none;
	font-size: small;
	color: #CDDDED;
}
#navbar li {
	display: inline;
	float: none;
	padding: 20px 10px 10px;
	font-size: small;
	color: #A2D2FA;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
}
#main_column {
	padding: 20px;
	height: auto;
	width: 760px;
	background-color: #BFD7D2;
	float: left;
	background-image: none;
}

#footer {
	background-color: #506B60;
	padding: 10px;
	clear: both;
	height: 15px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #A2D2FA;
	text-align: center;
}
#navbar li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CDDDED;
	text-decoration: none;
	font-weight: bold;
}
#navbar li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #86208E;
	text-decoration: none;
	font-weight: bold;
}
#navbar li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CDDDED;
	text-decoration: none;
	font-weight: bold;
}
#main_column a:hover {
	text-decoration: none;
}
#main_column a:visited {
	text-decoration: none;
}
#main_column a:active {
	text-decoration: none;
}
