/* CSS Document */
body {
	text-transform: lowercase;
	text-align: center;
	font-size: 17px;
}

body a {
	color: #000099;
}
body a:link {
	color: #000099;
	text-decoration: none;
}
body a:visited {
	color: #000099;
	text-decoration: none;
}
body a:hover {
	color: #000099;
	text-decoration: underline;
}

#container {
	float: left;
	clear: none;
	width: 817px;
	background-image: url(../images/background.jpg);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

#header {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#navi {
	float: left;
	clear: left;
	width: 617px;
	padding-bottom: 5px;
	margin: 0px 100px 0px 100px;
	border-bottom: 3px solid #000000;
	margin-right: 10px;
	text-align: center;
} 

#content {
	float: left;
	clear: left;
	width: 517px;
	padding: 30px 150px 30px 150px;
	height: 422px;
}

#footer {
	float: left;
	clear: left;
	text-align: center;
	font-size: 16px;
	width: 583px;
	padding-top: 5px;
	margin: 0px 117px 0px 117px;
	border-top: 1px solid #000000;
}