.contacts_main {
	padding-bottom: 8px;
	margin-top: 8px;
}
.contacts_main p {
	margin: 0;
}
.contacts_main p a, .contacts_main p a:visited {
	text-decoration: none;
	font-weight: bold;
}
.contacts_main p a:hover {
	text-decoration: underline;
	color: #BB0C1B;
}
.contacts_main p span {
	font-weight: bold;
}
.contacts_main .address {
	margin-bottom: 12px;
}
#contacts #wrapper .publication {
	margin-bottom: 15px;
}

.contacts_list {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
.contacts_list p {
	margin: 0;
}
.contacts_list p span {
	font-weight: bold;
}
.contacts_list p a, .contacts_list p a:visited {
	text-decoration: none;
	font-weight: bold;
}
.contacts_list p a:hover {
	color: #BB0C1B;
	text-decoration: underline;
}
.contacts_list h3 {
	margin-bottom: 0;
}
.contacts_list h3 a {
	text-decoration: none;
}
.contacts_list h3 a:hover {
	text-decoration: underline;
	color: #BB0C1B;
}
.contacts_list .title {
	margin-bottom: 10px;
}
.contacts_list .picture {
	float: left;
	padding: 0 15px 0 0;
}
#content ul.contacts_list li {
	padding: 13px 0 10px 0;
	clear: both;
	zoom: 1;
	border-bottom: 1px solid #ccc;
	background-image: none;
}
/* :hack:fix spacing in IE 6/7 */
#content ul.contacts_list li:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* :hack:float enclosing */
