* {

       text-decoration: none;
   }


#background {  background-image:url('images/background.jpg');  background-position: top center;  width: 1170px;  background-repeat: repeat-y;  background-attachment: scroll;  margin-left: auto;  margin-right: auto;
  
}

body {
/*  background-image:url('images/background.jpg');
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: top center; */
  background-color: #000000;
      margin: 0px;
    padding:0px;
       text-decoration: none;
       color:#CACBD4;
font-family: arial;
font-size: 12px;
  }
  
td, table, tr, span, li, p, div, textarea, DIV {
color:#CACBD4;
font-family: arial;
font-size: 12px; 
font-weight:normal; 
font-decoration:none; 
font-style:normal;

margin-left: 0px;
margin-right: 0px;
text-decoration: none;
} 
/*
b { color: #9B1315; }
u { color: #9B1315; }
i { color: #9B1315; 
}*/
a:link {color: #900406;
font-size: 12px;
font-weight: none;
text-decoration: none;
}
a:visited {color: #900406;
font-size: 12px;
font-weight: none;
text-decoration: none;
}
a:hover {color: #BD1200;
font-size: 12px;
font-weight: none;
text-decoration: none;
}
a:active {color: #900406;
font-size: 12px;
font-weight: none;
text-decoration: none;
}

#header {
  background-position: top center;
  width: 1170px;
  height: 410px;
  margin-left: auto;
  margin-right: auto;
}

#content {
  background-position: top center;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;   
  padding-left: 10px;
  padding-right: 10px;
   
}

#footer 
{
  background-position: bottom center;
  background-image:url('images/footer.jpg');
  width: 1170px;
  height: 123px;
  margin-left: auto;
  margin-right: auto;
 }
 
.border1 {border:2px solid #210302; padding:5px; }

h1 {
font-size: 16px;
color:#9f131a;

} 
h2 {
font-size: 14px;
color:#9f131a;

} 


