#banner {
	margin-top: 10px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(./img/top_banner.png);
	height: 150px;
	}
h1, h2, h3, h4, h5 { 
	font-family: 'Palatino Linotype', cursive; 
	font-style: italic;
	}
#content h2 {
	font-weight: bold;
	font-size: 18pt;
	color: #eee;
	background-color: #555;
	border-color: #333;
	text-align: center;
	}
#content h3 {
	font-weight: bold;
	font-size: 14pt;
	background-color: #fff;
	border-color: #333;
	}
#content h4 {
	background-color: #f7f7f7;
	font-weight: normal;
	font-size: 10pt;
	}
