@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#222c33;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
#container {
	width:917px;
	margin:0 auto;
	text-align:center;
}
#headerCont {
	width:917px;
	height:158px;
	margin:0 auto;
}
#bodyCont {
	width:917px;
	height:486px;
	margin:0 auto;
	text-align:center;
	background:url(images/landingBody.gif) no-repeat;
}
#col1 {
	float:left;	
	width:461px;
}
#col2 {
	float:left;
	border-left:1px solid #000;
	width:455px;
	text-align:left;
}
#footerCont {
	width:917px;
	height:106px;
	background:url(images/landingFoot.gif) no-repeat;
	color:#fff;
}
#footerCont a:link, #footerCont a:visited, #footerCont a:active {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#footerCont a:hover {
	color:#CCC;	
}
#footCol1 {
	float:left;	
	width:717px;
	padding-top:15px;
}
#footCol2 {
	float:left;	
	width:200px;
	text-align:right;
	padding-top:15px;
}
.loc {
	float:left;
	width:125px;
	text-align:left;
}
.address {
	float:left;
	width:200px;
}
.phone {
	float:left;
	width:130px;
}
.hours {
	float:left;
	width:45px;
}
.map {
	float:left;
	width:45px;
}
