@charset "utf-8";
#container {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: thin solid #000000;
}
#main {
	float: none;
	padding: 15px;
}
#main h2 {
	text-align: center;
	font-style: oblique;
	color: #000099;
}
#main p {
	text-align: justify;
	font-size: 14px;
}
#nav {
	background-color: #CCCCCC;
	text-align: center;
	padding: 10px;
}
#nav a:hover {
	color: #CC0000;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer {
	background-color: #CCCCCC;
	text-align: center;
	padding: 10px;
}
#nav a {
	color: #000099;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #CC0000;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	color: #000099;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}
#main h1 {
	color: #000099;
}

