@charset "UTF-8";
body {
	text-align: center;
	vertical-align: baseline;
}
span {
	display: none;
}
/* CSS Document */

#container {
	height: 1000px;
	width: 750px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #215573;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	margin-top: -10px;
	margin-bottom: -10px;
}
#container #nav {
	height: 134px;
	width: 750px;
	padding-top: 50px;
	float: left;
}
#container #nav ul {
	list-style-type: none;
	margin: 0px;
	display: inline;
}
#container #nav ul li {
	float: left;
	background-image: url(images/homelink.png);
	height: 50px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
	text-align: center;
	padding-top: 20px;
	margin-right: 30px;
	margin-left: 60px;
}
#container #nav ul li a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 50px;
	width: 150px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #215573;
}
#container #nav ul li a:hover {
	color: #A0D8DF;
	text-decoration: none;
}
#container #title p a {
	color: #FFF;
	text-decoration: none;
}
#container #title p a:hover {
	color: #A0D8DF;
}
#container #title {
	height: 500px;
	width: 441px;
	float: left;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#container #title p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: #FFF;
	padding-top: 150px;
	padding-left: 60px;
	padding-right: 60px;
}
#container #circle {
	height: 500px;
	width: 309px;
	float: left;
	background-image: url(images/circle.png);
	background-repeat: no-repeat;
}
#container #footer {
	height: 50px;
	width: 750px;
	float: left;
	background-image: url(images/homefooter.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #215573;
}
#container #footer p {
	padding-top: 11px;
	text-align: center;
}
#container #footer p a {
	color: #215573;
	text-decoration: none;
}
#container #footer p a:hover {
	color: #A0D8DF;
}

