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

#main #content {
	width: 576px;
	padding: 12px;
	height: auto;
	float: left;
}
#content h2 {
	font-size: 1.6em;
	text-align: center;
}

#content h3 {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 3px;
	letter-spacing: 0.5em;
	text-indent: 40px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9900CC;
	background-image: url(../images/ti-h-wi.gif);
}
#content h4 {
	background-image: url(../images/ti2-re.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	text-indent: 32px;
	letter-spacing: 0.2em;
	font-size: 1.1em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	margin-left: 28px;
	margin-bottom: 6px;
	margin-top: 6px;
}

#content p.indent {
	margin-left: 68px;
	margin-bottom: 16px;
	letter-spacing: 0.2em;
	margin-right: 32px;
}

#content .end {
	background-image: url(../images/pen-blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 2em;
	margin-right: 26px;
	margin-left: 48px;
}
