body { background-color: #333333; }

#outer {border: none;
     background-color: #333333;
     padding: 100px; }

#logo {border: none;
     background-color: #333333;
     padding: 15px;
     margin-left: auto;
     margin-right: auto;
     width: 75%; 
     text-align: center; }

#nav {border: solid 2px #666666;
     background-color: #333333;
     padding: 10px;
     margin-left: auto;
     margin-right: auto;
     width: 400px;
     text-align: center;}

#subright { border: none;
     background color: #333333;
     position: absolute;
     width: 850px;
     left: 55px;
     top: 10px; }
     
#subleft { border: none;
     background color: #333333;
     position: absolute;
     left: 20px;
     top: 20px;
     width: 150px;
     padding: 10px; }

#innersub { border: none;
     background-color: #333333;
     background-image: url(http://www.lunaseabooks.com/deckled_background.gif);
     background-repeat: no-repeat;
     background-position: top right;
     float: right;
     padding: 10px;
     margin-right: 25px;
     margin-top: 10px;
     margin-bottom: 0px;
     width: 650px; }

p { margin: 0px;
     padding: 5px;
     font: 14px Trebuchet MS;
     color: #FFFFCC; }

p.small { 
     font: 12px Trebuchet MS;  }

#header { font: bold 30px Trebuchet MS;
     color: #FFFFCC;
     border: solid 2px #666666;
     padding: 10px;
     margin-top: 20px;     
     margin-bottom: 0px;
     margin-right: 25px;
     float: right;
     width: 650px;
     color: #FFFFCC;
     background-color: #333333;
     background-image: url(http://www.lunaseabooks.com/headerpages.jpg);
     background-repeat: no-repeat;
           }
h1 {  }

#sidebar { float: right;
     border: 2px solid #333333;
     color: #FFFFCC;
     background-color: #663333;
     width: 200px;
     height: 250px;
     margin: 10px;
     padding: 10px;
     text-align: center; }

#navsub { 
    float: right;
     width: 300px;
     border: none;  }

#footer {
     background-color: #333333;
     width: 650px;
     border: 2px solid #666666;
     color: #FFFFCC;
     float: right;
     padding: 10px;
     margin-top: 10px;
     margin-right: 25px;
     margin-bottom: 20px;
     text-align: center; }

a { color: #FFFFCC; 
     font: bold 12px Trebuchet MS;
     text-decoration: none; }

a:hover { color: #99CC99; }

h3 { font: bold 15px Trebuchet MS;
     color: #FFFFCC;
     }

