@import "reset.css";

body {
	background: #FAA819;
}

#header, #footer {
	background: #231F20;
}

#header h1 {
	background: #fff url(../images/logo.png) center 10px no-repeat;
	height: 106px;
	padding: 10px;
}

#header h1 a {
	display: block;
	height: 106px;
	width: 315px;
	margin: 0 auto;
	text-indent: -300%;
	overflow: hidden;
}

#nav {
	width: 910px;
	margin: 0 auto;
	height: 35px;
	font: 13px/35px Arial,sans-serif;
	padding: 0 40px;
}

#nav li {
	float: left;
	margin-left: 15px;
}

#nav li:first-child {
	margin: 0;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav li.current a, 
#nav li.section a, 
#nav li:hover a {
	color: #999;
}

#layout {
	width: 970px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
}

#banner {
	margin-bottom: 20px;
	position: relative;
}

#banner p {
	display: none;
	font: bold 35px Arial,sans-serif;
	color: #333;
	position: absolute;
	top: 0;
	right: 10px;
	width: 223px;
	height: 162px;
	padding: 120px 35px;
	text-align: center;
}

#banner.Page {
	height: 402px;
	background: url(../images/banner.png);
}

#banner.Page p {
	display: block;
}

#banner.UserDefinedForm {
	height: 311px;
	background: url(../images/banner-contact.png);
}

#footer {
	height: 110px;
	color: #999;
	font: 10px Arial,sans-serif;
}

#footer div {
	width: 990px;
	margin: 0 auto;
}

#footer p {
	margin-top: 69px;
	float: right;
}

#footer p:first-child {
	float: left;
	margin-top: 20px;
}

#footer a {
	color: #999;
	line-height: 21px;
}

#footer .website-developers {
	text-decoration: none;
	line-height: normal;
}
