/* site.css */
@font-face {
	font-family: 'jTEMPSITC';
	src: url('TEMPSITC.woff') format('woff');
}
body {
	background-color: #fff;
	text-align: center;
	line-height: 2.31;
}
#container {
	margin: 16px 0 0 0;
	font-family: 'jTEMPSITC';
	font-size: 32px;
	font-style: italic;
	width: 550px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#navList {
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	border-top: solid 1px #078;
	text-align: right;
}
/* end of site.css */
