body {
   font-family: arial,helvetica,sans-serif;
   font-size: 11px;
   text-align: center;
   background-color: #B8A2AD;
   background-image: url(images/bg.jpg);
   } 
a {
   color: #FF80B8;
   text-decoration: underline;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   font-weight: bold;
   }

#container
{
margin-left: auto;
margin-right: auto;
width: 825px;
text-align: left;
margin-bottom: 10px;
padding-bottom: 10px;
}
#banner { 
  width: 800px;
  height: 120px;
  font-family: Times New Roman, Times, sans-serif; 
  font-size: 48px;
  color: #fff; 
  background-color: #000;
  background-image: url(images/header_back.jpg);
  font-weight: normal;
  }
#logo { 
  width: 100px;
  float: left;
  margin-top: 12px;
  margin-left: 10px;
}
#company { 
  width: 620px;
  text-align: right;
  margin-top: 12px;
  margin-right: 12px;
  }

#company p{
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  text-align: right;
  }

#linkbar {   
   width: 800px; 
   height: 20px;
   background-color: #000; 
   border-top: 2px solid #fff;
   border-bottom: 2px solid #fff;
  }

#linkbar a:link { 
    font-family: Andale Mono,sans-serif; 
    font-size: 10px; 
    color: #fff; 
    font-weight: normal; 
    text-transform: uppercase; 
    text-decoration: none; 
    letter-spacing: 0.1em; 
    background-color: #000;
    padding-left: 15px;
    }

#linkbar a:visited { 
    font-family: Andale Mono,sans-serif; 
    font-size: 10px;
    color: #fff; 
    font-weight: normal; 
    text-transform: uppercase;
    text-decoration: none; 
    letter-spacing: 0.1em; 
    background-color: #000;
    padding-left: 15px;
    }
#linkbar a:active { 
    font-family: Andale Mono,sans-serif; 
    font-size: 10px;
    color: #993366; 
    font-weight: normal; 
    text-transform: uppercase;
    text-decoration: none; 
    letter-spacing: 0.1em; 
    background-color: #000;
    padding-left: 15px;
    }
  
#linkbar a:hover {
    text-decoration: underline; 
    }
  
#main {
  width: 800px;
  color: #fff; 
  background-color: #000;
  text-align: center;
  }

#main_text {
  width: 400px;
  }

#main_text h1{
    font-family: arial,helvetica,sans-serif;  
    text-align: justify;
    font-weight: normal;
    font-size: 11px; 
    }
    
#main_text h2{
    font-family: arial,helvetica,sans-serif;
    color: #993366; 
    text-align: justify;
    font-size: 11px; 
    text-align: center;
    font-weight: bold;
    }


