body {
	color: Black;
	background-color: #bb8f60;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 62.5%;
	text-align: center;
}

div#total {
	margin: 0 auto;
	width: 900px;
	height: 690px;
}

div#header {
	float: left;
	background-image: url(../../../images/header.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 188px;
}

div#middle {
	float: left;
	width: 900px;
	height: 482px;
}

div#menu {
	float: left;
	width: 267px;
	height: 482px;
}

div#content {
	float: left;
	width: 633px;
	height: 482px;
	background-image: url(../../../images/content.jpg);
	background-repeat: no-repeat;
}

div#content div.text {
	float: left;
	width: 580px;
	_width: 560px;
	height: 478px;
	text-align: left;
	margin: 0 0 0 -20px;
	_margin: 0 0 0 0;
	padding: 0 71px 0 0;
	overflow: auto;
}

div#footer {
	width: 900px;
	text-align: center;
}