#homeWrapper {
	width: 620px;
	position: relative;	
	float: left;
}

.homeIntroImage{
	position: relative;
	width: 220px; 
	float: left;
	margin-right: 5px;
}

.homeIntroText{
	position: relative;
	width:390px;	
	float:left;
	text-align:justify;
}

.homeHorisontalSpacer{
	position: relative;
	width: 616px;
	margin-top: 10px;
	float: left;
	height: 5px; 
	background: url(../images/line.gif) top left repeat-x;		
}

#homeRoomsText{
	width: 600px;
	float: left;
	margin-top: 15px;
}

.homeLeftRooms{
	position: relative;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

.homeLeftRoomsImage, .homeLeftRoomsText, .homeRightRoomsTitle, .homeRightRoomsText{	
	position:relative;
	left:23px;
	margin-top:20px;
	width:255px;
	/*border:1px solid;*/
}

.homeVerticalSpacer{
	position:absolute;
	height:135px;
	width:1px;
	top:353px;
	right:316px;
	background:#484138 none repeat scroll 0 0;
}

/*.homeVerticalSpacer a{
	position: relative;
	padding-left: 7px;
}*/

.homeRightRooms{
	position: relative;
	width: 300px;
	float: left;	
}
