@charset "UTF-8";
#navigate {
    height: 130px;
    width: 100%;
    text-align: center;
    background-color: #69A7EE;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    float: left;
}
#intro {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 1000px;
    width: 100%;
    color: #000000;
}

#copyright {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    height: 94px;
    width: 100%;
    text-align: center;
}
#banner {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 400px;
    width: 100%;
    background-image: url(../images/BellRock.jpeg);
    color: #53599B;
    font-size: 36px;
    background-repeat: no-repeat;
}
#leftcolumn1 {
    float: left;
    height: 50px;
    width: 96%;
    color: #FFFFFF;
}
#leftcolumn2 {
    height: 461px;
    width: 100%;
    color: #000000;
    float: left;
    font-size: 14px;
}
#leftcolumn3 {
    float: left;
    height: 300px;
    width: 17%;
    color: #FFFFFF;
}
