@charset "UTF-8";

body {
	background-image: url(../images/ams-body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #333;
	margin: 0 auto;
	padding: 0;
}
h1 {font-family: Garamond;}

#container {
	width:915px;
	margin: 0 auto;
	padding: 0;
}

#header {
	background-image:url(../images/kanji.jpg);
	background-repeat: no-repeat;
	width:915px;
	height:170px;
}

#menu {
	font-family: Garamond;
	font-weight: bold;
	float: left;
	margin-top: 126px;
}
#menu ul {
	float: left;
	padding-left: 18px;
}
#menu li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
}
#menu li a {
	color: #fff;
	text-decoration: none;
}
#menu li a:hover {
	color: #95a863;
}
#menu li a.current {
	color: #bfb28d;
}

#content {
	margin: 26px 30px 20px 30px;
	font-family: HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #cccccc;
	line-height: 1.8em;
	padding-bottom: 30px;
	float: left;
	width: 915px;
}
#content-left-col {
	width:500px;
	float: left;
	padding-right: 20px;
}
#content-right-col {
	width: 200px;
	float: right;
	/* border-left: 1px dotted #ccc; */
	font-size: 8pt;
	line-height: 1.4em;
	margin-left: 20px;
	padding-left: 40px;
}
#content-left-col h1 {
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
	font-family: "Lucida Grande";
}

#content-left-col a {
	text-decoration: none;
	color: #95a863;
}
.lead-in {
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
}
.name-hilight {
	color: #fff;
}