#wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	height:100%; /* works only if parent container is assigned a height value */
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	min-width: 900px;
	margin-bottom: 0;
 }
 
#top {
	width: 820px;
	height: 20px;
	float: left;
	display: inline;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 5px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
 }
 
#navigation {
	width: 820px;
	height: 10px;
	float: left;
	display: inline;
	padding-bottom: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
 }
 
#navigationlist {
	list-style-type: none;
 }
 
#nav li {
	width: auto;
	float: left;
	margin-right: 15px;
	padding: 0px;
	padding-bottom: 5px;
	list-style-type: none;
 } 
 
#homebanner {
	width: 820px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	background-color:#FFFFFF;
 }
 
#body {
	width: 560px;
	float: left;
	display: inline;
	margin-left: 40px;
 }
 
#body1 {
	width: 600px;
	float: left;
	display: inline;
	margin-left: 40px;
 }
 
#right {
	width: 205px;
	float: right;
	display: inline;
	margin-right: 40px;	
 }
 
#bottom {
	width: 820px;
	height: 20px;
	float: left;
	display: inline;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 25px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
 }
 
#Sale {
	position:absolute;
	width:605px;
	height:65px;
	z-index:1;
	left: 40px;
	top: 70px;
	background-color: #AfA58E;
}
 
