@charset "utf-8";
body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#header_wrap {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 117px;
}
#content_wrap {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
}
#logo_hold {
	height: 102px;
	width: 196px;
	margin-top: 16px;
	float: left;
}
#navigation_wrap {
	background-image: url(../images/bg_navigation.jpg);
	background-repeat: repeat-x;
	height: 117px;
	width: 634px;
	float: left;
	background-position: left bottom;
}
#address_hold {
	float: right;
	width: 70%;
	height: 80px;
}
#navigation {
	clear: both;
	float: right;
	height: 36px;
	width: 100%;
	text-align: right;
}
#image_hold {
	height: 320px;
	width: 800px;
	margin-left: 30px;
}
#content {
	width: 800px;
	margin-left: 30px;
	margin-top: 20px;
}
.left_column {
	float: left;
	width: 558px;
	margin-right: 20px;
}
.left_inner_left {
	float: left;
	width: 150px;
	padding-right: 10px;
}
.left_inner_right {
	float: left;
	width: 398px;
}

.right_column_green {
	float: left;
	width: 202px;
	background-color: #e5ede7;
	padding: 10px;
}
.inner_footer {
	height: 20px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_topfooter.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 30px;
}
.footer_wrap {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 50px;
	padding-top: 50px;
}
#map {
	height: 500px;
	width: 550px;
	border: 1px solid #518661;
}

.thumb_hold {
	height: 130px;
	width: 202px;
	margin-bottom: 10px;
	background-color: #009999;
}
.clearall {
	clear: both;
}
