/* Page Elements */

body {
	margin: 0;
	padding: 0;
	background: url('../images/main_bg_fade.gif') top center repeat-x #2e363c;
	font-family: helvetica, arial sans-serif;
	color: #000000;
	font-size: 10pt;
}
img {
	border: 0px;
} 
a {
	text-decoration: none;
	color: #a85e42;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

/* Header */

#header {
	width: 930px;
	height: 128px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	margin-left: -35px;
	float: left;
}
#bbb_logo {
	margin-top: 22px;
	margin-left: 50px;
	width: 40px;
	float: left;
}
#phone_number {
	margin-top: 25px;
	font-size: 9pt;
	color: #ffffff;
	float: right;
	text-align: right;
	width: 478px;
}
#phone_number h1 {
	margin: 0 0 5px 0;
	font-size: 14pt;
	font-weight: normal;
}
#top_nav {
	clear: right;
	float: right;
	margin-top: 25px;
	width: 478px;
}
#top_nav a, #top_nav img {
	margin: 0;
	padding: 0;
}
#top_nav div {
	float: left;
}

/* Body */

#main {
	min-height: 527px;
	margin-bottom: 30px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

/* Footer */

#footer {
	position: relative;
	width: 930px;
	color: #818c96;
	font-size: 9pt;
	text-align: center;
	z-index: 2;
	line-height: 27px;
	margin-left:auto;
	margin-right:auto;
	z-index: 2;
}
#footer a {
	text-decoration: none;
	color: #818c96;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: underline;
	color: #ffffff;
}
#city_footer {
	position: relative;
	bottom: 0;
	background: url('../images/main_bg.gif') top center repeat-x #2e363c;
	height: 169px;
	margin-top: -20px;
	z-index: 1;
}