body {
     background: white;
     font-family: Trebuchet, sans-serif;
}

a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #00563c;
}

#bannerhead {
   font-family: Georgia, serif;
   position: absolute:
   left: 10px;	
   right: 10px;
   background-image: url(images/scouts-australia80.png);
   background-repeat: no-repeat;
   background-position: top left;
   height: 80px;
   padding-left: 54px;
   background-color: #00563c;
   border-bottom: 0pt;
   margin-top: 0pt;
}

#bannerhead h1 {
   color: #00563c;
   background-color: white;
   font-size: 55px;
   margin: 0px;
   margin-top: 0pt;
}

#contact {
   margin: 0px;
   padding-right: 1em;
   text-align: right;
   background-color: white;
   border: 1px solid black;
}


#links {
   float: left;
   width: 200px;
   border: 1px solid black;
   margin-top: 10px;
}

#links ul {
  list-style: none;
  padding-left: 1em;
  margin-left: 0pt;
}

#links #here {
  background-color: #00563c;
  color: white;
  font-weight: bold;
}


#main {
      font-size: smaller; 
      padding-left: 1em;
      padding-right: 1em;
      margin-left: 199px;
      margin-top: 5px;
}

#main .photo img {
      width: 300px;
      margin-top: 10px;
      margin-bottom: 10px;
}

div p {
      margin-top: 0pt;
}


#times {
       width: 200px;
}

#times h2 {
       text-align: center;
}

#times dt {
       background-color: #00563c;
       color: white;
       padding-left: 0.5em;
}



.rightphoto {
       float: right;
       width: 200px;
       margin: 5px;
       border: 1px solid black;
}

.centrephoto span, .leftphoto span, .rightphoto span {
       display: block;
       text-align: center;
}

.centrephoto img, .leftphoto img, .rightphoto img {
       width: 100%;
}

.leftphoto {
       float: left;
       width: 200px;
       margin: 5px;
       border: 1px solid black;
}

.centrephoto {
       margin-left: auto;
       margin-right: auto;
       width: 200px;
       border: 1px solid black;
}



