@charset "utf-8";
#body {
	height: 1000px;
	color: #CCC;
}
#form {
	height: 340px;
	text-align: left;
}

#distributors {
	height: 630px;
	width: 240px;
	float: right;
	background-image: url(../images/bodybackground.jpg);
	padding-left: 15px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCC;
}
#mapheader {
	font-family: "Adobe Caslon Pro", "Adobe Caslon Pro Bold", "Adobe Garamond Pro", "Adobe Garamond Pro Bold", "Agency FB", Algerian, Arial, "Arial Black", "Arial Narrow";
	font-size: 24px;
	font-style: normal;
	width: 500px;
	text-align: center;
	color: #CCC;
}
#map {
	margin-top: 20px;
	margin-left: 50px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

