@CHARSET "ISO-8859-1";

body{
	background-image:url('../img/bg.jpg');
	background-repeat:repeat-x;
	margin:0;
	font-family:sans-serif;
	font-size:12px;
}

#wrapper{
	margin:0 auto;
	width:989px;
}

.top{
	background-image:url('../img/top.gif');
	background-repeat:no-repeat;
	height:105px;
	width:989px;
}

.headline{
	background-image:url('../img/headline.jpg');
	background-repeat:no-repeat;
	height:441px;
	width:989px;
}
.container{
	width:932px;
	margin: 0 auto;
}

.container_head{
	background-image:url('../img/container_head.jpg');
	background-repeat:no-repeat;
	height:11px;
	width:832px;
	padding: 0 50px;
}

.container_mid{
	background-image:url('../img/container_mid.jpg');
	background-repeat:repeat-y;
	width:902px;
	padding: 0 15px;
}

.container_bottom{
	background-image:url('../img/container_bottom.jpg');
	background-repeat:no-repeat;
	height:25px;
	width:832px;
	padding: 0 50px;
}

.footer{
	font-size:11px;
	width:932px;
}

.col_left{
	float:left;
	width:276px;
	padding: 0 10px;
}

.col_mid{
	float:left;
	width:294px;
	padding: 0 10px;
}

.col_right{
	float:left;
	width:272px;
	padding: 0 10px;
}

.container_mid h2{
	margin-top:0px;
}

.clear{
	clear:both;
}

.phonenumber{
	font-size:14px;
	margin-bottom:10px;
}

.phonenumber img{
	margin-right:10px;
}

.phonenumber address{
	font-size:18px;
	color: #3B5998;
	font-weight:bold;
}

.emailaddress{
	font-size:14px;
	margin-top:40px;
	height:65px;
}

.emailaddress img{
	margin-right:10px;
}

.emailaddress address{
	font-size:14px;
	color: #3B5998;
	font-weight:bold;
}

.colspacer{
	width:294px;
}

.eco{
	line-height:200%
}

hr{
	margin: 15px 0;
}