body {
    margin: 0 auto;
    padding: 0;
    color:#FAF8C6;
    font-family:'Comic Sans MS';
}

#bgpic{
    width:100%;
    height:100%;
    position:fixed;
    z-index:-10;
}
#stretch{
    width:100%;
    height:100%;
    position:fixed;
}


/******************************************************
Slide Panel
******************************************************/

#slidediv{
    width:100%;
    z-index:10;
}

#slide_content_area {
    margin:auto;
    width:75%;
    background-color:#827839;
    background-color:#625C38;
    background-color:#30361C;
    background-color:#25281A;
    border-bottom:solid 5px black;
    border-left:solid 5px black;
    border-right:solid 5px black;
    padding:25px;
    padding-top:225px;
    min-width: 800px;
}

#visible_slide_area{
    border-bottom:solid 5px black;
    height:175px;
    background-color:#254117;
    background-color:#30361C;
    position:fixed;
    width:100%;
    min-width:800px;
}

.slide_button{
    background-color:#FBB117;
    background-image: url("./images/panel/up.png");
    background-position:50%;
    background-repeat:no-repeat;
    display:block;
    color:white;
    width: 100%;
    height: 25px;
    top:180px;
    position:fixed;
}
.slide_button2 {
    background-color:#FBB117;
    background-image: url("./images/panel/down.png");
    background-position:50%;
    background-repeat:no-repeat;
    display:block;
    color:white;
    width: 100%;
    height: 25px;
    top:180px;
    position:fixed;
}
.slide_button:hover, .slide_button2:hover{
    background-color:#9F1417;
}
.active {
    background-image:url("./images/panel/down.png");
}

/***********************************************************************************************************************/
a{
    color:white;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}

#main img{
    border:2px solid #FAF8C6;
    margin:10px;
}
#links{
    margin:auto;
    width:75%;
    min-width:600px;
}
#links a{
    width:13%;
    margin:auto;
    display:block;
    text-align:center;
    float:left;
    color:#FBB117;
    color:white;
    text-decoration:none;
    margin-bottom:0;
    height:30px;
    font-size:large;
    min-width:100px;

}
#links a:hover{
    color:#FBB117;
}
#links .slide{
    color:#9F1417;
}

#logo{
    width:180px;
    float:left;
    position:fixed;
    text-align:center;
}
#logo img{
    border:none;
}

#header h1{
    font-size:35pt;
    text-align:center;
    font-variant: small-caps;
    font-weight:bold;
    margin-top:0;
    padding-top:50px;
}

h3{
    color:#FBB117;
}

.testimonials li{
    margin-top:15px;
}

.rightpic{
    float:right;
}
.leftpic{
    float:left;
}
.middlepic{
    text-align:center;
}
hr{
    width:50%;
    border-color:#FBB117;
    border-color:#9F1417;
}

