#container {
	background-color: #36F;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	left: auto;
	right: auto;
}
#banner {
	background-color: #999;
	height: 100px;
	width: 1000px;
}

#header_left {
	background-color: #F36;
	height: 100px;
	width: 500px;
	float: left;
	text-align: right;
}
#header_left_text {
	float: right;
	height: 80px;
	width: 275px;
	background-color: #FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer_left {
	background-color: #FFFFFF;
	float: left;
	height: 100px;
	width: 500px;
	text-align: left;
	clear: none;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#footer_right {
	background-color: #CF6;
	float: right;
	height: 100px;
	width: 500px;
	background-image: url(image/footer_right.png);
	clear: none;
}


#header_right {
	background-color: #3F9;
	height: 100px;
	width: 500px;
	float: right;
	background-image: url(image/saw.png);
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
#header_right_text {
	background-color: #FFF;
	float: left;
	height: 80px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}


#navbar_top {
	background-color: #000;
	height: 25px;
	width: 1000px;
	clear: both;
	float: left;
}
#navbar_bottom {
	background-color: #000;
	height: 25px;
	width: 1000px;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	float: left;
	vertical-align: middle;
}
#main {
	background-color: #FFF;
	width: 1000px;
	color: #333;
	float: right;
	height: auto;
	clear: none;
}
#index_main_left {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 500px;
	left: auto;
	right: auto;
	padding: 0px;
}
#aboutus_main_left {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 500px;
	left: auto;
	right: auto;
	padding: 0px;
	clear: none;
}

#index_main_right {
	background-color: #FC6;
	float: right;
	height: 500px;
	width: 500px;
	left: auto;
	right: auto;
	padding: 0px;
	margin: 0px;
}
#map {
	background-color: #FFF;
	height: 400px;
	width: 400px;
	float: right;
	padding: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
