html, body { 
  margin:0; 
  padding:0; 
  height: 100%;
}

body { 
  color:#333; 
  font:16px/24px Helvetica, Tahoma, "Trebuchet MS", Verdana, FreeSans, Arial, Geneva, sans-serif;
  background-color: #fff;
  background: url(/images/wallpaper.jpg) 0 0 #fff;
}

a { color:blue; text-decoration:none; }
a:hover{text-decoration:underline;}
a:visited{color: blue;}

div, p, ul, h1, h2, h3, h4, h5, img, form, label {
  padding:0; margin:0;
}

p {
  margin: 0 10px 20px 10px;
}

div.center2 {
  text-align: center;
}

h2,h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  display:block;
  color:#606;
  font-style: italic;
  font-weight: bold;
}

h2 {
  text-align: center;
  font-size:170%;
  margin: 10px 0 10px 0;
  line-height: 120%;
}

h3 {
  font-size:100%;
  line-height: 120%;
  margin-left: 10px;
}

ul {
  list-style-type:none;
  display: block;
  margin-bottom: 5px;
}

li {
  background: url(/images/bullet.png) left 5px no-repeat;
  padding-left: 17px;
  margin-left: 10px;
}

div#main {
  position: relative;
  margin: 0 auto;
  width: 990px;
  background:url(/images/background.jpg) 0 0 repeat-y #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #aaa;

  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:99.9%; /* real browsers */
}

div#overlay, div#transparency {
  margin: 0 auto;
  width: 800px;
  height: 650px;
  padding: 5px;
}

div#overlay {
  position: relative;
  margin-top: 40px;
  background-color: transparent;
}

div#transparency {
  position: absolute;
  top: 40px;
  left: 91px;
  opacity:.8;
  border-radius:10px;
  -moz-border-radius:10px;
  -khtml-border-radius:10px;
  box-shadow: 1px 1px 8px #000;
  -moz-box-shadow: 1px 1px 8px #000;
  -khtml-box-shadow: 1px 1px 8px #000;
  background-color: #dcd;
}

div#header {
  font-size: 100%;
  line-height: 80px;
  
  clear: both;
  padding: 0 10px 0 10px;
  background:url(/images/gradient.png) 0 0 repeat-x #2e8c68;
  color: #fff;
  border-radius:10px;
  -moz-border-radius:10px;
  -khtml-border-radius:10px;
}

span#header1 {
  background:url(/images/header.png) 0 0 no-repeat #2e8c68;
  width: 80px;
  display: block;
  float: left;
}

span#header2 {
  background:url(/images/header.png) -92px 0 no-repeat #2e8c68;
  width: 100px;
  display: block;
  float: right;
}

div#header strong {
  float: right;
}

img#logo {
  vertical-align:-20%;
  margin-left: 20px;
}

div#nav {
  color: #fff;
  position: absolute;
  margin: 0 0 10px 0;
  width: 800px;
  top: -37px;
}


div#copyright a, div#nav a {
  display: block;
  float: right;
  margin-left: 10px;
  padding: 0 10px 0 10px;
  font-weight: bold;
}


div#nav a {
  color: #fff;
  background-color: #989;
  line-height: 36px;
  border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;
  -khtml-border-radius: 10px 0px 10px 0px;
}

div#nav a:hover, div#nav a.selected {
  background-color: #666;
}

div#copyright {
  padding: 2px 0 2px 5px;
  background-color: #989;
  color: #fff;
  border-radius:10px;
  -moz-border-radius:10px;
  -khtml-border-radius:10px;

  width: 98%;
  position: absolute;
  bottom: 5px;
  font-size: 80%;
  font-weight: bold;
}

div#copyright a {
  color: #606;
}

div.center {
  width: 520px;
  text-align: center;
}

div#ratebox {
  width: 160px;
  margin: auto;
  padding: 10px 20px;
  background-color: #989;
  text-align: left;
  font-size: 120%;
  color: #fff;
  border-radius:10px;
  -moz-border-radius:10px;
  -khtml-border-radius:10px;
}

div#ratebox h3 {
  font-family: Helvetica, Tahoma, "Trebuchet MS", Arial, Geneva, sans-serif;
  text-align: center;
}

div#ratebox small {
  font-size: 60%;
}

div#picCntnr {
  position: absolute;
  padding:10px;
  background-color: #000;
  top:0px;
  left:200px;
  border-radius:10px;
  -moz-border-radius:10px;
  -khtml-border-radius:10px;
}

div#picCntnr a {
  color: #fff;
}

div.floatImg {
  float: right; 
  margin: 0 10px 0 5px;
}

div.address {
  text-align: center; width: 500px; margin: auto;
}

img.map {
  border: 2px solid #ddd;
}

img.map:hover {
  border: 2px solid #999;
  -moz-box-shadow: 1px 1px 8px #000;
  -khtml-box-shadow: 1px 1px 8px #000;
  box-shadow: 1px 1px 8px #000;
}

