html {
	margin: 0;
	padding: 0;
	border: 0;
}

.float_div {
	float:left;
}

.img_margin_b {
	margin-bottom: 1px;
}

.img_margin_b_zero {
	margin-bottom: 0px;
}

.img_margin_r {
	margin-right: 1px;
}

.img_margin_br {
	margin-bottom: 1px;
	margin-right: 1px;
}

.img_border {
	border:#75A2C6 1px solid;
}

#container_left_home {
	float:left;
	width:350px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:-3px;
	background-color:#75A2C6;
	border:#75A2C6 1px solid;
}

#wrapper_room {
	float:left;
	width:535px;
	margin-top:5px;
	margin-bottom:5px;
}

#wrapper_fac {
	float:left;
	width:531px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#75A2C6;
	border:#75A2C6 1px solid;
}

img.other_links {
	float:left;
	border:#75A2C6 1px solid;
	margin-right:10px;
}