body { 
       background-color: #7d3950;
       text-align: center;  /* Required to center <div class="page"> in IE.*/
       }

h1 { 
     font-size: 1.2em;
     color: #621735;
     padding: 0px;
     margin: 0px;
     }

p { 
    padding: 7px 7px 20px 7px;
    margin: 0px;
    }

.page { 
        background-color: #621735;
        border: 1px solid black;
        width: 760px;
        margin: 30px auto 30px auto; /* Centers <div class="page"> for firefox.*/
        text-align: left; /* Required to return alignment of remaining components to original left. */
        }

.header {
          position: relative;
          top: 5px;
          left: 9px;
          background-image: url("images/headerbar.gif");
          background-color: #621735;
          height: 111px;
          width: 740px;
          }
.navbar { 
          position: relative;
          top: 78px;
          right: 10px;
          width: 100%;
          text-align: right;
          }

.title { 
         font-size: 1.5em;
         font-weight: bold;
         font-family: sans serif;
         color: #e1b651;
         text-align: center;
         width: 100%;
         }

.main { 
        position: relative;
        left: 9px;
        background-color: #eee4e7;
        width: 720px !important; /*FireFox Width*/
        width: 740px;
        border: 1px solid black;
        padding: 10px 10px 10px 10px;
        text-align: left;
        }


.footer { 
          color: white;
          font-size: .8em;
          padding: 5px 0px 5px 0px;
          text-align: center;
          }
