@import "template_base.css";
@import "navigation.css";
@import "jquery.fancybox.css";
@import "common.css";

#content {
  margin:20px;
  font-size:1em;
  border-bottom:1px solid #C5CED4;
}

#content img {
  float:right;
}

#content .highlight {
  font-size:1.3em;
  font-weight:bold;
  border-bottom:1px solid #C5CED4;
  padding:0px 0 10px 0px;
}

.twocol {
  width:100%;
  overflow:hidden;
  padding:0px 0 23px;
  background:url("/images/bg-visual.gif") repeat-x 0 100%;
}
.twocol img {
  border:1px solid #CECDCD;
}
.twocol p {
  margin:9px 0 0 5px;
  line-height:18px;
  font-size:1em;
}
.more {
  background:transparent url(/images/arrow_home.gif) no-repeat scroll center right;
  text-decoration:none;
  line-height:24px;
  margin:0px 0 5px 5px;
  padding:0 15px 0 0;
  font-size:1.2em;
}
.more:hover {
  text-decoration:underline;
}
.twocol .box{
  background:url(/images/bg-box.gif) repeat-x;
  margin:0 0 36px;
  padding:7px 0 0 7px;
}
.lcol{
  width:367px;
  padding:0 15px 0 19px;
  float:left;
}
.rcol{
  width:367px;
  padding:0 17px 0 15px;
  float:right;
}
