@charset "utf-8";
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.banner {
	height: 300px;
	width: 900px;
}
.navigation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14pt;
	color: #F90;
	background-color: #000000;
	text-align: center;
	height: 25px;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content {
	background-image: url(../images/content_bg9.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #fff;
	margin-bottom: 10px;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FC0;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	background-color: #000;
	padding-bottom: 5px;
}

a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: none;
	color: #FC0;
}
a:active {
	text-decoration: none;
}
h1, h2, h3 {
	color: #630;
}
