#container #content {
	min-height: 475px;
}
#container #content .section {
	margin-left: 120px;
	margin-bottom: 35px;
}

#content #contacts dl {
	display: block;
	clear: both;
	margin-bottom: 0.8em;
}
#contacts dl dt {
	font-size: 120%;
	font-weight: bold;
	display: block;
	width: 5em;
	float: left;
	clear: left;
}
#content #contacts dl dd {
	display: block;
	font-size: 1.2em;
	margin-bottom: 0.3em;
	font-weight: bold;
}
#content #downloads {
	float: left;
	width: 49%;
}
#content #links {
	width: 49%;
	float: left;
}
#content .section ul li {
	list-style: none;
}
#content .section a:link, #content .section a:active, #content .section a:visited {
	color: #F5F5F5;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	padding: 5px;
}
#content .section a:hover {
	color: #F90;
}
#content #contacts dl dd a:link, #content #contacts dl dd a:active, #content #contacts dl dd a:visited {
	text-decoration: none;
	display: inline;
	padding: 0px;
	font-size: 1em;
	margin: 0px;
}
#content #contacts dl dd a:hover {
	color: #F90;
}
