html, body {
	height: 100%;
	background: #000000;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
h1 {
	font-size: 29px;
	margin: 40px 0px 30px 0px;
	color: #f2c119;
    line-height: 1em;
}
h2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	color: #87743d;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #f2c119;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
p {
	margin: 1em 0;
}
strong {
	font-weight: bold;
}
table td {
	padding: 2px 15px 2px 0;
}
form {
	padding: 5px 0;
}
form div {
	position: relative;
}
form div label {
	position: absolute;
	display: block;
	text-align: left;
	width: 100px;
	padding: 5px 0;
}
form div input, form div textarea, form div select {
	position: relative;
	margin: 0 5px 3px 0;
	left: 110px;
	top: 0px;
}
.panel {
	display: none;
}
.panels {
	position: absolute;
	bottom: 90px;
}
.panels li {
	display: inline;
	margin-right: 5px;
}
.panels li a {
	color: #999999;
}
.panels li.selected {
	font-weight: bold;
}
.popup {
	background-color: #B27FB8;
	padding: 2px 0;
	margin: 4px 0;
	text-transform: uppercase;
	width: 100px;
	display: block;
	text-align: center;
	font-size: 0.8em;
}
#top {
	margin-bottom: -360px;
	width: 1px;
	height: 50%;
	float: left;
}
#page {
	position: relative;
	text-align: left;
	width: 960px;
	height: 720px;
	margin: 0 auto;
	clear: left;
}
#header {
	position: relative;
	height: 114px;
	background: url(../images/background/header.jpg) left top no-repeat;
}
#nav {
	position: absolute;
	bottom: 0;
	left: 120px;
}
#nav li {
	display: inline;
	float: left;
}
#background {
	position: absolute;
	top: 114px;
	width: 960px;
	height: 494px;
	background: url(../images/background/home_off.jpg) left top no-repeat;
}
#main {
	position: absolute;
	top: 114px;
	width: 960px;
	height: 494px;
	background: url(../images/background/home_on.jpg) left top no-repeat;
	z-index: 1;
}
#content {
	position: absolute;
	left: 120px;
	top: 30px;
	width: 300px;
	height: 504px;
	color: #FFFFFF;
}
#content .panels li a {
	color: #FFFFFF;
}
#footer {
	position: absolute;
	top: 608px;
	width: 960px;
	height: 114px;
	text-align: center;
	background: url(../images/background/footer.jpg) left top no-repeat;
}
#footer a {
	position: relative;
	top: 10px;
}
#footer_index {
	position: absolute;
	top: 608px;
	width: 960px;
	height: 114px;
	text-align: left;
	color:#FFFFFF;
	padding-left: 150px;
	padding-top: 5px;
	background: url(../images/background/footer.jpg) left top no-repeat;
}