#contact_content {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
}

#contact_form_results {
	color: #000;
	line-height: 1.5em;
}

#contact_form_results table {
	cellpadding: 4px;
}

#contact_form {
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.7em;
	width: 548px;
	margin-right: 20px;
	margin-bottom: 15px;
}


#contact_form_body {
	clear: both;
	padding: 10px;
	margin: 0;
	width: 527px;
	height: 367px;
	background-color: #000;
}

#contact_form_topslice {
	width: 548px;
	height: 11px;
	margin: 0;
	padding: 0;
	background: url(images/contact/contactboxtopslice.png) no-repeat;
}

#contact_form_bottomslice {
	width: 548px;
	height: 11px;
	margin: 0;
	padding: 0;
	background: url(images/contact/contactboxbottomslice.png) no-repeat;
}

#contact_form_title {
	float: left;
	width: 460px;
	font-size: 28px;
	margin-top: -10px;
}

#contact_form_sun {
	float: left;
	width: 65px;
	height: 65px;
	margin-bottom: -15px;
	margin-top: -10px;
}

#contact_form_left {
	clear: both;
	float: left;
	width: 255px;
	margin-right: 13px;
}

#contact_form_right {
	float: left;
	width: 255px;
}

#contact_form_checkboxes {
	clear: both;
}

#contact_form_comment {
	clear: both;
	float: left;
	width: 450px;
	margin-right: 10px;
	margin-top: 5px;
}

#contact_form_comment_buttons {
	float: left;
	width: 40px;
	margin-top: 37px;
}

#contact_form_submit_button {
	float: left;
	width: 61px;
	height: 32px;
	margin-bottom: 5px;
	background: url(images/contact/submitbutton.png) no-repeat;
}

#contact_form_submit_button:hover {
	background-position: 0 -32px;
	cursor: pointer;
} 

#contact_form_reset_button {
	float: left;
	width: 61px;
	height: 32px;
	background: url(images/contact/resetbutton.png) no-repeat;
}

#contact_form_reset_button:hover {
	background-position: 0 -32px;
	cursor: pointer;
} 

#contact_telephone {
	margin-top: 5px;
	margin-bottom: 22px;
}

#contact_info {
	float: left;
	color: #000;
	padding: 10px;
	width: 320px;
	height: 370px;
	margin-bottom: 10px;
}

.contact_address {
	font-size: 16px;
}

.contact_link {
	font-size: 18px;
}

#contact_image {
	clear: both;
	width: 900px;
	height: 280px;
}


