@charset "utf-8";
body {
	text-align: center;
}
#wrapper {
	text-align: center;
	height: 600px;
	width: 800px;
	background-color: #B7C8E5;
}
#footer {
	height: 16px;
	width: 790px;
	margin: 0px;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#header {
	text-align: center;
	height: 200px;
	width: 790px;
	margin: 5px;
	padding: 0px;
}
#content {
	height: 360px;
	width: 790px;
	margin: 5px;
	padding: 0px;
}
#nav {
	height: auto;
	width: 780px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 2px;
}
.footerText {
	font-size: 10px;
	color: #666666;
}
#indexContent {
	margin: 0px;
	padding: 0px;
	height: 360px;
	width: 790px;
}
