body {
	font-family:Century;
	color: #000000;
       background-color:#FFFFFF;
 }
h1{
	font-family: Century;
	font-size:400%;
	font-weight: bold;
	margin: 0px;
	background-image : url(banner.jpg);
	background-repeat: no-repeat;
       width: 730px;	
	height: 80px;
       color: #FFFFFF;
       text-align:center;
	}
h2 {
	color: #000000;
	font-size: 300%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
}
h3 {
	color: #000000;
	font-size: 150%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
}
p {
	font-size: 90%;
	line-height: 150%;
}
#contents {
	width: 730px;
	margin:auto;
	background-color:#FFFFFF;
	text-align:left;
	border:solid 1px #999999;
	position:relative;
}
