/* CSS Document */


#headder {
	margin-top: 0px;
	background-image: url(img/top.jpg);
	background-repeat:no-repeat;
	width: 750px;
	height: 110px;
	margin:auto;
	text-align:justify;
}
#menu {
	background-image: url(img/bg.jpg);
	width: 750px;
	height: 30px;
	margin:auto;
	text-align:justify;
}
#contents {
	background-image: url(img/bg.jpg);
	width: 750px;
	height:450px;
	margin:auto;
	text-align:justify;
}
#contents-box {
	width: 650px;
	height:450px;
	overflow:auto;
	padding:5px;
	scrollbar-face-color: #FFFFFF;
	margin-left:50px;
	text-align:left;
	font-size:12px;
	line-height:200%;
	letter-spacing:2px;
	
}

#footer {
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	width: 750px;
	height: 89px;
	margin:auto;
	text-align:justify;
}

li {
	line-height:200%;
	letter-spacing:2px;
}