﻿.masthead 
{
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0px;
    height: 35px;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    background-color:#A26262;
    font-family: Franklin Gothic Medium, Lucida Bright, Verdana, Arial Black;  
    font-size: x-large;
    text-align: center;
    vertical-align: middle;
    z-index: 4;
}    

.left_nav 
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 650px;
    width: 150px;
    padding-top: 35px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #4B574B;
    z-index: 5;
}

.bottom 
{
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    height: 25px;
    background-color: #EBEBE9;
    font-family: Times New Roman, Arial;
    text-align: center;
    color: gray;
    z-index: 2;
}

.content 
{
    position: absolute;
    padding-top: 100px;
    border: inset 2px grey;
    top: 0px;
    right: 0;
    height: 545px;
    width: 750px;
    text-align: center;
    vertical-align: middle;  
    background-color: #EBEBE9;  
    z-index: 1;
}

.button 
{
    background-color: #4B574B;
    font-family: Tahoma, Lucida Console, Times New Roman;
    width: 150px;
    color: white;
}

.body 
{
    position: relative;
    margin: 0 auto;
    padding-top: 145px;
    top: 0px;
    height: 100%;
    width: 900px;
    text-align: center;
    vertical-align: middle;  
}

.background 
{
    background-image: url('images/bacground.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;

}

.page_content 
{
    text-align: center;
}

.image 
{
    border: groove 3px grey;
    width: auto;
    z-index: 6;
}    
    
.general_text 
{
    font-family: Calibri, Tahoma, Arial, Times New Roman;
    color: Black;
    font-size: medium;
    font-weight: 200;
}    

.fancy_text 
{
    font-family: Papyrus, Comic Sans MS, Geneva;
    font-size: xx-large;
    color: #402533;
}

.modal_background 
{
    background-color: Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modal_popup 
{
    position: absolute;
    background-color: #EBEBE9;
    border: solid 2px black;
    padding: 10px;
    width: 550px;
    height: 400px;
    top: 0px;
    overflow: scroll;
    z-index: 2;
}

.narrow_column 
{
    width: 250px;
    text-align: left;
    padding-left: 10px;
}

.wide_column 
{
    width: 500px;
    text-align: center;
    padding: 10px;
}

.align_left 
{
    text-align: left;
}

.align_center 
{
    text-align: center;
    font-weight: bold;
}
    

