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

#main #content {
	float: left;
	width: 576px;
	padding: 12px;
	height: auto;
}
#content h3 {
	font-weight: normal;
	background-image: url(../images/ti-h-pa.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCCC;
	margin-bottom: 12px;
	font-size: 1.4em;
	line-height: 2em;
	letter-spacing: 0.7em;
	text-indent: 40px;
}
#content #thanks {
	width: 84%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}
