/* MAIN POSITIONING */

html { 
margin: 0px; 
/* setting border: 0 hoses ie6 win window inner well border */ 
padding: 0px 0px 0px 0px;
min-width: 829px;
}

body { 
background: #F1DDC9 url(../images/bg.jpg) repeat-x top;
text-align: center;
/* setting border: 0 hoses ie5 win window inner well border */ 
margin-top: 0px;  
margin-left: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
}

div#outer {
width: 829px;
height: 100%;
background: #F1DDC9;
margin: 0px auto;
padding: 0px;
position: relative;
z-index: 0;
}

div#wrapper	{
width: 829px;
background: #F1DDC9;
/* setting border: 0 hoses ie5 win window inner well border */ 
text-align: left;
float: left;
position: relative;
z-index: 0;
}

div#content {
width: 829px;
height: 100%;
margin: 0px 0px 0px 0px;
padding: 0px;
z-index: 0;
position: relative;
}

/* CONTENT POSITIONING */

#header {
width: 829px;
height: 108px;
margin: 0px;
padding: 0px;
float: left;
z-index: 0;
position: relative;
}

#contentbody {
width: 829px;
margin: 0px;
padding: 0px;
float: left;
z-index: 0;
position: relative;
}
	
#footer {
width: 829px;
padding: 0px 0px 0px 0px;
margin: 0px auto;
clear: both;
position: relative;
z-index: 0;
}

#footersub {
width: 100%;
padding: 0px 0px 0px 0px;
margin: 0px;
clear: both;
background: #EAD0B9;
position: relative;
z-index: 0;
}

/* BEDROOMS POSITIONING */

#bedrooms {
width: 806px;
height: 400px;
margin: 0px;
padding: 0px;
float: left;
position: relative;
z-index: 0;
}
	#african {
	width: 126px;
	height: 400px;
	float: left;
	margin: 0px 10px 0px 0px;
	background: #A95627;
	position: relative;
	z-index: 1;
	}
		#africanhover {
		width: 262px;
		height: 400px;
		float: right;
		left: 10px;
		background: #A95627;
		position: absolute;
		z-index: 200;
		}
	#tribal {
	width: 126px;
	height: 400px;
	float: left;
	margin: 0px 10px 0px 0px;
	background: #A95627;
	position: relative;
	z-index: 2;
	}
		#tribalhover {
		width: 262px;
		height: 400px;
		float: right;
		left: 146px;
		background: #A95627;
		position: absolute;
		z-index: 200;
		}
	#orange {
	width: 126px;
	height: 400px;
	float: left;
	margin: 0px 10px 0px 0px;
	background: #000000;
	position: relative;
	z-index: 3;
	}
		#orangehover {
		width: 262px;
		height: 400px;
		float: right;
		left: 282px;
		background: #000000;
		position: absolute;
		z-index: 200;
		}
	#suede {
	width: 126px;
	height: 400px;
	float: left;
	margin: 0px 10px 0px 0px;
	background: #000000;
	position: relative;
	z-index: 4;
	}
		#suedehover {
		width: 262px;
		height: 400px;
		float: right;
		left: 282px;
		background: #000000;
		position: absolute;
		z-index: 200;
		}
	#zen {
	width: 126px;
	height: 400px;
	float: left;
	margin: 0px 10px 0px 0px;
	background: #000000;
	position: relative;
	z-index: 5;
	}
		#zenhover {
		width: 262px;
		height: 400px;
		float: right;
		left: 418px;
		background: #000000;
		position: absolute;
		z-index: 200;
		}
	#venetian {
	width: 126px;
	height: 400px;
	float: left;
	margin: 0px 0px 0px 0px;
	background: #000000;
	position: relative;
	z-index: 6;
	}
		#venetianhover {
		width: 262px;
		height: 400px;
		float: right;
		left: 554px;
		background: #000000;
		position: absolute;
		z-index: 200;
		}
	#swopper {}
