body{
        background: #eeeeee; /* Old browsers */
        background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
        font-family: Georgia,serif;
        line-height: 16pt;
}
h1{font-size: 16pt;font-weight: 100;padding:0;margin:0;}
h2{font-size: 12pt;font-weight: 100;padding:0;margin:0;margin-top:20px;padding-left:20px;padding-right:0px;}
p{padding:0; font-size: 12pt;}
hr{border: 0; height: 2px; background: #fff;}
#wrapper{
    width:100%;
    height:100%;
}
#header{
    height:160px;
    position: absolute;
    width:960px;
    left:50%;
    margin-left:-480px;
}
#contentContainer{
    position: absolute;
    width:958px;
    height:auto;
    left:50%;
    margin-left:-480px;
    top:168px;
    border: 5px solid #fff;
    background: #7f0000; /* Old browsers */
    background: -moz-linear-gradient(top, #7f0000 0%, #660000 44%, #660000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7f0000 0%,#660000 44%,#660000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7f0000 0%,#660000 44%,#660000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0000', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 2px 3px 10px 3px rgba(0,0,0,0.5),inset 2px 2px 10px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 3px 10px 3px rgba(0,0,0,0.5),inset 2px 2px 10px 3px rgba(0,0,0,0.3);
    box-shadow: 2px 3px 10px 3px rgba(0,0,0,0.5),inset 2px 2px 10px 3px rgba(0,0,0,0.3);
}
#contentContainer div{display: inline-block}
nav{
    position: absolute;
    top: 20px;
    margin-left:30px;
    width:160px;
    margin-left:20px;
}
nav ul{
    padding:0px;
    margin:0px;
}
nav ul li{
            margin-top: 20px;
            margin-bottom: 20px;
            list-style: none;
            padding-left: 30px;
            text-align: right;
}
nav a{
    text-decoration:
    none;color:antiquewhite;}
nav a:hover{color:darkgray;}
nav ul li img{margin-right:10px}
#main{
    margin-top: 20px;
    margin-left:210px;
    width:740px;
    color:antiquewhite;

}
#underNav{text-align: right;color:antiquewhite;}
#underNav a{color:dodgerblue;}
#underNav a:hover{color:darkgray;}
#mainImg{text-align: center;}
#mainImg div{margin-bottom: 20px;}
#mainImg img{
        margin:8px;
        border: 5px solid #fff;
        -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.3);
        box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.3);
}
#topImg{
        background-image: url("../_img/Shape%201.png");
        width:61px;
        height:53px;
        margin-left:100px;
}
#footer{margin-left:20px;margin-bottom:5px;color: antiquewhite;font-size: 10pt;}