﻿/* ---------- Chamber Site page structure ---------- */
#header_bg {
	position: absolute;
	list-style: none;
	display: block;
	width: 960px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: #fff url('../images/header_home/image02.jpg');
}
#sthelena_logo {
	position: absolute;
	top: 70px;
	left: 30px;
	width: 240px;
	height: 120px;
	margin: 0px;
}
#weather a {
	color: #fff;
	padding-right: 20px;
	font-weight: normal;
}
#footer_nav {
	width: 600px;
	float: left;
	margin-left: 100px;
	padding-top: 10px;
	color: #fff;
	font-size: 11px;
	text-align: right;
}
#home_content_bottom p {
	font-size: 14px;
}

