#header {
	float: left;
	width:820px;
	background-color: #000;
	color: #fff;
	padding: 0px;
}

#navigation {
	float: left;
	width: 160px;
	text-align: right;
}

#content {
	float: left;
	width: 660px;
	background-color: #B6B3AE;
	background-repeat: no-repeat;
	color: #000;
	padding-left: 5px;
}

#content-nonav {
	float: left;
	width: 824px;
	background-color: #7d7d75;
	background-repeat: no-repeat;
	color: #000;
	padding-left: 5px;
}

#indexContent {
	float: left;
	width: 664px;
	background-color: #7d7d75;
	background-image: url(../images/index-background.jpg);
	background-repeat: no-repeat;
	color: #000;
	padding-top: 550px;
}

#footer {
	float: left;
	clear: both;
	width: 824px;
	background-color: #fff;
}

#detailsLeftFrame {
	float: left;
	width: 330px;
	text-align: center;
	margin-top: 20px;
}

#detailsRightFrame {
	float: left;
	width: 330px;
	margin-top: 5px;
	margin-top: 20px;
}

#upsellContainer {
	float: left;
	width: 664px;
	margin-top: 20px;
}
