
body{
  margin-top:18px;
  margin-left:18px;
/*   background-image: url(gridbg.gif); */ 
  font-size:12px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #222;
}
p{
  margin-bottom: 18px;
}

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}
h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;
}
h3 { 
  font-size: 12px; 
  line-height: 18px; 
  font-weight:bold;
}
ul, 
ol { 
  margin-bottom: 18px; 
  margin-left: 1em;
}
ul{
  list-style-type:square;
}
div{
  margin-bottom:18px;
}
a{
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
div#content{
	width:500px;
}
div#bookmarks{
  position:absolute;
  top: 396px;
  left:540px;
}
div#bookmarks ul{
  list-style-type:none;
}
div#map{
  position:absolute;
  top:24px;
  left:540px;
}
