﻿  body, html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Tahoma;
  text-align: center;
  background-color: #000000;
}

P {
  margin:0px;
}

h1 {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
}

h2 {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
h3 {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#header {
  height: 144px;
  width: 994px
}

#container {

  width: 994px;
  height: auto !important; /* real browsers */;
  height:100%;
  margin: auto;
  position: relative;
}

#logo {
  position: absolute;
  top:60px;
  left: 0px;
  width: 300px;
  height: 47px;
  z-index: 0;
}

#logo_redone {
  position: absolute;
  top: 14px;
  right: 0px;
  width: 200px;
  height: 86px;
  z-index: 0;
  color: #B3A59E;
  font-family: Tahoma;
  font-size: 11px; 
  text-transform:uppercase 
}

#bodyhome {
  position: auto;
  margin-top:26px; 
  width: 994px; 
  height: 350px;
  padding-bottom: 20px;
}

.bodytext {

  color: #FFFFFF;
  font-family: Tahoma;
  font-size: 11px; 
  padding-top:0px 

}
.bodytext a {
  color: #B99765;
  font-weight: normal;
  text-decoration: none;

}

.bodytext a:hover {

  color: #991111;
  
}

#mainmenus {
  position: absolute;
  top: 112px;
  left: 0px;
  width: 994px;
  height: 30px;
  z-index: 0;
  color: #FFFFFF;
  font-family: Tahoma;
  font-size: 11px; 
  text-transform:uppercase;
  border-top:3px solid #747071; 
  padding-top:8px; 
  
}

#mainmenus a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;

}

#mainmenus a:hover {

    color: #991111;
  
}

.specialmenus{

  color: #5F6062;
  font-family: Tahoma;
  font-size: 11px; 
  text-transform:uppercase;
}

.specialmenus a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.specialmenus a:hover {
   color: #991111;
}

#footer {
  background-position: right top;
  position: auto;
  bottom: 0px;
  left: 0px;
  width: 994px;
  height: 230px;
  background-image: url('images/footer_grey.gif');
  background-repeat: no-repeat;
  overflow: hidden;
}

#footerline{
  position: auto;  
  float: left;
  width: 994px;
  height: 7px;
  z-index: 0;
  border-bottom:7px 
  solid #747071; 
}