/**********/
/* Direvo */
/**********/

body {
  /*margin-top: 0px;*/
}

#banner {
  /*height: 150px;*/
  background-image: url('../images/banner-subpage.jpg');
  background-repeat: no-repeat;
}

#sidebar {
  width: 154px;
  margin-top: 35px;
  margin-right: 22px;
  background-image: url('../images/sidebar-subpage.jpg');
  background-repeat: no-repeat;
  border-top: 1px solid #9e9e9e;
  text-align: right;
}
#sidebar ul {
  width: 154px;
  display: block;
  font-size: 11px;
  color: #0472ad;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#sidebar li {
  margin-bottom: 12px;
  margin-right: 8px;
}
.title {
  padding: 0px;
  padding-top: 12px;
  padding-right: 8px;  
  padding-bottom: 12px;
  text-align: right;
  font-style: italic;
  font-weight: bold;
}

#main {
  width: 530px;
  margin-top: 31px;
}