body {
  background:#000 url(../images/body.jpg) no-repeat 50% 0;
  color: black;
  font: 14px tahoma;
  margin:0
}

img { border:0; margin: 4px; float: none;}
a {
  color: black;
  outline:0
}
a:hover { text-decoration: none; color: #a7260a;
}

#wrapper {
  margin:0 auto;
  width: 1100px;
}
#header { height: 400px; }
#menu {
  background-image:url(../images/menu.png);
  background-repeat: no-repeat;
  height:51px;
  margin:0px;
  padding:2px 0 0;
  font: tahoma;
}
#menu ul {
  list-style:none;
  margin: 12px 0 0 0;
  padding:0;
  width: 1100px;
}
#menu li {
  display:inline;
  float:left;
  text-align:center;
  border: none;
}
#menu li:hover {}
#menu .first { }
#menu .first:hover {}
#menu .last {  }
#menu .last:hover {  }
#menu a {
  color: black;
  font:20px microsoft sans serif, arial;
  text-decoration:none;
}
#menu a:hover {
  color: #fbde81;
  font:20px microsoft sans serif, arial;
  text-decoration:none;
}
* html #menu a:hover {   }


#container_t { background:url(../images/container-t.png) no-repeat 50% 0; border: 0px;}
#container_m { background:url(../images/container-m.png) repeat-y 50% 0; border: 0px; margin-top: -5px; }
#container_b {
  background:url(../images/container-b.png) no-repeat;
  background-color: transperent;
  overflow:hidden;
  padding: 14px 0 0;
  width:100%;
  max-height: 2460px;
  border: 0px;
}

#content {
  display:block;
  margin-left:20px;
  overflow:hidden;
  padding:0px;
  width: 1050px;
  min-height: 600px;
}
#content h1, #content h2, #content h3 {
  color:black;
  font:24px/36px verdana;
  font-weight: bold;
  height:40px;
  margin:0;
  padding-left:30px
}

#content #info {
  background:url(../images/info.png);
  height:42px;
  margin:0 0 5px;
  padding:0 7px
}
#content #info form {
  color:#fff;
  float:right;
  font:bold 10px/21px arial
}
#content #info form a {
  color:#fff;
  text-decoration:none
}
#content #info form a:hover { text-decoration:underline }
#content #info div {
  color:#7d7d7d;
  font:10px/15px tahoma;
  padding:23px 0 0
}
#content #info div b {
  color:#939393;
  font:bold 11px/15px tahoma
}

#content .article {
  background: transperent;
  border-bottom: 0px solid black;
  margin:0 0px 15px;
  padding:0 0 1px;
  position:relative;
  font-family: Century;
}

#content .article h3 a:hover {text-decoration: none;}
#content .article h3 a {text-decoration: none;}

#content .article, #content .article h3 { font-weight: normal; }
#content .article { padding-right: 120px; }
#content .article .content { padding:10px 17px 10px; }
#content .article .panel {
  color: black;
  font:11px/15px tahoma;
  height:54px;
  padding:6px 35px 0 10px;
  position:absolute;
  right:0;
  top:50px
}
#content .article .panel a {
  color: black;
  font-weight:bold;
  text-decoration:none
}
#content .article .panel a:hover { text-decoration: underline }
#content .article .panel .close {
  background:url(../images/article-panel-close.png);
  height:12px;
  position:absolute;
  right:5px;
  top:5px;
  width:12px
}
#content .article .date {
  color: black;
  font: 14px arial;
  padding-right:25px;
  position:absolute;
  right:0;
  text-align:right;
  top:5px;
  width:140px
}
#content .article .more {
  padding: 0px;
  text-align: right;
  margin-bottom: 10px;
}
#content .article .more a {
  color: black;
  display:inline-block;
  font:16px arial;
  height: 20px;
  margin:2px;
  text-decoration:none;
  width:74px;
  border: 1px solid black;
  border-radius: 5px;
  padding: 2px;
}
#content .article .more a:hover { color: #a7260a; border: 1px solid #a7260a; border-radius: 5px; }
#content .navigation {
  margin:0 auto 15px;
  padding:2px 0 19px;
  text-align:center;
  width:378px
}
/*#content .navigation a, #content .navigation span {
  color: black;
  display:inline-block;
  font:16px arial;
  margin:0 10px;
  text-align:center;
  text-decoration:none;
  width:130px
}
#content .navigation a:hover { color: #a7260a; }*/

.navigation a { text-decoration: none; }
    .navigation a, .navigation span { border: 1px solid black; font-weight: bold; padding: 0 8px; height: 32px; line-height: 32px; }
    .navigation a, .navigation span.nav_ext { color: black; }
      .navigation a:hover { color: #a7260a; }
      .navigation span { background-color: #a7260a; color: black; }

#footer {
  background:url(../images/footer.png) no-repeat;
  clear:both;
  color:black;
  font:14px/50px tahoma;
  height: 55px;
  margin-top:-20px;
  margin-bottom: -10px;
  text-align:center;
  padding-top: 14px;
}

span.email a {color: black; font-size: font:14px/50px tahoma; text-decoration: none; }
span.email a:hover {color: black; font-size: font:14px/50px tahoma; text-decoration: underline; }
span.email a:visited {color: black; font-size: font:14px/50px tahoma; text-decoration: none; }