@charset "utf-8";
/* CSS Document */

div#wrapper #content #contacts {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#wrapper #content #contacts li{
	margin-left: 20px;
}
div#wrapper #content #contacts a{
	color: #990000;
	font-weight: normal;
}
div#wrapper #content #contacts a:hover{
	color: #000000;
	text-decoration: underline;
}
div#wrapper #content #contacts h3{
	margin-bottom: 10px;}