
body {
	margin: 0 auto;
	width: 700px;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;

}
#navigation {
	float: left;
	width: 150px;
	height: 450px;
	background: url(back.jpg) repeat left center;
}

#header {
	float: left;
	width: 700px;
	height: 230px;
}

#content1 {
	float: left;
	width: 380px;
	height: 450px;
	background: url(back01.jpg) repeat left center;
}
#content2 {
	float: left;
	width: 170px;
	height: 450px;
	text-align: center;
	background: url(back02.jpg) repeat left center;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}
#footer {
	clear: both;
	width: 700px;
	height: 20px;
	text-align: center;
	font-size: 77%;
	background: url(back03.jpg) repeat left center;
}