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:#532e1f 1px solid;
}

div.wrapper_img_content_left{
	float:left;
	width:350px;
	margin-top:3px;
	margin-right:7px;
	margin-bottom:3px;
	border:#532e1f 1px solid;
	background-color:#532e1f;
}

#wrapper_fac {
	width:500px;
	border:#532e1f 1px solid;
	background-color:#532e1f;
	margin-top:5px;
	margin-bottom:5px;
}

img.other_links {
	float:left;
	border:#532e1f 1px solid;
	margin-right:10px;
}