body
{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Verdana,Arial,sans-serif;
  background: #f5f5f5 url(/images/body.png) repeat-x;
  color: #555;
}
a
{
  outline: none;
}
a img
{
  border: 0;
}
.link_info
{
  font-size: 8px;
  font-style: italic;
}
div#header
{
  margin: 0;
  padding: 0;
  background: #000;
}
#site_container
{
  padding: 0;
  margin: 10px auto;
  width:94%;
}
.arrow
{
  height: 13px;
  float: right;
}
#section
{
  font-size: 16px;
  margin: 0 0 10px 2px;
  font-weight: bold;
  color: #fff;
}
#footer
{
  text-align: center;
  font-size: 8px;
  margin: 8px 0 0 0;
}
#footer a
{
  font-size: 14px;
  color: #6D805B;
}
#nav
{
  border: 2px solid #6D805B;
  overflow:hidden;
  background: #fff;
  position: relative;
}
ul#sections
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#sections li
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#sections li a
{
  text-decoration: none;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  color: #555;
  background: #fff;
  padding: 18px 10px 25px 10px;
  font-weight:bold;
  height: 11px;
}
.section_items
{
  position: absolute;
  top: 0;
  margin-left: 100%; 
  width: 100%;
}
.section_items ul
{
  margin: 0;
  padding: 0;
}
.section_items ul li
{
  list-style-type:none;
  margin:0;
  padding:0;
}
.section_items ul li a
{
  text-decoration: none;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  color: #555;
  background: #fff;
  padding: 18px 10px 25px 10px;
  font-weight:bold;
  /*height: 11px;*/
}
div.item_body
{
  font-size: 14px;
  background: #fff;
}
div.body
{
  padding: 20px;
}
.right
{
  float: right;
}
.left
{
  float: left;
}
.clear
{
  clear: both;
}
