.container {
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
.container .banner {
	position: absolute;
	height: 200px;
	width: 800px;
	left: 0px;
	top: 0px;
}
.container .mainbar {
	position: absolute;
	height: 667px;
	width: 600px;
	left: 200px;
	top: 210px;
}
.container .mainbar .text {
	position: absolute;
	height: 100px;
	width: 520px;
	left: 60px;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.container .mainbar .mainpic {
	position: absolute;
	height: 359px;
	width: 480px;
	left: 80px;
	top: 200px;
	color: #000000;
}
.container .mainbar .thumbbox {
	position: absolute;
	height: 263px;
	width: 193px;
	left: -175px;
	top: 200px;
}
.container .mainbar .thumbbox .img {
	padding: 5px;
	border-style: none;

	}
.container .navigation {
	position: absolute;
	height: 169px;
	width: 150px;
	left: 5px;
	top: 218px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	z-index: 10;
}
body {
	background-color: #A42344;
}


