@charset "utf-8";
#wrapper {
	height: auto;
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #42797B;
}
#header {
	margin: 5px;
	height: 300px;
	width: 760px;
	background-position: left;
	background-image: url(One%20Drop%20Header.jpg);
}
#nav {
	background-color: #9CFFFF;
	margin: 5px;
	height: auto;
	width: 755px;
	padding: 0px;
	border: thin solid #8CDFE7;
	text-align: center;
	background-position: center;
	vertical-align: middle;
}
#leftcolumn {
	margin: 5px;
	float: left;
	height: auto;
	width: 40%;
	border: thin dotted #8CDFE7;
	background-color: #73BDBE;
	text-align: center;
	font-size: 14px;
}
#rightcolumn {
	border: thin dotted #8CDFE7;
	float: right;
	height: auto;
	width: 55%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #73BDBE;
	font-size: 14px;
	text-align: center;
}
#footer {
	text-align: center;
	margin: 5px;
	clear: both;
	float: none;
	height: 75px;
	width: 755px;
	border: thin dotted #8CDFE7;
	font-size: 16px;
	color: #000000;
}

