/* Add-On style sheet for pages with 3 column layout (rightblock) */

/* Right area */
#right {
  margin: 0px; padding: 0px;
  width: 227px;
  float: right;
}

/* Top border image */
#righttopborder {
  height: 18px; width: 100%;
  background-image: url('../images/rightblocktop.gif');
}

/* Bottom border image */
#rightbottomborder {
  height: 19px; width: 100%;
  background-image: url('../images/rightblockbottom.gif');
}

/* Right block content */
#rightcontent {
  height: 390px;
  margin: 0px; padding: 0px;
  padding-left: 15px; padding-right: 15px;
  background-image: url('../images/rightblockbg.gif');
  color: #656565;
}


/* Main content area */
#content {
  margin-top: 8px;
  padding-left: 15px;
  width: 312px;
  float: left;
}

