html, body {
	height: 100%;
}

body {
	font-family: tahoma, geneva, sans-serif;
	color: #ffffff;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

#wrapper {
	min-height: 100%;
}

.container {
	margin: 0 auto;
	width: 900px;
}

#bg {
	position: fixed;
	width: 100%;
	z-index: -1000;
}

#nav {
	float: right;
	display: inline;
	width: auto;
}

#nav li {
	float: left;
	display: inline;
	width: auto;
	padding: 0 0 0 20px;
}

#nav a {
	font-size: 0.75em;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#nav a:hover {
	color: #999999;
}

#banner {
	float: left;
	display: inline;
	width: 900px;
	margin: 100px 0 0 0;
	background: url(../images/banner-bg.png) no-repeat;
	height: 300px;
}

#banner #logo {
	float: left;
	display: inline;
	width: 196px;
	margin: 10px 0 0 10px;
}

#banner #dotted {
	clear: left;
	background: url(../images/dotted.png) repeat-x;
	width: 520px;
	height: 8px;
	margin: 0 0 0 41px;
}

#banner h1 {
	clear: left;
	font-family: georgia, serif;
	color: #ffcc00;
	font-weight: normal;
	font-style: italic;
	font-size: 1.375em;
	padding: 20px 0 0 41px;
	width: 520px;
	line-height: 1.25em;
}

#banner p {
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 20px 350px 0 41px;
}

#main {
	float: left;
	display: inline;
	width: 900px;
	background: url(../images/main-bg.png);
}

#content h2 {
	color: #ffcc00;
	text-transform: uppercase;
	padding: 15px 0 5px 15px;
}

#content p {
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 0 0 1em 15px;
}

#content a {
	color: #ffffff;
}

#content a:hover {
	text-decoration: none;
}

#content ul {
	list-style: square outside;
	padding: 0 0 0 31px;
}

#content li {
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 0 0 1em 0;
}

#content div {
	padding: 0 0 5px 0;
}

#content label {
	float: left;
	display: inline;
	width: 120px;
	font-size: 0.75em;
	padding: 8px 0 0 0;
	margin: 0 0 0 15px;
}

.panel {
	float: left;
	display: inline;
	width: 280px;
	padding: 15px 0 0 15px;
}

.panel img {
	padding: 0 0 15px 0;
}

.panel h2 {
	color: #ffcc00;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

.panel h3 {
	font-size: 0.75em;
	font-weight: normal;
	padding: 0 0 1em 0;
}

.panel p {
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 0 0 1em 0;
}

.panel ul {
	list-style: square outside;
	padding: 0 0 0 16px;
}

.panel li {
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 0 0 1em 0;
}

#footer {
	float: left;
	display: inline;
	width: 900px;
	text-align: right;
	margin: 15px 0 0 0;
	font-size: 0.75em;
	padding: 0 0 20px 0;
	color: #000000;
}

#error {
	border: 1px solid #ff0000;
	background: #ffffff;
	padding: 10px;
	margin: 0 0 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#error ul {
	list-style: decimal outside;
	padding: 0 0 0 20px;
}

#error li {
	color: #ff0000;
}
