#headder {
	height: 90px;
	width: 850px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
}
#navi {
	color: #FFF;
	width: 850px;
	background-color: #000;
	font-size: small;
	height: 22px;
}
#middle {
	width: 850px;
	background-color: #FFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: small;
	clear: both;
	border-bottom: medium solid #999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#footter {
	background-color: #333;
	font-size: x-small;
	color: #FFF;
	clear: both;
	text-align: left;
	width: 840px;
	border-bottom: 7px solid #600;
	height: 60px;
	padding-top: 5px;
	padding-left: 10px;
}
#wrapper {
	margin: 0px auto;
	width: 850px;
	font-size: x-small;
}
