@charset "utf-8";
#bodycontainer {
	padding: 5px;
	height: auto;
	width: auto;
}
#bodyheader {
	width: auto;
	height: auto;
	margin-top: 20px;
}
#bodyheader_icon_contact {
	float: left;
	height: 66px;
	width: 80px;
	background-image: url(../images/page_heading_contact.png);
	background-repeat: no-repeat;
}
#bodyheader_title {
	float: left;
	height: auto;
	width: auto;
	margin-left: 10px;
	margin-top: 20px;
}
#bodycontact_form {
	float: left;
	height: auto;
	width: 720px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bodycontact_left {
	float: left;
	background-color: #F3F3F1;
	padding: 10px;
	width: auto;
	border: 1px solid #CCCCCC;
}
#bodycontact_contact {
	width: auto;
	margin-right: 20px;
	float: left;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F3F3F1;
}
