h1, h2, h3 {
 text-align: center;
}
h1, h3{
 margin: 0;
 padding: 0;
}
h1 {
 font-size: 3em;
}

div.centerit {
 margin-right: auto;
 margin-left: auto;
 min-width: 8em;
}
table.grouper {
 text-align: center;
 width: 100%;
 height: 7em;
 <--! border-top: medium groove; -->
 <--! border-bottom: medium groove; -->
}

dl#features {
 margin: 1em 0 0 0;
 padding: 0;
 width: 656px;
}
dl#features dt, dl#features dd {
 margin: 0;
 padding: 0;
}
dl#features dd {
 margin-bottom: .125em;
 margin-left: 11em;
 text-align: left;
}
dl#features dt {
 float: left;
 font-weight: bold;
 width: 11em;
}
dl#features dt:hover, dt.dthover {
 text-decoration: underline;
 font-style: italic;
}

body {
 margin: 0em;
 padding: 0em;
 background-image: url('images/IMG_20130110_001926_scaled.jpg');
 background-repeat: no-repeat;
}

#header {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 max-width: 800px;
}

#overlay {
 
 margin: 60px 0px 0px 0px;
 padding-left: 1em;
 padding-right: 1em;
 border: 0px solid black;
 background: rgba(255, 255, 255, .7);
}

div.container {
 overflow: none;
 width=100%;
 height=100%;
}
#navbar {
 float: left;
 font: 1em 'Lucida Grande', Verdana, sans-serif;
 min-width: 160px;
 min-height: 600px;
}
.hbar {
 list-style-type: none;
 align: center;
 margin: .5em;
 padding: .125em;
}
.hbar li {
 background: #ddd;
 margin: .125em;
 padding .125em .625em;
 border-left: .0625em solid #fff;
 border-top: .0625em solid #fff;
 border-right: .0625em solid #aaa;
 border-bottom: .0625em solid #666;
 min-width: 8em;
 text-align: center;
}
.hbar a, .hbar div {
 display: block;
 padding: .125em 1.25em;
 text-decoration: none;
}
.hbar li a:link {color: #000;}
.hbar li a:visited {color: #222;}
.hbar li a:hover {color: #f00; background: #eee;}
.hbar li a:active {color:#222;}

#content {
 margin-left: 160px;
 padding: 1em;
 max-width: 640px;
}

#footer {
 clear:both;
 float:center;
 width:100%;
 text-align: center;
 font-size: .75em;
 padding-bottom: 0;
}

div.gallery
  {
  margin:2px;
  border:1px solid #000000;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.gallery img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.gallery a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:140px;
  margin:2px;
  }