body { 
    text-align:center;
	background-color: #4f919f;
}
.header {
	height: 189px;
	width: 917px;
}
.imagespace {
	width: 549px;
	height: 561px;
	background-image: url(images/index_03.jpg);
	float: left;
	padding-top: 50px;
	overflow: hidden;
}
.leftbar {
	width: 65px;
	float:left;
}
.rightbar {
	width: 302px;
	float: right;
}
.footer {
	height:55px;
}
.wrap {
	height: 561px;
	width: 852px;
	float: right;
}
.wraplevel2 {
	width: 917px;
}
.pagecontainer {
	width: 917px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

