#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1024px;
	height: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 165px;
	width: 1024px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
#header #logo {
	padding: 0px;
	float: left;
	height: 160px;
	width: 365px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 50px;
}
#header #navBar {
	padding: 0px;
	float: right;
	height: 140px;
	width: 630px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	float: left;
	width: 1024px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: auto;
}
#main #leftSide {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 340px;
	height: auto;
	background-color: #FFF;
}
#main #rightSide {
	margin: 0px;
	float: right;
	height: auto;
	width: 580px;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#main #leftSide #image {
	padding: 0px;
	float: left;
	width: 280px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 35px;
	margin-right: 25px;
}
#leftSide #sideBarCopy {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 45px;
	width: 280px;
	margin: 0px;
	height: auto;
}
#leftSide #image img {
	border: 1px solid #999;
}
#footer   {
	padding: 0px;
	float: left;
	height: 85px;
	width: 1024px;
	background-color: #68C7B9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer #footerCopy {
	padding: 0px;
	float: left;
	width: 550px;
	height: 50px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #FFF;
}
#footer #footerInfo {
	padding: 0px;
	float: right;
	width: 400px;
	height: 50px;
	margin-top: 25px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	text-align: right;
}
#rightSide #map {
	float: right;
	padding: 0px;
	width: 355px;
	height: 250px;
	margin-top: -165px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
