body { 
	background: #ffffff;

}

		/* ---nav menu--- */

ul#nav {
	width:1000px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}

ul#nav li.navtop {
	width: 1000px;
	height: 29px;
	background: url(images/logo_t.png);
}

	
ul#nav li.logo {
	width: 1000px;
	height: 121px;
	background: url(images/logo.png);
}
	
ul#nav li.navi {
	width: 1000px;
	height: 30px;
	background: url(images/buttons.png);
}

		/* ---body--- */

ul#body {
	width:1000px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}

ul#body li.l_bar {
	float: left;
	width: 58px;
	height: 570px;
	background: url(images/l_bar.png);
}

ul#body li.center {
	float: left;
	width: 884px;
	height: 570px;
	background: url(images/center.png);
	text-align: center;

}

ul#body li.r_bar {
	float: left;
	width: 58px;
	height: 570px;
	background: url(images/r_bar.png);
}

		/* ---body--- */

ul#footer {
	width:1000px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}

ul#footer li.foot {
	float: left;
	width: 830px;
	height: 20px;
	background: url(images/bott.png);
}

ul#footer li.by {
	float: left;
	width: 170px;
	height: 20px;
	background: url(images/by.png);
}

ul#footer li.end {
	width: 1000px;
	height: 30px;
	background: url(images/end.png);
}