

body {
   background-color: #1f1f1f;
   font-family: "Bookman Old Style";
   font-size: 1px;
   color: #7e7e7e;
  background-position: 500px 200px;
  background-repeat: no-repeat;

}



b {
   background-color: transparent;
   font-weight: normal;
   font-family: "Bookman Old Style";
   font-size: 54px;
   color: #7e7e7e;}

h1 {
   background-color: transparent;
   font-weight: normal;
   font-family: "Bookman Old Style";
   font-size: 54px;
   color: #7e7e7e;}

h2 {
   background-color: transparent;
   font-weight: normal;
   font-family: "Bookman Old Style";
   font-size: 30px;
   color: #7e7e7e;}

h3 {
   background-color: transparent;
   font-weight: normal;
   font-family: "Bookman Old Style";
   font-size: 18px;
   color: #7e7e7e;}

h4 {
   font-family: "Bookman Old Style";
   font-weight: normal;
   font-size: 13.5px;
   color: #ffffff;}

h5 {
   background-color: transparent;
   font-family: "Bookman Old Style";
   font-weight: bold;
   font-size: 14px;
   color: #7e7e7e;}



p {

   font-family: "Bookman Old Style";
   font-weight: normal;
   font-size: 13px;
   color: #7e7e7e;}

a.imgalign {
   text-align: center;}

a.onpage {
   font-weight: normal;
   color: #7e7e7e;}

a {
   font-weight: normal;
   color: #7e7e7e;}

a:visited {
   font-weight: normal;
   color: #7e7e7e;
   text-decoration: none;}

a:hover {
   font-weight: normal;
   color: #4a4a4a;
   text-decoration: none;}

a:link {
   font-weight: normal;
   color: #7e7e7e;
   text-decoration: none;}

a:active {
   font-weight: normal;
   color: #4a4a4a;
   text-decoration: none;}




A:link IMG { border: 0px solid #7e7e7e }
A:visited IMG { border: 0px solid #7e7e7e }
A:active IMG { border: 0px solid #4a4a4a }




  #container {
    display: table;
    }

  #row  {
    display: table-row;
    }

  #left, #right, #middle {
    display: table-cell;
    }

