html{
	background:#eeffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 11px;
}

body{
    margin: 10px;
    text-align:left;
	font-size: 11px;
   }

a{
	color: #6633FF;
	text-decoration: none;
	border-bottom: 1px dotted #6633FF;
}
       
h1{
            font-size: 18px;
   }
   
h2{
            font-size: 14px;
			color: #6633FF;
   }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#map, #map_canvas{
  height: 425px;
  width: 525px;
  border: 2px dashed #6633FF;
  font-size: 11px;
}

#map p {
	font-size:12px;
}

#mapsearch {
  width : 400px;
  margin : 10px;
  padding : 4px;
  border : 1px dashed #6633FF;
}

#side_bar {
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	background-image : url(grapes.png);
	font-weight : bolder;
}
#side_bar a {
	font-weight: 700px;
	color: #fffff;
}
#side_bar p {
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0
}

.title{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 16px;
   font-style: bolder;
   color: #6633FF;
   }



