body {
    padding: 3px 0 0 0;
    margin: 0;
    font: 14px Verdana, Arial, Helvetica, Tahoma, sans-serif;
    background: #383838;
    color: #807d76;
}

a {
    color: #858381;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
}

a:hover {
    color: #56544f;
}

#mmenu, #footer {
    text-align: center;
}

#mmenu {
    margin: 0;
    padding: 0;
    border-top: 1px solid #474746;
    border-bottom: 1px solid #474746;
    height: 30px;
    background-color: #353535;
}

#mmenu li {
    display: inline-block;
    list-style-type: none;
    padding: 3px 0;
    margin: 0;
}

#mmenu a {
    text-decoration: none;
    display: block;
    height: 44px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    color: #515151;
    font-size: 9px;
    line-height: 68px;
}

#mmenu a:active {
    text-decoration: none;
    color: #56544f;
}

#mmenu .gallery { margin-left: 90px; }

#mmenu .contact { margin-left: 85px; }

#mmenu .home a {
  background-image: url(home.gif);
}

#mmenu .home a:hover {
  background-image: url(home-hover.gif);
}

#mmenu .home a:active,
#mmenu .home .active {
  background-image: url(home-active.gif)!important;
}

#mmenu .gallery a {
  background-image: url(gallery.gif);
}

#mmenu .gallery a:hover {
  background-image: url(gallery-hover.gif);
}

#mmenu .gallery a:active,
#mmenu .gallery .active {
  background-image: url(gallery-active.gif)!important;
}

#mmenu .contact a {
  background-image: url(contact.gif);
}

#mmenu .contact a:hover {
  background-image: url(contact-hover.gif);
}

#mmenu .contact a:active,
#mmenu .contact .active {
  background-image: url(contact-active.gif)!important;
}

#mmenu .active a {
    text-decoration: none;
    color: #56544f;
}

#footer {
    width: 100%;
    bottom: 2px;
    position: fixed;
    border-top: 1px solid #474746;
    border-bottom: 1px solid #474746;
    background: #353535;
    height: 17px;
    font-size: 11px;
    line-height: 18px;
    color: #6e716a;
}

.content {
    width: 600px;
    margin: 80px auto 0 auto;
}

.content-contact p {
    margin: 7px 0;
}

.content-gallery {
    margin: 30px 0 0;
    min-width: 600px;
    width: auto;
    height: 500px;
}

.content h1 { font-size: 1em; font-weight: normal; margin: 0; padding: 0; 
    text-align: center; }
    
.content a:hover { color: #609ead; }