/* CSS Document */
@charset "utf-8";
@import url("base.css");
@import url("header.css");

#main {
	height: auto;
	padding: 12px;
}
#main h3 {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 3px center;
	letter-spacing: 0.7em;
	text-indent: 40px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	background-image: url(images/reten04-007.gif);
}

#main #mailform {
	margin-top: 18px;
	margin-bottom: 18px;
}
