* {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

body, html {
    background-color: #666;
}

img {
    border: 0;
}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#nav ul li {
    float: left;
    height: 55px;
}

#nav ul li a {
    display: block;
}

#about, #about:active {
    background-image:url(../images/about.gif);
    width: 98px;
    height: 55px;
    overflow: hidden;
    background-position: 0 0;
}

#services, #services:active {
    background-image:url(../images/services.gif);
    width: 93px;
    height: 55px;
    overflow: hidden;
    background-position: 0 0;
}

#gallery, #gallery {
    background-image:url(../images/photogallery.gif);
    width: 121px;
    height: 55px;
    overflow: hidden;
    background-position: 0 0;
}

#home, #home:active {
    background-image:url(../images/home.gif);
    width: 130px;
    height: 55px;
    overflow: hidden;
    background-position: 0 0;
}

#contact, #contact:active {
    background-image:url(../images/contact.gif);
    width: 277px;
    height: 54px;
    overflow: hidden;
    background-position: 0 0;
}

#contact:hover {
    background-position: 0 -54px;
}

#location, #location:active {
    background-image:url(../images/location.gif);
    width: 277px;
    height: 55px;
    overflow: hidden;
    background-position: 0 0;
}

#location:hover {
    background-position: 0 -55px;
}

#nav ul li a:hover {
    background-position: 0 -55px;
}

#top {
    background-color: #333;
    width: 100%;
}

#top-content {
    width: 844px;
    margin: 0 auto;
}

#ltop {
    width: 277px;
    float: left;
}

#ltop a {
    display: block;

}

#flash {
    width: 566px;
    float: left;
}

.clearfix {
    clear: both;
}

#bottom {
    background-image:url(../images/botback.gif);
    font-family: "Geneva", "Lucida Grande", Arial, "MS Sans-serif";
    font-size: 14px;
    width: 880px;
    margin: 0 auto;
    color: #666;
}

hr {
    background-color: #999;
    border: 0;
    height: 1px;
    width: 480px;
}

#bottom-primary {
    
}

#lbottom {
    width: 506px;
    padding: 25px 0 0 60px;
    width: 506px;
    float: left;
}

#rbottom {
    width: 295px;
    padding: 25px 0 0 0;
    float: left;
    text-align: center;
}  

.subtitle {
    font-size: 24px;
    line-height: 1.2; 
    color: #000;
}

#footer {
    font-size: 12px;
    width: 771px;
    margin: 0 auto;
    text-align: center;
}

a, a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
}

#rbottom a  {
    color: #000;
    line-height: 2;
    font-size: 13px;
}

.tfield {
    padding: 2px;
    border: 1px solid #666;
}

#footer a, #footer a:active {
    color: #666;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    text-decoration: underline;
}