@charset "utf-8";
.header {
	background-image: url(images/header_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 137px;
	width: 1000px;
}
.container {
	height: auto;
	width: 1000px;
	position: absolute;
	margin-left: -500px;
	left: 50%;
}
body {
	background-color: #000000;
}
.navigation {
	left: 0%;
	position:absolute;
	top: 160px;
	height: auto;
	width: auto;
}
.main {
	width: 761px;
	left: 230px;
	top: 160px;
	position: absolute;
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc6600;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc6600;
	font-size:14px;
}
