@charset "utf-8";
body {
	text-align: center;
	padding: 0px;
	background-color: #017CBF;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(art/iStock_000008018072Large.jpg);
}
#wrapper {
	width: 980px;
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 130px;
	width: 980px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #007EBE;
}

#menu {
	float: none;
	height: 40px;
	width: 960px;
	background-color: rgba(0,60,122,1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,1);
	letter-spacing: 1px;
	padding-top: 10px;
	padding-left: 20px;
}
#text {
	height: 480px;
	width: 980px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #012D6A;
}
#links {
	height: 20px;
	width: 980px;
	background-color: #012D6A;
	text-indent: 10px;
	padding-top: 10px;
}
#footer {
	height: 25px;
	width: 980px;
	background-color: #012D6A;
	text-indent: 10px;
	padding-top: 5px;
}
