html {
  height: 100%;
}

body { 
  font-family: sans-serif, serif;
  margin: 0;
  padding: 0;
  background: #99CCFF url(sky.png) repeat-x scroll;
  color: #FFFFCC;
  text-align: center;
  height: 100%;
  /*border: 2px solid yellow;*/
}

img {
border: 0;
}

#main {
  width: 700px;
  min-height: 100%;
  height: auto;
  margin: 0 auto;
  /*border-right: 2px dotted #F5F5F5;*/ /* right border */
  /*border-left: 2px dotted #F5F5F5;*/ /* left border */
  text-align: center;
}

#heading {
  width: 99%;
  height: 70px;
  margin: 0 auto;
  /*border: 2px solid #F5F5F5;*/
  /*border-bottom: 2px dotted #F5F5F5;  menu top border */
}

#heading h3 {
  display: inline;
  vertical-align: middle;
  font-style: italic;
  padding: 10%;
}

a.menu
{
font-size: .8em;
padding: 0 2em;
}

a.menu:link { color: black; text-decoration: none }
a.menu:active { color: red; text-decoration: none }
a.menu:visited { color: black; text-decoration: none }
a.menu:hover { color: #F5F5F5; text-decoration: none; background: transparent}

a.current:link { color: #F5F5F5; text-decoration: none }
a.current:active { color: red; text-decoration: none }
a.current:visited { color: #F5F5F5; text-decoration: none }
a.current:hover { color: #F5F5F5; text-decoration: none; background: transparent}


#content {
  width: 99%;
  min-height: 65%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9em;
  /*border: 2px solid #F5F5F5;*/
  /*border-top: 2px dotted #F5F5F5;  menu bottom border */
  /*border-bottom: 2px dotted #F5F5F5;  content bottom border */
}

#address {
  float: left;
  width: 40%;
  margin: 0 auto;
  padding: 0.5em;
  text-align: left;
  font-size: 0.7em;
  /*color: #FFFFCC;*/
  /*border: 1px solid #F5F5F5;*/
  clear: both;
}

.ad {
  float: left;
  width: 14%;
  margin: 0 auto;
  padding: 0.5em;
  /*border: 1px solid #F5F5F5;*/
}

a:link { color: blue; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: #FFFF00; text-decoration: none }
a:hover { color: #666666; text-decoration: none; background: #FFFFCC }
