* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
        }

a:link, a:visited {
    text-decoration:none; 
    color: #0B0C2D}
a:hover { 
    color: #666666} 
a:active {
    text-decoration:none; 
    color: #666666}

body {
    background-color: #0A172F;
    text-align: center;
    min-width: 600px;
    }

#wrapper  {
    width:900px;
    margin: 0 auto;
    text-align: left;
    }

#container {
    width: 850px;
    margin: 0px 25px 0px;
    position: absolute;
    padding-top: 15px;
    }

#header{
    width:850px;
    height:159px;
    background-image: url(../images/header.gif);
    background-repeat: no-repeat;
    }

#home{
    width:300px;
    height:150px;
    margin-left:100px;
    }

/*BODY*/

#bodytop{
    margin-top:20px;
    width:850px;
    height:18px;
    background-image: url(../images/bodytop.gif);
    background-repeat: no-repeat;
    }
#main{
    background-color: #FFFFFF;
    width:850px;
    float:left;
    }
#bodycontainer{
    width: 452px;
    padding: 0px 25px 20px;
    float:left;
    margin-bottom: 10px;
    margin-left: -2px;
    border-left: 2px solid #999999;
    text-align: justify;
    }
#bodycontainer a:link, #bodycontainer a:visited{
    text-decoration: none;
    color: #070154;
    }
#bodycontainer a:hover, #bodycontainer a:active{
    text-decoration: none;
    color: #666666;
    }
#bodybottom{
    width:851px;
    height:18px;
    float:left;
    background-image: url(../images/bodybottom.gif);
    background-repeat: no-repeat;
    margin-left:-1px;
    }
#footer{
    float: top;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
    font-family: georgia, serif;
    font-size: 9pt;
    color:#FFFFFF;
    }
.subheading{
    width: 400px;
    height: 30px;
    background-image: url(../images/subtitle.gif);
    padding-left: 40px;
    margin: 30px 0px 15px;
    }
.right{
	float: right;
	padding: 20px 0 20px 20px;
} 
.left{
	float: left;
	padding: 20px 20px 20px 0;
}

/* NAVIGATION BAR */

#navcontainer{
    width: 145px;
    float: left;
    border-right: 2px solid #999999;
    padding: 0px 25px 10px;
    }
#bigbook{
    text-align: center;
    margin: 0 auto 15px auto;
    }
ul#navlist{
    border-top: 2px solid #555555;
    border-bottom: 2px solid #555555;
    list-style: none;
    font-color: #000000;
    font-family: trebuchet, sans-serif;
    font-size: 16px;
    line-height: .6;
    }
ul#navlist li{
    border-top: 1px solid #999999;
    padding-top: 5px;
    height: 25px;
    }
ul#navlist li.home{
    border-top: none;
    }
.minor{
    font-size: 9px;
    font-color: #777777;
    line-height: normal;
    }
#photo{
    width: 145px;
    padding: 25px 0px 0px;
    }
#bigbook2{
    width: 145px;
    min-height: 145px;
    padding-top: 25px;
    text-align: center;
    background-image: url(../images/bigbook2.gif);
    background-repeat: no-repeat;
    }

/* RIGHT BAR */

#rightcontainer{
   width: 150px;
   float: left;
   }
#poster1{
   width: 125px;
   height: 175px;
   padding-top: 5px;
   margin-bottom: 20px;
   background-image: url(../images/poster1.gif);
   background-repeat: no-repeat;
   text-align: center;
   }
#poster2{
   width: 125px;
   height: 215px;
   padding-top: 5px;
   margin-bottom: 20px;
   background-image: url(../images/poster2.gif);
   background-repeat: no-repeat;
   text-align: center;
   }
#poster3{
   width: 135px;
   height: 230px;
   padding-top: 5px;
   margin-bottom: 20px;
   background-image: url(../images/poster3.gif);
   background-repeat: no-repeat;
   text-align: center;
   }
#poster4{
   width: 129px;
   height: 225px;
   padding-top: 7px;
   margin-bottom: 20px;
   background-image: url(../images/poster4.gif);
   background-repeat: no-repeat;
   text-align: center;
   }
#posterpicture{
   margin-bottom:5px;
   margin-top:5px;
   }
#posterwords{
   width: 125px;
   height: 175px;
   margin-left:5px;
   }
.postertext{
    font-size: 8pt;
    font-family: Georgia, serif;
    color: #222222
    }
.whitetext{
    line-height: 1.2;
    color: #FFFFFF;
    font-size: 10pt;
    }

h1 {
    font-family: serif;
    display: none;
    }
h2 {
    font-family: Georgia, serif;
    font-size: 20pt;
    color: #92AE2A;
    text-transform: uppercase;
    font-weight:lighter;
    }
h3 {
    font-family: Georgia, serif;
    font-size: 13pt;
    font-weight: lighter;
    color: #000000;
    display: inline;
    }
h4  {font-family: Georgia, serif;
    font-size: 14pt;
    font-weight: lighter;
    color: #222222;
    display: inline;
    }
h5  {font-family: Georgia, serif;
    font-size: 16pt;
    font-weight: lighter;
    color: #FFFFFF;
    display: inline;
    }
p {
    font-family: Georgia, serif;
    font-size: 10pt;
    color: #222222
    }
blockquote {
    font-family: Georgia, serif;
    font-size: 10pt;
    color: #222222
    }
