body {
  background: #000000 url( /clients/layouts/biz/pics/body_bg.png ) repeat-x top left;
  color: #ffffff;
  font-family: Courier, monospace;
  text-transform: uppercase;
  margin-top: 16px;
}
h1 {
  font-family: Courier, monospace;
}

body.leftcol #content { margin: 0 16px 0 366px; }
body.rightcol #content { margin: 0 366px 0 16px; }
body.twocol #content { margin: 0 366px 0 366px; }
body.nocol #content { margin: 0 16px 0 16px; }

a {
  color: #4444ff;
  background-color: #111111;
}
a:visited {
  color: #ff00ff;
}

a:hover {
  color: transparent;
}

#page {
  width: 1080px;
  margin: 0 auto 0 auto;
  background-color: transparent;
}
  #top-bar {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    height: 200px;
    background: #ffffff url( no-repeat ) repeat top left;
    display: none;
}
  #menu {
  }
    #menu ul li.active_link a {
      text-decoration: none;
    }
    #menu ul li a {
      color: #4444ff;
      text-transform: uppercase;
      font-family: Courier, monospace;
      margin: 0 28px 0 28px;
      font-size: 9px;
      font-weight: normal;
}
    #menu ul li a:hover {
      background-position: 12px 13px !important;
      color: transparent;
    }
    #menu ul li ul li a:hover { background-position: 12px 9px !important; }
    #menu ul li ul {
      z-index: 25;
      height: auto;
    }
    #menu ul li ul .clearli {
      line-height: 1px;
      min-height: 1px;
      height: 1px !important;
    }
  #columns {
    background-image: url( );
  }
  #content {
    padding-top: 16px;
  }
  #right-bar, #left-bar {
    width: 366px;
    padding-top: 16px;
  }
    .box {
      width: 350px;
      border: none;
      padding-bottom: 20px;
      margin-top: 16px;
    }
    .box .header {
      background: transparent;
      padding: 0;
    }
    .box .content {
      background: transparent;
    }
    .box5 .content {
      font-size: 9px;
    }
    .bannerlist .box {
      background-image: url( ) !important;
    }
  #footer {
    text-align: right;
    padding: 0 16px;
    display: none;
}
  #copyright, #copyright a {
    line-height: 24px;
    color: #aaaaaa;
    font-size: 12px;
    font-weight:bold;
  }
#content h1 {
}
#content h2 {
}
#left-bar, #right-bar {
}
#left-bar h1, #right-bar h1 {
  font-weight: normal;
      margin: 0;
}

#blogCommentForm input, #blogCommentForm textarea {
  font-family: Courier, monospace;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}

body.frontpage .blogposts h1:before { content: 'Title: '; }