* {
margin:0;
padding:0;
}

html, body {
height:100%;
}

body {
text-align:center; /* horizontal centering for IE Win quirks */
background-color: #000;
font-family: Arial, Helvetica, sans-serif; 
font-size: 9pt; 
color: #fff;
}

#distance { 
width:1px;
height:50%;
margin-bottom:-270px; /* half of container's height */
float:left;
}		
#container {
clear:left;
margin:0 auto;
text-align:center;
height:539px;
width:995px;
clear:left;
}



#holder {
width:995px;
margin-right:auto;
margin-left:auto;
margin-top:0px;
padding:0px;
text-align:center;
}

#content {
float: left; 
width:995px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:center;
background-color:#ffffff;
}

#header {
float: left;
width: 995px;
height: 100px;
background-color:#00FF00;
}

#nav {
float: left;
width: 995px;
height: 30px;
background-color:#660000;
}

#navul  {
margin: 30px 0px 0px 60px;
padding: 0px;
list-style: none;
float: left;
height:auto;
width:169px;
display:inline;
}

#nav li {
float: left;
}
	
#nav li a, #nav li a:visited {
height: 24px;
line-height: 24px;
width:169px ;
float: left;
display:inline;
padding: 0px 0px 0px 16px;
color:#fff;
}

#nav li a:hover {
height: 24px;
line-height: 24px;
width: 154px;
float: left;
display: inline;
text-decoration:none;
background-color:#990000;
color:#fff;
}

#main {
float: left;
width: 995px;
height: auto;
background-color:#fff;
}

input.contactInput { border: 1px solid 4F4F4F; width: 250px }
textarea.contactInput{ border: 1px solid 4F4F4F; width: 250px; height: 100opx }
select.contactInput { border: 1px solid 4F4F4F; width: 250px }

input.quickInput { border: 1px solid 4F4F4F; width: 160px }
textarea.quickInput{ border: 1px solid 4F4F4F; width: 160px; height: 100opx }
select.quickInput { border: 1px solid 4F4F4F; width: 160px }

div.formRow {float: left; padding-bottom: 5px; width: 99% }
div.formRowButton {float: left; padding-bottom: 5px; width: 99%; text-align:center; }
div.formHeader {float: left; width: 170px; font-weight: bold}
div.formBody {float: left}

.contactSubmit { border: 0px; color: #fff; background-color: #E20074 }
.quickSubmit { border: 0px; color: #E20074; background-color: #fff }

#footer {
float:left;
width: 697px;
height: 23px;
padding-top:6px;
padding-right:3px;
border-top:1px solid #000000;
text-align:right;
background-color:#000000;
}

#footer a, #footer a:visited {  color: #ffffff; text-decoration: none}
#footer a:hover {  color: #ffffff; text-decoration: underline}