body {
	background-color: #eee;
}

#footer_clear {
	height: 280px;
}

h1.small {
	font-size: 3.3em;
	font-weight: bold;
}


/**
 * Contacts
 */
#contacts {
	font-family: Georgia, serif;
	left: 0;
	margin-top: -250px;
	position: absolute;
	width: 100%;
}

#contacts_container {
	margin: 0 auto;
	max-width: 1440px;
	min-width: 855px;
	padding: 2em 1.5em;
	position: relative;
	width: 90%;
}

#contacts .info {
	float: left;
	font-size: 1.077em;
	line-height: 1.7em;
	margin-right: 7%;
	width: 36%;
}

#contacts .info .phone {
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

#contacts .info .number {
	font-size: 1.384em;
}

#contacts .director {
	float: left;
	margin-right: 4%;
	position: relative;
	width: 14%;
}

#contacts .user {
	float: left;
	position: relative;
	width: 20%;
}

#contacts .director dt,
#contacts .user dt {
	font-size: .923em;
	font-weight: normal;
	height: 4.167em;
}

#contacts .director dd,
#contacts .user dd {
	font-size: 1.077em;
	font-weight: bold;
}

#contacts .director .signature,
#contacts .user .signature {
	display: block;
	height: 50px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
}

#contacts .director .signature ins,
#contacts .user .signature ins {
	background: url(signatures.png) no-repeat;
	display: block;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 197px;
}

#contacts .director .signature {
	width: 110px;
}

#contacts .user .signature {
	width: 87px;
}

#contacts .user .signature ins {
	left: -110px;
}
