@charset "utf-8";
a:link {
	color: #ff9000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff9000;
}
a:hover {
	text-decoration: none;
	color: #ffcc00;
}
a:active {
	text-decoration: none;
}
.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14pt;
	color: #000;
	text-align: center;
	float: left;
	height: 75px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 50pt;
	font-weight: bolder;
	text-transform: lowercase;
	color: #f90;
	text-align: center;
	word-spacing: 10pt;
	float: left;
	height: 75px;
	width: 500px;
}
.image {
	float: left;
	width: 800px;
	height: 325px;
	box-shadow: 7px 7px 8px #333;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	float: left;
	width: 800px;
	margin-top: 10pt;
	margin-bottom: 10pt;
	padding-top: 10pt;
	padding-bottom: 10pt;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #333;
	float: left;
	width: 800px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
