body {
	background: #ededed;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000;
}

#wrap {
	background: #fff;
	width:890px;
	border: 5px solid #cccccc;
	margin: 25px auto;
}

#header {
	background: url('../img/headerbg.jpg');
	width:890px;
	height:157px;
}

h1.logo {
	background: url('../img/logo.png') no-repeat;
	height:96px;
	width: 216px;
	text-indent: -9999px;
	position: relative;
	top:20px;
	left:30px;
	display: block;
	overflow: hidden;
}

p {
	font-size: 13px;
	line-height: 18px;
}

#content {
	overflow: hidden;
	padding: 30px 30px 0 30px;
	position: relative;
}

#left_column {
	width:410px;

}

#slider {
	position: absolute;
	bottom: 0px;
}

#right_column {
	width:361px;
	float: right;
	margin-bottom: 40px;
}

a.cta {
	background:url('../img/cta.png') no-repeat top;
	display: block;
	height:81px;
	width:361px;
	margin: 30px 0 0 0;
	text-indent: -9999px;
}

a:hover.cta {
	background:url('../img/cta.png') no-repeat bottom;
}
 
#footer {
	background: url('../img/footer_bg.png');
	width:890px;
	height:168px;	
	overflow: hidden;
}

.locations {
	width:391px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	float: right;
	margin-top: 20px;
}

#footer_bottom {
	font-size: 11px;
	color: #666;
	width:900px;
	margin: 5px auto;
}

#footer_bottom a {
	color: #666;
}

#footer_bottom img {
	float: right;
}



