body {
   background-color:                   white;
   background-image:                   url("/images/background.jpg");
   background-repeat:                  no-repeat;
   margin:                             10px;
   color:                              black;
   font-family:                        "arial";
   font-size:                          12px;
   }
.logo {
   position:                           absolute;
   top:                                20px;
   left:                               190px;
   text-align:                         center;
   width:                              70%;
   }
.logo img {
   border:                             0px;
   }
.nav_container {
   position:                           absolute;
   top:                                125px;
   left:                               10px;
   width:                              30%;
   }
.nav a {
   text-decoration:                    none;
   color:                              black;
   }
.nav {
   background-image:                   url("/images/nav/btnStatic.gif");
   background-repeat:                  no-repeat;
   width:                              141px;
   height:                             22px;
   text-align:                         center;
   vertical-align:                     middle;
   font-weight:                        normal;
   margin:                             2px;
   padding-top:                        3px;
   cursor:                             pointer;
   }
.nav:hover {
   background-image:                   url("/images/nav/btnHover.gif");
   font-weight:                        700;
   }
.addr {
   margin:                             2px;
   }
.addr img {
   border:                             0px;
   margin:                             0px;
   padding:                            0px;
   }
.addr div {
   border:                             0px;
   margin:                             0px;
   padding:                            0px;
   background-image:                   url("/images/nav/addrBG.gif");
   background-repeat:                  repeat-y;
   width:                              141px;
   text-align:                         center;
   }
.content {
   position:                           absolute;
   top:                                125px;
   left:                               190px;
   width:                              70%;
   height:                             380px;
   overflow:                           auto;
   padding:                            10px;
   }
hr {
   color:                              #B25959;
   background-color:                   #B25959;
   border:                             0px;
   width:                              80%;
   height:                             1px;
   }
.copyright {
   position:                           absolute;
   bottom:                             0px;
   left:                               190px;
   width:                              70%;
   color:                              #B25959;
   font-size:                          10px;
   text-align:                         center;
   padding-bottom:                     20px;
   }
.copyright a {
   color:                              #6E0000;
   }
.companies li {
   padding-bottom:                     100px;
   }
.links li {
   padding-bottom:                     70px;
   }