.body {
   MARGIN: 5px;
   BACKGROUND-IMAGE: url('background1.jpg');
   BACKGROUND-REPEAT: repeat;
   FONT-FAMILY:"Tahoma", serif
}
#header {
   width: 100%;
   text-align: center;
   font-weight: bold;
   font-size: 18px
}
#container {
   margin: 0 auto;
   width: 800px
}
.content {
   float: left;
   width: 510px;
   text-align: justify;
   padding: 0 30px 0 30px;
   font-size: 15px
}
#main_content {
   margin: 0 auto;
   width: 100%;
   background: #FFFFFF
}
.content h2 {
   margin-top: 0px;
   font-size: 18px;
   font-weight: bold;
   color: #A40008
}
.content p {
   font-size: 15px;
}
.content a {
   font-size: 15px;
   color: #A40008;
}
.content h1 {
   margin-top: 0px;
   font-size: 22px;
   font-weight: bold;
   color: #A40008
}
.left-image{
   float: left;
   border: #8C8484 1px solid;
}
.right-menu {
   width: 139px;
   float: right;
   padding: 0 20px 0 20px;
   border-left: #8C8484 1px solid;
   font-size: 12px
}
.right-menu_title {
   font-size: 18px;
   font-weight: bold;
   color: #A40008
}
.right-menu ul {
   margin: 0;
   padding: 10px 0 20px 15px
}
.right-menu-image{
   float:left;
   clear:left
}
.footer{
   font-size: 10px;
   color:#000000;
   text-align: right
}
.footer a {
   color: #A40008;
   font-weight: bold;
   text-decoration: none
}
.right-menu a {
   color: #A40008;
   font-weight: bold;
   text-decoration: none
}
a:hover {
   color: #A40008;
   font-weight: bold;
   text-decoration: underline
}
