body {
	background-image: url(background.gif);
	background-repeat: repeat;
	margin: 0px;
	font-family: "Century Gothic";
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
.container .header {
	background-image: url(header.png);
	background-repeat: no-repeat;
	height: 181px;
	width: 966px;
}
.container .main2 {
	background-image: url(mainback.png);
	width: 966px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #865B2F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}
.container {
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.container .footer {
	background-image: url(footer.png);
	background-repeat: no-repeat;
	height: 51px;
	background-position: bottom;
	color: #865B2F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	padding-top: 20px;
	padding-right: 35px;
}
.container .main2 .maincontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: left;
}
.container .main2 .maincontainer .mainleft {
	width: 150px;
	padding: 5px;
	clear: none;
	float: left;
	text-align: center;
}
.container .main2 .maincontainer .maincenter {
	clear: none;
	float: left;
	width: 580px;
}
.container .header .cart {
	padding: 5px;
	width: 650px;
	margin-top: 80px;
	float: right;
	text-align: right;
	margin-right: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #865B2F;
	font-size: 12px;
	line-height: 30px;
}
.container .header .navbar {
	width: 630px;
	margin-left: 300px;
	margin-top: 155px;
	text-align: right;
}
.container .main2 .maincontainer .mainright {
	width: 150px;
	clear: none;
	float: right;
	padding: 5px;
	text-align: center;
}

