div#contentBackground{
	
}

#commonareaContent{
	margin:330px auto 15px auto;
}

div.rooms_odd{
	width:200px;
	margin:10px;
	float:left;
}

div.rooms_even{
	width:200px;
	margin:10px;
	float:left;
	clear:both;
}

div.rooms_even a , div.rooms_odd a{
	text-decoration:none;
}

div.rooms_even a:hover , div.rooms_odd a:hover{
	text-decoration:underline;
}

div.rooms_even a div:hover, div.rooms_odd a div:hover{
	cursor:pointer;
	text-decoration:underline;
}

#mainPic{
	margin-left:50px;
}

#roomContent{
	float:left;
	margin:10px 15px 10px 5px;
	width:350px;
}

#roomPics1{
	position:relative;
	width:210px;
	margin-right:-15px;
	float:right;
}
#roomPics2{
	position:relative;
	width:350px;
	margin-left:-15px;
	float:left;
}

img.right{
	float:right;
}

img.left{
	float:left;
	margin-left:-10px;
}