#brochure {
	width: 545px;
	float: right;
	margin-top: 10px;
	min-height: 675px;
	height: auto;
}
/* for Internet Explorer */
/*\*/
* html #brochure {
	height: 675px;
}
#brochure-name {
	font-size: 32px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bolder;
	letter-spacing: -2px;
	float:left;
}
#brochure-emblem {
	float:left;
	padding-right: 6px;
	height: 39px;
	background-color: #fff;
}

#brochure-title {
	background: url(../img/dots.png) bottom left repeat-x;
	width: 100%;
	height: 38px;
}

#brochure-body {
	margin-top: 20px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 18px;
}

#special {
	width: 272px;
	padding: 4px;
	border: 1px solid #39a8d1;
	background: #eaf9ff;
	margin-bottom: 12px;
	margin-right: 262px;
	display: block;
}
#special strong {
color: #39a8d1;
}

#brochure-body img{
	float: right;
	margin: 0 0 10px 10px;
}

#brochure-card{
	clear:both;
	margin: 15px 0 10px 0;
	padding: 2px 5px 2px 5px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: url(../img/contact_card_bg.jpg) no-repeat;
	height: 81px;
	line-height: 18px;
}
#brochure-card img{
	float: left;
	display: block;
	margin-right: 5px;
	margin-top: 3px;
}
#brochure-card p, #brochure-card div {
	padding-bottom: 0; margin-bottom:0;
	padding-top: 1px; margin-top:1px;
	padding-top: 1px;
	padding-left: 0;
}
#brochure-card a:link {
	color: #333;
	text-decoration: none;
}
#brochure-card a:hover {
	color: #000;
	text-decoration: underline;
}
