﻿body {
    margin-top:0px;
    margin-left:0px;
    margin-bottom:0px;
    width:100%;
    height:100%;
}
#header{
    width:100%;
    height:150px;
    text-align:center;
    z-index:2;
}
#headerText {
    position:absolute;
    width:100%;
    max-height:150px;
    height:150px;
    overflow:hidden;
    min-height:150px;

}
#slideshowdiv{
    margin-top:3px;
    margin-left:auto;
    margin-right:auto;
    min-width:600px;
    max-width:600px;
    max-height:340px;
    height:338px;
    border:solid 1px #212121;
    border-left:none;
    border-top:none;
    overflow:hidden;
    
}
#textContainer{
    width:800px;
    max-width:800px;
    min-height:800px;
    min-height:500px;
    margin-left:auto;
    margin-right:auto;
    z-index:5;
    padding:10px;
    
}

#footer{
    position:relative;
    width:600px;
    max-width:600px;
    height:60px;
    margin-left:auto;
    margin-right:auto;
    padding-top:5px;
    margin-top:-60px;
    z-index:-1;
}
#links{
    width:100%;
    height:30px;
    max-height:30px;
    min-height:30px;
    z-index:4;
    text-align:center;
    vertical-align:middle;
}
#titleImage{
    margin-top:-100px;
}
#linkText{
    width:100%;
    text-align:center;
    position:absolute;
    margin-top:5px;
    min-width:400px;
}
#slideIndDiv{
    position:absolute;
    text-align:right;
    overflow:hidden;
    width:600px;
    overflow:hidden;
    margin-top:315px;
    text-align:right;
}

.slideInd{
    margin-right:5px;
    cursor:pointer;
}

.slideImg{
    float:left;
    width:600px;
}

#slideshowContainer{
    width:10000px;
}

#footerContent{
    margin-top:40px;
    text-align:center;
    z-index:6;
}
img:link{
    text-decoration:none;
    border:none;
}
img:visited{
    text-decoration:none;
    border:none;
}

.linkDiv{
    margin-left:auto;
    margin-right:auto;
    margin-left:15px;
}

.hidden{
    visibility:hidden;
}