body{
	padding: 0; margin: 0;
	background-image: url("imgs/background.png");
}

a{
	color: black;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

#head{
	width: 100%; height: 361px;
	background-image: url("imgs/headBackground.png");
}
	#head div{
		width: 904px; height: 361px;
		background-image: url("imgs/head.png");
		margin: 0 auto;
	}

#body{
	width: 904px;
	background-image: url("imgs/bodyBackground.png");
	margin: 0; padding: 0;
	margin: 0 auto; 
	font-family: Verdana, Sans Serif, Arial;
	font-size: 12px;
	color: black;
}
	#body #navi{
		background-image: url("imgs/naviBackground.png");
		background-repeat: no-repeat;
		width: 185px; height: 162px;
		float: left;
		
		padding: 20px 0 0 50px;
	}
		#body #navi a img{
			border: 0;
			margin: 2px 2px 2px 0;
		}
		#body #navi a{
			display: block;
			font-size: 15px;
			color: #697884;
			text-decoration: none;
			margin: 2px 0 2px 0;
			/*max-width: 100px;*/

			background-image: url("imgs/naviButton1.png");
			background-repeat: no-repeat;
			background-position: center left;
			padding-left: 13px;
			
		}
		#body #navi a.active{
			font-weight: bold;
			background-image: url("imgs/naviButton2.png");
		}

	#body #content{
		margin-left: 235px;
		padding-right: 74px;
		text-align: justify;
		padding-top: 10px;
	}
		#body #content>div{
			margin-bottom: 10px;
			padding: 1px;
		}
		#body #content h1{
			font-size: 22px;
			font-weight: bold;
			color: #697884;
			margin: 0;
			padding: 0;
		}

	#body #foot{
		width: 904px; height: 63px;
		background-image: url("imgs/foot.png");
		margin: 0 auto;
		clear: both;
	}
