body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:11px;
  color:#000;
  background-color:#54575b;
  margin:0px;
}


.main_outer_div{
	width:100%;
	height:570px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	background-color:#e3e2e2;
	background-image:url(../images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

.main_content_div{
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:100%;
}

.map_img_div{
	width:100%;
	height:403px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../images/hor_line.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;

}


.menu_div{
	background-image:url(../images/hor_line.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#d4d4d4;
	height:129px;
	width:100%;
}


.menu_main_div{
	background-image:url(../images/hor_line.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	width:960px;
	height:129px;
	background-color:#d4d4d4;
	margin-left:auto;
	margin-right:auto;
}

.menu_left{
	background-image:url(../images/ver_line.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	background-color:#d4d4d4;
	height:127px;
	width:480px;
	float:left;
	text-align:center;
}

/*.menu_left:hover{
	background-image:url(../images/ver_line.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	background-color:#e3e2e2;
	height:127px;
	width:480px;
	float:left;
	text-align:center;
}*/

.menu_right{
	background-image:url(../images/hor_line.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#d4d4d4;
	height:129px;
	width:480px;
	float:right;
	text-align:center;
}

/*.menu_right:hover{
	background-image:url(../images/hor_line.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#e3e2e2;
	height:129px;
	width:480px;
	float:right;
	text-align:center;
}*/
