body {
    text-align: center;
    margin: 0px;
    background: url('/images/main_bg.png') top center repeat-y;
}

a {
    color: green;
}

a:hover {
    background: #ffc;
}

img {
    border: none;
}

ul {
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

h3 {
    margin-top: 0px;
    margin-bottom: 5px;
}

#container {
    text-align: left;
    margin: 0px auto;
    width: 816px;
}

#header {
}

#header #logo {
    background: url('/images/header.jpg') no-repeat;
    height: 135px;
    clear: both;
    cursor: pointer;
    cursor: hand;
}

#nav {
    background: url('/images/nav_bg.png') repeat-x;
    height: 38px;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #333;
    text-align: center;
}

#nav li a:hover {
    background: none !important;
    border-bottom: 2px solid #007300;
}

#nav li {
    display: inline;
    list-style-type: none;
    padding: 0px 10px 0px 10px;
    height: 38px;
    
}

#content {
    min-height: 600px;
    padding: 18px;
}


#footer {
    text-align: center;
    color: #999;
    padding: 20px;
    clear: both;
    height: 20px;
    font-size: 0.7em;
}

#homeslideshow {
    height: 200px;  
    width: 750px;
    margin: 0px;
    border: 14px solid #efefef;
    clear:both;
}

.homeslideshowimg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    border: 1px solid #999;
    width:  750px; 
    height: 200px; 
    top: 12px; 
    left: 12px; 
}