body {
    font-family: Georgia,"Times New Roman",Times,serif;
    background-color: #141414;
    color: rgb(255, 255, 255);
    opacity: .9;
    word-spacing: 0.5px;
}

body:hover {
    opacity: 1.0;
}

#main {
    text-align: center;
    position: relative;
    top: 0;
    margin: auto;
    background-image: url("images/page_images/background.jpg");
    width: 1000px;
    height: 700px;
    border-radius: 8px;
    box-shadow: 0 0 70px black inset;
}

.chalkboard_look {
    border: 5px solid #FFC966;
    font-family: "chalk", Garamond;
    background-image: url("images/page_images/chalkboard.jpg");
    height: 330px;
    width: 305px;
}

small {
    font-size: 10px;
}

ul {
    margin-right: 25px;
}

#list_bar {
    background-image: url("images/front_page/wood.jpg");
    box-shadow: 0 0 100px 10px black inset;
    color: white;
    border: 3px solid black;
    height: 35px;
    margin-bottom: 30px;
    margin-top: 35px;
    padding-top: 55px;
    width: 955px;
    z-index: 2;
}

#map_canvas {
    margin: 20px auto auto auto;
    border: 5px solid white;
    width: 233px;
    height: 167px;
}

.span_list:hover {
    color: black;
}

#border_image {
    text-align: center;
    margin: auto auto auto auto;
    background-image: url("images/page_images/border-image.jpg");
    width: 1117px;
    height: 710px;
    box-shadow: 0 0 50px black inset;
    border-radius: 10px;
}

#title {
    background-color: #371B0E;
    border: 3px solid #FAFAD2;
    color: #FAFAD2;
    float: left;
    font-size: 36pt;
    margin: 15px 0 0 40px;
    padding: 0 20px 0 10px;
    text-shadow: 0.03em 0.03em 0.04em black;
}

.span_list {
    position: relative;
    font-size: 180%;
    display: inline;
    font-family: 'Lobster', cursive;
    color: rgb(250, 250, 210);
    text-shadow: .5em .5em .5em black;
    top: 0px;
    left: -60px;
    margin-left: 35px;
}

#top_list {
    width: 100%;
    border-radius: 3px;
    display: block;
    float: left;
}

#contentDescript {
    padding-top: 20px;
    margin: auto auto auto auto;
}

#img-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: auto;
}

#imagecon {
    left: 150px;
    background-color: #371B0E;
}

#textcon {
    left: 490px;
}

.textContent {
    position: absolute;
    text-shadow: black 0.08em 0.08em 0.99em;
    width: 340px;
    top: 170px;
    font-size: 12px;
    height: 432px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px 6px #371B0E;
}

.change_box {
    text-shadow: black 0.05em 0.05em 0.05em;
    color: black;
    font-size: 18pt;
}

#green_bluff {
    width: 100px;
    position: absolute;
    right: 40px;
}

#cng_member {
    width: 100px;
    position: absolute;
    right: 360px;
}

.rotating-img {
    display: none;
    margin: auto;
    padding-top: 0px;
    border: 30px solid black;
    box-shadow: 0 0 50px #371B0E inset;
}

@font-face {
    font-family: "chalk";
    src: local("chalk"), url(images/page_images/chalkdustextended.ttf) format("truetype"); /* non-IE */;
}

#copyright {
    margin-left: 38%;
    font-size: 7pt;
    color: white;
}
