@charset "utf-8";
/* CSS Document */

h2 {
	font-size:1.5em;
}

div.operator_logo {
	float:left;
	margin: 0 15px 15px 0;	
}

div#brochure_description {
	width: 450px;
}

div.brochure_box {
	width:150px;
	font-size:1.1em;
	background-color: #efefef;
	float: left;
	margin: 20px 20px 0 0;
	text-align:center;
	line-height:18px;
	

}

div.brochure_box img{
	border:0;
	padding: 10px 0 5px 0;
}

div.brochure_box_bottom {
	background-color:#efefef;
	min-height:50px;
	padding: 5px 0 0px 0;
}

div.brochure_box_title{

	margin: 0;
	background-color:#e3e1e1;
	padding: 5px;
	min-height:37px;
}

div.brochure_box_links{
	margin: 0;
	width:150px;
	font-size:0.9em;
	background-color:#efefef;
	float: left;
	margin: 5px 0px 5px 0;
	text-align:center;
	line-height:18px;
}


