@charset "utf-8";
#banner {
	background-image: url(../images/contact_top.gif);
	background-repeat: no-repeat;
}
#contentWrapper {
	background-image: url(../images/contact_mid.gif);
	background-repeat: no-repeat;
}
#bot {
	background-image: url(../images/contact_bot.gif);
	background-repeat: no-repeat;
}
#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
#formCell {
	width: 212px;
	background-color: #E9F5C6;
	background-image: url(../images/form_top.gif);
	background-repeat: no-repeat;
}
#contactForm {
	padding-left: 12px;
	margin-top: 10px;
}
