@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
}
#content {
	position: relative;
	width: 950px;
	height: auto;
}
#contactcontent {
	position: relative;
	left: 230px;
	width: 700px;
	height: 160px;
	margin: 10px 0 0 0;
	line-height: 14px;
}
.contact {
	width: 300px;
	height: auto;
	margin: 20px 0 0 0;
}
#ilcontact {
	position: absolute;
	left: 0px;
}
#stlcontact {
	position: absolute;
	top: 0px;
	left: 370px;
}
.numbers {
	width: 92px;
	height: auto;
	position: absolute;
	top: 26px;
	left: 208px;
}
.header {
	color: #db0000;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	text-shadow: #FFFFFF;
	line-height: 18px;
}
.hrule {
	background-color: #db0000;
	height: 2px;
	width: 295px;
	margin: 3px 3px 3px 2px;
}
#email {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -165px;
	width: 331px;
	text-align: center;
}
	
