@charset "utf-8";
body {
	background-color: #000000;
}
html {
	background-color: #000000;
}
img{
	border: none;
}
div#layer0 {
	width: 100%;
}
div#header_bg {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height: 240px;
}
div#menu_header_bg {
	background-image: url(../images/menu_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height: 122px;
}
div .cont {
	width: 980px;
	margin: 0 auto;
	clear:both;
}
div .menuItem {
	float: left;
}
div#content_bg {
	background-image: url(../images/cont_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
}

.cont {
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
div#menu_footer_bg {
	background-image: url(../images/menu_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height: 125px;
}
div#footer_bg {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height: 204px;
}
div .innertube {
	padding-left: 75px;
	padding-right: 115px;
	padding-bottom: 30px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #D2C71A;
	margin-bottom: 1em;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	color: #D2C71A;
}
h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
}
p {
	margin-bottom: 1.5em;
}
a {
	color: #D2C71A;
}
