body {
    font-family:  tahoma, Arial, Helvetica, sans-serif;
    background: #333333;
    padding:0px;
    margin:0px;
  }
a:link {
    text-decoration:none;
    }
a:visited {
    text-decoration:none;
    }
a:hover {
    text-decoration:underline;
    }
a img {
    border-width:0;
    }    
    
p {
  margin: 0px 0px 1em 0px;
  padding: 0;
}


/* -- Header ----------------------------------------------- */
#header {
  height: 112px;
  margin: 0 auto 0 auto; 
  background: #000000 url(../images/tour-grad.gif) repeat-x bottom;
  }

/* -- Page Structure -------------------------------- */
    
#content {
  width: 700px;
  margin: 31px auto;
  text-align: center;
  }
    
#content-left {
  float: left;
  color: #dbd0b9;
  padding:  0 34px 0 0;
  border-right: 1px solid #99c52b;
  }
  
#content-right {
  width: 360px;
  float: left;
  text-align: left;
  font-size: 12pt;
  font-weight: normal;
  color: #dbd0b9;
  padding:  0 0 0 33px;
  }
  
#footer {
  height: 31px;
  text-align: center;
  margin: 0 auto 0 auto;
  color: #dbd0b9;
  font-size: 12pt;
  font-weight: normal;
}
    
/* -- Headings ------------------------------------- */
    
h2, h3, h4 {
	margin: 0;
	font: 16pt/18pt "Gill Sans", Arial, Helvetica, sans-serif;
	color: #58a6ea;
	padding-bottom: 1em; 
	}
    
/* -- Main ----------------------------------------- */
    
#footer a:link {
    color: #58a6ea;
      }
      
#footer a:visited {
    color: #58a6ea;
      }
      
#footer a:hover {
    color: #58a6ea;
      }
    
.postcard img {
    border: 1px solid #a59f8e;
    border-right: 2px solid #a59f8e;
    border-bottom: 2px solid #a59f8e;
    padding: 10px;
    background-color: #f8eede;
    position:relative;
    font: 9px/11px tahoma,lucida grande;
    color:#999999;
    }
