#content{
/*	width:900px;
	overflow:auto;
	margin:20px auto;
	padding:8px;
	border: 1px solid green;
	background-color: #efefef;*/

	max-width: 960px;
	min-width: 560px;
	margin: 20px auto;
	margin-bottom:20px;
	padding:8px;
	position: relative;
	zoom: 1;

}

#map{
	float:right;
	margin:0;
	border:1px solid green;
	width: 70%; 
	height: 500px;
}

#the_side_bar{
	float:left;
	width: 29%; 
	height: 500px;
	/*border:1px solid green;*/
	background-color: #fff;
}

#the_side_bar h3{
	text-align:left !important;
	font-family:Helvetica;
	background-color: #b5d29c;
	border:0;
	border-left:10px solid orange;
	font-size: 1.2em;
	color:#efefef;
	margin:0;
	padding:3px 5px 0;
}

#the_side_bar ul{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	height: 197px;
	overflow: auto;
	border-left:5px solid orange;
}

#the_side_bar li{
	height:25px;
	list-style-type:none;
}

#the_side_bar a{
	display:block;
	font-family:verdana;
	text-decoration:none;
	border:0;
	/*border-left:5px solid orange;*/
	margin:0px;
	padding:5px;
}

#the_side_bar a, #the_side_bar a:visited{
	font-size:9pt;
	color:#666;
}

#the_side_bar a#new-area, #the_side_bar a#new-area img{
	padding: 0;
	border: 0;
}

.pari{
	background-color:#efefef;
}

.dispari{
	background-color:#fff;
}

#hidden_the_side_bar{
	display:none;
}
