body {
	background-color: #373737;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}
.header_wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
	margin-bottom: 10px;
}
.navigation_wrapper {
	width: 580px;
	float: right;
}
.navigation_container {
	width: 580px;
	margin-top: 10px;
	font-size: 1.0em;
	margin-left: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	clear: right;
	float: right;
}
.navigation_container ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: right;
}
.navigation_container a {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation_container a:hover {
	color: #FFF200;
	text-decoration: underline;
}
.navigation_container li {
	float: left;
	margin: 0px;
	list-style-type: none;
	padding-right: 30px;
}
hr {
	color: #444444;
	height: 1px;
	width: 90%;
	margin: 0px;
	padding: 0px;
}
.content_wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	clear: left;
	padding-top: 10px;
}
.footer_container{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.footer_wrapper {
	background-image: url(image/repeat_footer.gif);
	background-repeat: repeat-x;
	height: 36px;
	margin-top: 30px;
	padding-top: 15px;
	float: left;
	clear: both;
	width: 100%;
	background-color: #FDF002;
}
.footer_left {
	float: left;
	width: 400px;
}
.footer_right {
	font-size: 0.7em;
	color: #373737;
	float: right;
	width: 350px;
	text-align: right;
}

.footer_left ul {
	margin: 0px;
	padding: 0px;
}
.footer_left li {
	font-size: 0.7em;
	float: left;
	list-style-type: none;
	padding-right: 15px;
}
.footer_wrapper a {
	font-weight: bold;
	color: #373737;
	text-decoration: none;
}
.footer_wrapper a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
