@charset "utf-8";

#page_wrapper {
  background: white url('../img/content_bg1.gif') top left repeat-y;
}

#menu_bar {
  background: white url('../img/menu_bg1.gif') bottom left no-repeat;
}

#left_side {
  float: left;
  width: 540px;
}

#right_side {
  float: right;
  width: 180px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding:4px;
  border: 1px solid #425227;
  background: url('../img/bar.png') top right no-repeat;
}

#right_side p {
  margin-top:5px;
  margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

