@charset "UTF-8";
/* CSS Document */
html { height: 100%; background-color: #000; }
body
{
	background: url(../images/body_bg.png) repeat-x top;
	background-color: #000;
	color: #FFF;
}
img
{
	display:block;
}
label
{
	float: left;
	width: 100px;
	font-weight: bold;
}
input
{
width: 180px;
margin-bottom: 5px;
}
input[type="submit"]
{
	width: 125px;
	margin-top: 10px;
}

.inner_box { width: 960px; margin: 0 auto; overflow: auto; }

.round { -moz-border-radius: 8px; -webkit-border-radius: 8px; }
.round_left {
	-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px;
}
.round_right {
	-moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;
}
.round_top {
	-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px;
}

#header img { float: left; }

#header h2
{
	float:right;
	width: 310px;
}

ul.navigation { clear: left; margin: 0; overflow: auto;}
ul.navigation li
{
	display: block;
	float: left;
	padding: 6px 20px;
	list-style-type: none;
}
ul.navigation li:hover { background-color: #696969; }
div#banner
{
	position: relative;
	top: -450px;
	z-index: 3;
	background-color: #FFC20E;
	margin: 0 auto -450px;
}
#banner img { float: right; }
#goldbox
{
	height: 450px;
	width: 50%;
	margin-left: 50%;
	margin-top: 10px;
	background-color: #FFC20E;
}
div#intro
{
	padding: 0px 640px 18px 18px;
}
div#intro img, div#content_intro img { margin: 2em auto 0em; float: none; }

div#intro_photo
{
	background-color: #970F00;
	width: 55%;
	padding: 10px;
	float: right;
	margin-top: 10px;
}
div#content_intro
{
	padding: 10px;
	background-color: #FFC20E;
	width: 40.5%;
	min-height: 370px;
	margin-top: 10px;
}
div.intro_text
{
	width: 360px;
	float: right;
	position: relative;
}
p.caption
{
	padding-right: 28px;
	text-align: right;
	background: url('../images/arrow.png') no-repeat right center;
	width: 300px;
	position: absolute;
	right: -8px;
	margin-top: 2em;
}

div#content { margin-top: 9px; }
#faq
{
	float: right;
	background-color: #024581;
	width: 354px;
	padding: 0px 18px 18px;
	min-height: 322px;
}
form#mailinglist
{
	padding: 1em;
	border: 1px solid #FFF;
}
form#mailinglist h3 { margin-top: 0em; }

dd { margin: 1em; }
