body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    font-family: Arial, "Lucida Grande", Verdana;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    overflow-x: hidden;
}
form, input, textarea {
    font-family: Arial, "Lucida Grande", Verdana;
}
img {
    border: 0;
}
#sitewrapper {
	height: 100%;
}
#head {
    text-align: left;
    margin: 0 auto;
    width: 800px;
    margin-top: 120px;
    margin-bottom: -120px;
}
#contentwrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: auto;
    margin-bottom: -268px;
    margin-top: 125px;
    width: 780px;
    text-align: left;
    background-color: #fff;
    padding: 10px;
}
#footer {
    border-top-color: #c8c8c8;
    border-top-width: 18px;
    border-top-style: solid;
    clear: both;
    width: 100%;
    height: 268px;
    background-color: #000;
}
#footer_content {
    width: 800px;
    margin: auto;
    text-align: left;
}
#contactbtn {
    float: right;
    margin-top: 18px;
}
.block {
    float: left;
    padding: 4px;
    margin: 3px;
    font-size: 9pt;
}
.block:hover {
    background-color: #c8c8c8;
}
.block h3 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#footer h1 {
    color: #fff;
    font-size: 14pt;
    margin: 0;
    padding: 0;
    margin-top: 7px;
}
#footer a {
    font-size: 10pt;
    color: #8e8b8b;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
}
#footer p {
    margin-top: 6px;
}
#footer_left {
    width: 399px;
    float: left;
}
#contact {
    line-height: 20px;
    width: 385px;
    float: right;
    font-size: 10pt;
    color: #8e8b8b;
}
input[type=text] {
    border: none;
    background-color: #fff;
    height: 18px;
    margin-bottom: 7px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 0px;
    font-size: 9pt;
    border: 2px solid white;
}
textarea {
    border: none;
    margin-bottom: 7px;
    font-size: 9pt;
    font-weight: bold;
    padding-top: 4px;
}
#sep {
    width: 1px;
    background-color: #fff;
    height: 240px;
    float: left;
    margin-top: 9px;
}
#header {
	position: absolute;
	top: 0px;
	z-index: -3;
	width: 1600px;
	height: 357px;
	left: 50%;
	margin-left: -800px;
	overflow: hidden;
	text-align: center;
}
#head_wrapper {
	overflow: hidden;
	width: 100%;
}
#spacer {
	height: 1050px;
}
input[type=submit] {
	font-weight: bold;
	cursor: pointer;
    border: none;
    padding-top: 3px;
    padding-bottom: 2px;
}
#comment {
	line-height: 18px;
	color: #fff;
}
input.error, textarea.error { border: 2px solid #ff7e73; }
