#area_container {
	margin:0 auto;
	width:600px;	
	text-align:center;
}

#area_container h3 {
	color:#000;
	font-size:12px;
	font-weight:bold;
}

#area_container h2 {
	padding:0; margin:0;
	color:#000000;
	font-size:22px;
	font-weight:normal;
}

#area_container h1 {
	padding:0; margin:0;
	color:#FFFFFF;
	font-size:56px;
	font-weight:normal;
}


#area_search {
	/*background-color: #FFF; /*#6A798A;*/
	margin:10px auto;
	text-align:center;
	border:1px solid #8ABFF0;
	
}

.area_textbox {
	width:300px;
	font-size:12px;
	margin-top:5px;
	margin-left:130px;
	float:left;
	border:1px solid #000000;
}

#area_abc_wrapper {
  width: 600px;
  margin: 0 auto;
  padding-top:7px;
  position: relative;
  z-index: 2; /* needed for Opera 6 */
}
#area_abc_content {
  position: relative;
  z-index: 100;
  width:572px;
  margin:0 auto;
}
#area_abc_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height:36px;
  left: 0;
  top: 0;
  bottom: 0;
  background: #6A798A;
  min-height: 1px; /* to trigger hasLayout in IE7 */
}

#area_abc_content ul {
	margin:0;
	padding:0;
}

#area_abc_content li {
	list-style:none;
	margin:1px;
	width:20px;
	height:20px;
	background:#6A798A;
	float:left;
}
#area_abc_content li a {
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	text-decoration:none;	
}

#area_c_wrapper {
  width:600px;
  margin:40px auto;
  * margin:20px auto; /* IE 5,6,7 hack */
  padding-top:10px;
  position: relative;
  z-index: 2; /* needed for Opera 6 */
}
#area_c_content {
  position: relative;
  z-index:100;
  width:572px;
  margin:0 auto;
  background:transparent;
}

#area_c_bg {
  position: absolute;
  z-index:1;
  width: 100%;
  left:0;
  top:0;
  bottom: -10px;
  background: #FFFFFF;
  min-height: 1px; /* to trigger hasLayout in IE7 */
}

#area_c_content_left {
	width:280px;
	float:left;
	text-align:center;
}

#area_c_content_right {
	width:280px;
	float:right;
}

#area_right_c {
	margin:10px;
	text-align:left;
	font-size:12px;
}

#area_right_c ul {
	margin:0;padding:0;
}

#area_right_c li {
	list-style:none;
	font-weight:bold;
	padding-left:6px;
}

#area_right_c li a {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}

#area_right_c li a:hover {
	color:#FFFFFF;
}

#area_pic_c {
	background:transparent;
	text-align:center;
}

#area_pic_1 {
	width:280px;
	height:193px;
	margin:0 auto;
}

#area_pic_2 {
	width:280px;
	height:193px;
	margin:0 auto;
}

#area_local_info {
	background:url(Imgs/btn_info2.gif) 60px 3px no-repeat; 
	/*#7D8B9B;*/
	height:30px;
	padding-left:30px;
	line-height:30px;
	margin-top:8px;
}

#area_local_info a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

#area_local_info a:hover {
	color:#FFF;
}

#area_featured {
	margin:10px auto;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#80ABD9;
}

#area_featured h4 {
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	border-bottom:1px solid #FFF;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:6px;
}

.area_featured_box {
	width:230px;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
}

.area_fetured_box span.title {
	font-weight:bold;
	font-size:13px;
}


.area_featured_box h3 {
	font-weight:normal;
	text-align:left;
	margin:0px;
	padding:0px;
}

.area_featured_box h3 a{
	color:#0000FF;
	text-decoration:underline;
	font-size:14px;
}



