﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	margin: 0;

}

h1 {
	font-size: 14px;
	margin:0;
	padding:0;
}
#banner {
	width: 100%;
	height: 80px;
	background-color: #fff;
}
#bannerbg {
	background-color: #fff;
	width: 100%;
	height: 80px;
}
#bannerontop {
	position: absolute;
	top: 0;
	left;
	0;
	width: 100%;
	height: 80px;
	line-height: 40px; 
	text-align:center;
}
.transparent {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#content-background {
	width: 500px;
	height: 300px;
	position: absolute;
	background-color: #fff;
	top:0;
	left:0;
}
#content-wrapper {
	text-align: center;
	margin: auto;
	position: relative;
	width: 500px;
	margin-top: 40px;
	margin-bottom:0;
}
#content {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #825806;
	position: relative;
	padding: 20px;
}
#footer-background {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #fff;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #825806;
}
#footer a {
	color: #825806;
}
#util {
	margin-top: 0px;
	background-color: #1e2d28;
	padding: 10px;
	color: #fff;
}

#util fieldset{
	border:0;
}

.formcontainer label {
    text-align:right;
    font-weight:bold;
    width:120px;
    float:left;
    clear:both;
    }

.formcontainer input{
    width:14em;
    margin: 2px;
    }

.button {
	height:2.5em;
	color: #fff;
	padding:0;
	background-color:#1e2d28;
	border: 1px solid #000;
}

