* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    background: url(images/body-bg.png) repeat-x top #001b32;
    
}


h1 { font-size: 2.1em; margin-bottom: 0.8em; text-align: center; color: #949494; }
h2 { font-size: 3em; margin-bottom: 0.7em; text-align: center; color: #91350d; text-transform: capitalize;   }
h3 { font-size: 1.4em; margin-bottom: 0.5em; text-align: left; color: #656565;}
h4 { font-size: 1.3em; margin-bottom: 0.5em; text-align: left; color: #91350d; text-decoration: underline; }

b {
    color: #ab790d;
}

a {
    color: orange;
    
}

a:hover, a:active {
    color:red;
}

a:visited {
    color: brown;
}


div#page-wrap {
    width: 850px;
    margin: 0 auto;
}





ul#waterers {
    padding-left: 30px;
    
}

ul#waterers li {
    font-size: 1.2em;
    line-height: 1em;
    color: #d8d8d8;
}




div#footer a {
    color: #a4a4a4;
    font-weight: bold;
    text-decoration: none;
    
}

div#footer a:hover, a:active {
    color: #001b32;
}


div#footer {
    background: #e8e8e8;
    padding: 10px 0 10px 0;
    border-top: 2px solid #a9a8a8;
    float: left;
    margin-top: 40px;
    width: 100%;
    
}



div#footer p {
    font-size: 1.1em;
    line-height: 1.3em;
    text-align: center;
}

div#main-content {
    padding-top: 75px;
    padding-bottom: 100px;

}

div#main-content div#copy {
        float: left;
        width: 850px;
    }
    
div#main-content div#copy p {
        color: #fff;
        font-size: 1.2em;
        line-height: 1.5em;
        margin-bottom: 1.5em;
    }
    
.center {
        text-align: center;
    }
    
.slash {
    color: #999;
}

.clear {
    clear: both;
}

.fencing {    
    border: 1px solid white; float: none; margin-bottom: 30px;
}

