body {
	margin: 0px auto;
	background: url(../gfx/topbar.jpg) repeat-x;
}

#container {
	margin: 0px auto;
	width: 900px;
	height: 100%;
	border: 0px solid red;
}

#banner {
	height: 44px;
	text-align: right;
}
	
#logo {
	background: url(../gfx/wells.jpg) no-repeat bottom right;
	height: 138px;
	width: 900px;
	margin: 40px 0px 0px 0px;
}


#contact_wrapper {
	margin: 0px 0px 0px 0px;

}

#contact {
	border: 1px solid #d7d7d7;
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6e6e6e;
	width: 235px;
	background: url(../gfx/email.jpg) no-repeat #f8f8f8;
	padding: 25px 25px 25px 100px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#contact img {
	vertical-align: middle;
}

.contactus {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	color: #333333;
}

.addy {
	float: right;
}

.title {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;	
	color: #333333;
}

#tagline {
	border: 0px solid red;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 31px 0px 0px 0px;
}

#intro {
	clear: both;
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6e6e6e;
	padding: 12px 0px 0px 0px;
	width: 370px;
	float: left;
}

#services {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6e6e6e;
	padding: 12px 0px 0px 45px;
	width: 475px;
	float: left;
}

.spacer {
	clear: both;
	height: 20px;
	border-bottom: 1px solid #e5e5e5;
}

#footer {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8d8c8c;
	\\border-top: 1px solid #e5e5e5;
	padding: 10px 0px 25px 0px;
}

#footer a {
	color: #686868;
	text-decoration: none;
}


#footer a:visited {
	color: #686868;
	text-decoration: none;
}


#footer a:hover {
	color: #007bc2;
	text-decoration: underline;
}