body {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  line-height: 1.0 em;
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #11242B;
  background: #ffffff;
}
a , a:visited{
   color: #2D6073;
   text-decoration: underline;
}
a:hover {
  color: #FF3300;
}

#top_img {
  background: url(../images/header_img.png) no-repeat;
  width: 500px;
  height: 150px


}
#header_fon {
  width: 100%;
  height: 180px;
  background: url(../images/header_fon.jpg) repeat-x;
}
#top_menu {
  width: 100%;
  height: 40px;
  font-family: Impact; font-size: 22px; font-style: oblique;
  color: #85ADD6;
  padding-top: 5px;
  background: url(../images/menu_fon.jpg) repeat-x;
}
#top_menu a {
    color: #85ADD6;
    text-decoration: none;
    font-family: Impact; font-size: 22px;
}
#top_menu a:hover, a#active_menu-nav {
    color: #FF3300;
    text-decoration: none;
    font-family: Impact; font-size: 22px;
}
#left {
  padding-left: 30px;
  padding-right: 30px;
}

#left h3 {
    color: #FF3300;
    padding-left: 10px;
    text-decoration: none;
    font-family: Impact; font-size: 16px;
    font-weight: 100;
}
.contentpagetitle {
font-family: Impact; font-size: 16px;
}
.moduletable {
padding-left: 10px;
background: url(../images/left_fon.png) repeat-x;
}
.moduletable_menu {
padding-left: 10px;
background: url(../images/left_fon.png) repeat-x;
}
#content {
  padding-left: 10px;
  padding-right: 30px;
  padding-top: 10px;
  
}
.componentheading {
  font-size: 18px;
  color: #85ADD6;
  font-family: Impact;
  text-decoration: underline;
}
#footer {
  background-color: #FFE789;
  margin-top: 10px;
}






