body {
    background-image: url(images/background.jpg);
    font-family: Verdana;
    margin: auto;
    text-align: center;
}
a, a:visited {
    text-decoration: none; color:inherit;
}
hr{
color:lightgrey;
width:70%;
}
.GreyBlue, .GreyBlue a {
    text-decoration:none;
    color: Grey;
    font-family: Serif;
    font-style: oblique;
    font-weight: bold;
    text-shadow: -1px 1px SteelBlue;
}
.menu{
    text-decoration:none;
    color: Grey;
    font-family: Serif;
    font-style: oblique;
    font-weight: bold;
    text-shadow: -1px 1px SteelBlue;
}
.thumb {
    float:left;
    position:relative;
}
.thumb img {
    border:1px solid lightgrey;
    vertical-align:bottom;
}
.thumb span {
    position:absolute;
    visibility:hidden;
    top:-4em;
    left:15em;
    width:80%;
}
.thumb:hover {
    border:0;
    z-index:1;
}
.thumb:hover span {
    visibility:visible;
}
#cntntmidinner a {
    background-color: white;
    color:black;
}
#cntntmidinner{
    background-color: white;
    color:black;
    border: 1px solid lightgrey;
    border-radius: 1em 1em 1em 1em;
    padding: 0 1em 1em;
}
#contentinner {
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 1em 1em 1em 1em;
    margin: 0 1em;
    padding: 1em;
}
#contentinner img, #gallery img {
    border-radius: 1em 1em 1em 1em;
}
#contentinner ul {
    margin: 0 0 0 0.5em;
    padding: 0.2em;
}
#contentinner ul ul {
    margin: 0 0 0 0.5em;
    padding: 0.1em;
}
#contentleft {
    float: left;
    position: relative;
    width: 25%;
}
#contentmid {
    float: left;
    position: relative;
    width: 50%;
}
#contentright {
    float: right;
    position: relative;
    width: 25%;
}
#contentspacer {
    clear: both;
    min-height: 7em;
}
#fencelogo {
}
#footcontainer {
    bottom: 0;
    display: block;
    height: 6.4em;
    margin: auto;
    opacity: 100;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100;
}
#footcontainerinner {
    background-image: url(images/background.jpg);
    height: 6.4em;
    margin: auto;
    min-width: 754px;
    text-align: center;
    width: 81.2%;
}
#footer {
    margin: auto;
    text-align: center;
    width: 100%;
}
#hdrgtleft {
    float: right;
    width: 33.3%;
}
#hdrgtleftpic1 {
    border-radius: 1em 0 0 0;
}
#hdrgtleftpic2 {
    border-radius: 0 0 0 1em;
}
#hdrgtmid {
    float: right;
    width: 33.3%;
}
#hdrgtmidpic {
    border-radius: 1em 0 0 0;
}
#hdrgtright {
    float: right;
    width: 33.3%;
}
#hdrgtrightpic {
    border-radius: 0 1em 1em 0;
}
#headerleft {
    float: left;
    width: 50%;
}
#headerright {
    float: right;
    padding-top: 1em;
    width: 50%;
}
#headertop {
    width: 100%;
}
#logoleft {
    float: left;
    width: 65%;
}
#logoright {
    float: right;
    font-weight: bold;
    padding-right: 1em;
    text-align: right;
    text-shadow: 1px 1px grey;
    width: 30%;
}
#mainbody {
    background: none repeat scroll 0 0 white;
    border: 7px solid SteelBlue;
    margin: auto;
    min-width: 740px;
    position: relative;
    top: 1em;
    width: 80%;
}
#maincontent {
    background: none repeat scroll 0 0 WhiteSmoke;
    border-top: 7px solid SteelBlue;
    clear: both;
    font-size: 90%;
    padding: 1em 0;
    text-align: justify;
}
#mainheader {
    padding: 1em;
}
#menu {
    background-color: white;
    background-image: url(images/menuback.png);
    border-bottom: 7px solid SteelBlue;
    border-left: 7px solid SteelBlue;
    border-right: 7px solid SteelBlue;
    clear:both;
    height: 35px;
    margin: 0;
    padding: 0;
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu ul li {
    display: inline;
    margin: 0;
    padding-left: 1em;
}
#menu ul li a {
    color: #044463;
    font-size: 14px;
    font-weight: bold;
    font-style:normal;
    text-decoration: none;
    text-shadow:none;
}
#menucontainer {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#motto {
    background-color: white;
    background: url(images/mottoback.png);
    background-repeat:repeat-x;
    border-left: 7px solid SteelBlue;
    border-right: 7px solid SteelBlue;
    height: 15px;
    margin: 0;
    padding: 0.5em 0;
}
#sawtoothlogo {
    color: #33CD66;
    font-size: xx-large;
    font-weight: bold;
    text-shadow: -2px 2px GreenYellow;
}
#sawtoothpic {
    border-radius: 1em 1em 1em 1em;
}
