
#warn_box{
/* This is the DIV which prints errors at the top of the page during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 5px;
}

#warn_box ul{
/* This is the list of error messages in the 'warn_box' DIV  */
	list-style-type: square;
}

#cont_form_wrapper{
/* This is the div that wraps the form itself. No styles here, but I list it anyway */
}

#contact_form{
/* This is the table which holds the form */
	border: 0;
	border-collapse: collapse;
}

#contact_form td{
/* These are the cells in the form table */
	padding: 0px;
	vertical-align: top;
}

.warn_msg{
/* These are the table cells which print the individual messages during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 3px;
}

.form_label{
/* These are the labels for each form element */
	width: 200px;
	text-align: left;
}

.form_text{
/* These are the 'text' input types in the form */
	text-align: left;
	width: 200px;
}

.form_txt_area{
/* This is the textarea used in the form */
	width: 200px;
}

#nav1 {	position: absolute;
	 left: 25px; top: 25px;
	  }


#horizon {
text-align: left;
position: absolute;
top: 50%;
left: 0;
width: 100%;
}
				
#sitewrap {
background-color: #E87400;
margin-left: -250px;
position: absolute;
top: -250px;
left: 50%;
width: 500px;
height: 500px;
border: 2px solid #FBE237;

}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color: #4C4C4C;
	text-decoration: underline;
	font-weight:bold;
	line-height: 14px;

}