body {
	background-color: #14A1D0;
}
#Container {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	border-bottom-style: outset;
	border-bottom-width: medium;
	border-left-width: thin;
	border-left-style: outset;
	border-right-width: thin;
	border-right-style: inset;
}
#Header {
	background-color: #036;
	height: 111px;
	width: 900px;
}
#HeaderNav {
	background-image: url(../images/HeaderNav.jpg);
	height: 46px;
	width: 900px;
}
#Footer {
	height: 66px;
	width: 900px;
	background-image: url(../images/FooterNav.jpg);
	padding-top: 5px;
}
#Body {
	background-image: url(../images/background.jpg);
	height: 370px;
	width: 900px;
}
#Footer ul {
	list-style-type: none;
	text-align: center;
}
#Footer ul li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
#Main {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
