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

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

#content #greeting {
	width: 426px;
	margin-right: 48px;
	margin-left: auto;
}
