/* CSS Document */

/* ----------------------Document Features------------------------ */

body {
  margin: 10px;
  background-color: #fff;
  color: #000;
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;

}

body a:visited {
  color: blue;
}

.bold {
  font-weight: bold;
}

.tm {
  font-size: 3px;
  position:relative; top: -10px;
}  

#main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 10px;
} 

/* ----------------------Content Column Features------------------------ */

#content {
  width: 725px;
}

#map {
  width:700px; 
  height:420px; 
  float:left;
}  

#pictures {
  position: absolute;
  margin: 440px 280px 0 0;
  border: 2px solid #000;
  width: 700px;
  height: 420px;
}

      #photodiv {
           background-repeat: no-repeat;
           float: left; 
           }
		   
	   img {
            border:0;
}   


/* ----------------------Sidebar Column Features------------------------ */
  
#sidebar {
  position: absolute;
  width: 280px;
  margin-left: 720px;
  margin-top: -15px;
  font-size: 1.3em;
}

