/*[fmt]1A20-1A0B-1*/
#main {
  float: left;
}

#sub {
  float: right;
}

#article IMG {
  border: 1px solid #C8CEC1;
  margin: 0 0 1em;
  float: left;
}

#article IMG.article-image {
  float: none;
}

#article .narrow {
  width: 230px;
  float: left;
  clear: left;
}

#article P.image {
  font-style: italic;
}

#article P.image IMG {
  clear: both;
  margin: 0;
}

#article P.image SPAN {
  clear: left;
  display: block;
  font-style: italic;
}

#article P.image-r {
  float: right;
  clear: none;
}

#article P.image-r SPAN {
  clear: left;
  display: block;
  font-style: italic;
}

#article P.image-r IMG {
  clear: both;
  margin: 0;
}

/*@Sidebar navigation styles*/
#sub UL {
  list-style: none;
  margin: 0;
}

#sub UL LI {
  margin: 0;
  padding: 0;
}

#sub UL LI A {
  display: block;
  margin: 0;
  padding: 0.75em 0 0.75em 20px;
  font-style: normal;
  background: url(/images/link-arrow_default.png) no-repeat 5px 14px;
  font-weight: bold;
  border-bottom: 1px solid #DBDED7;
  text-decoration: none;
}

#sub UL LI A:hover {
  background-image: url(/images/link-arrow_over.png);
}

#sub UL LI A:visited {
  background-image: url(/images/link-visited.png);
}

