#header {
	width: 1000px;
	background-color: #FFF;
}
#navi {
	width: 1000px;
	background-color: #FFF;
}
.menu {
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #FFFFFF;
}

#middle {
	width: 1000px;
}
#left {
	float: left;
	width: 300px;
	height: 850px;
	background-color: #FFFFFF;
}
#center {
	float: left;
	width: 700px;
	height: 850px;
	background-color: #FFF;
}

#right {
	float: left;
	width: 175px;
	padding-top: 5px;
	padding-right: 5px;
	height: 300px;
}
.news {
	margin-right: 4px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 5px;
}

#footer {
	clear: both;
	height: 100px;
	width: 1000px;
	background-color: #39F;
	text-align: justify;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #center div p {
	font-size: 14px;
}
#wrapper #center div p {
	text-align: left;
}
