html, body, #wrapper { 
	background-color: #ccff99; 
	background-repeat: no-repeat; 
	height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center; 
    }
    
#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      height: 100%;
      width: 100%;
   } 
   
.main { border: solid 1px #74597f; }

.pics img { border: solid 1px #0c800c; }

#credit { background-color: #ccf; background-image: url(../images/water_mark.gif); background-repeat: no-repeat; background-position: right bottom; }

.white {
	background-color: #ffffff;
	opacity: .8;
	filter: alpha(opacity=80);
	}
	
.green { background-color: #d9fcc8; opacity: .8; filter: alpha(opacity=80); }
	
.none {
	position: relative;
	}
	   
.content { background-color: white; background-repeat: no-repeat; background-position: right top; }

#package table { background-color: #9f6; margin-bottom: 3px; border: double 3px #363; }
#package td { color: green; font-size: 14px; font-family: times, arial; font-weight: bold; }

#map { background-color: white; border: solid thin green; }
#map a:link, #map a:active, #map a:visited { color: gray; font-size: 11px; font-weight: normal; line-height: 15px; }

p { color: #666; font-size: 12px; }

h1 { font-size: 13px; font-family: times; }

h2 { color: #0c800c; font-size: 16px; font-family: times, helvetica; }

h3 { font-size: 15px; font-family: times; }

td { color: #522352; font-size: 11px; font-family: verdana; }
a:link, a:visited, a:active { color: #669; font-size: 13px; font-family: verdana; font-weight: bold; line-height: 22px; text-decoration: none; }

a:hover { color: #369f44; font-size: 13px; font-family: verdana; font-weight: bold; line-height: 22px; text-decoration: none; }

