
html { height: 100% }       
body { height: 100%; margin: 5px; padding: 0 }    
#map_canvas
                {
                                width:722px;
                                height:469px;
                                margin:5px auto 0px auto;
		    				           border: 1px solid #888; 
		  
                }
div#container 
	{ 
		width: 722px; 
		margin: 5px auto;
        font-family: arial;
	}  

 /* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and 
display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
   /* float:right;*/
	margin: 0px 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .45em .8em .45em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
 
 /* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.float_right{
	float:right;
	}
	
.float_left{
float: left;
}

#pic {
  width: 300px;
  height: 130px;
  padding: 5px;
}
 
#pic p {
	margin: 0;
	text-align: center;
	font-family: arial;
	font-size : small;
}

 
#pic img {
  /*display: block;*/
  width: 150px;
  height: 100px;
  float: right;
  margin: 1px 1px 10px 10px;
  border:1px solid black;
  }
  
hr {
  border-top: 1px #dcdcdc;
  background-color:#dcdcdc;height:1px;border:0px;
  }

.category{
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #606060;
}


