h2 {
  font-size: 18px; }

#left_column {
  width: 110px;
  float: left;
  margin: 7px 10px 20px 15px; }

#mainContent {
  padding: 0;
  width: 740px; }

#right_column {
  margin: 10px 30px 10px 20px;
  width: 360px;
  float: right; }
  #right_column .newsItem {
    margin: 5px 5px 30px 0; }
    #right_column .newsItem .date {
      color: #888;
      font-size: 80%; }
    #right_column .newsItem .newsTitle {
      margin: 2px 0 2px 0; }
      #right_column .newsItem .newsTitle a {
        color: #444;
        font-size: 130%;
        text-decoration: none; }
        #right_column .newsItem .newsTitle a:hover {
          color: #3c8ec8; }
    #right_column .newsItem .newsCategories {
      color: #333;
      margin: -7px 0 2px 0; }
      #right_column .newsItem .newsCategories a {
        color: #3c8ec8;
        text-decoration: none; }
        #right_column .newsItem .newsCategories a:hover {
          color: #333; }
    #right_column .newsItem .newsBody {
      color: #575757;
      size: 90%;
      text-align: justify; }

body.index #blackHeader #menuButtons a.home, body.links #blackHeader #menuButtons a.home {
  color: #3c8ec8; }

body.about #mainContent, body.links #mainContent {
  padding: 10px 20px;
  width: 701px; }
body.about h1, body.links h1 {
  color: #444;
  font-size: 125%;
  margin-bottom: 4px; }

body.about #blackHeader #menuButtons a.about {
  color: #3c8ec8; }

body.index #right_column {
  width: 515px; }
body.index .grabHandle {
  color: #333;
  background-image: url('../images/white50.png');
  padding: 5px;
  cursor: move;
  margin-left: 9px; }

body.links a {
  color: #3c8ec8;
  text-decoration: none; }
  body.links a:hover {
    color: #333; }

body.showreel #showreelFrame {
  height: 480px;
  width: 662px;
  margin: 78px auto 0 auto;
  background: url("../images/film-frame.png"); }
  body.showreel #showreelFrame #videoPane {
    height: 400px; }
    body.showreel #showreelFrame #videoPane object {
      margin: 44px 0 0 16px; }
  body.showreel #showreelFrame #button1 {
    float: left;
    background: url("../images/button1.png");
    width: 215px;
    height: 44px;
    overflow: hidden;
    margin-left: 10px; }
  body.showreel #showreelFrame a#button2 {
    text-indent: -2000px;
    margin-top: 1px;
    float: left;
    background: url("../images/button2.png");
    width: 213px;
    height: 44px;
    overflow: hidden; }
    body.showreel #showreelFrame a#button2:hover {
      background-position: 0 -44px; }
  body.showreel #showreelFrame a#button3 {
    margin-top: 1px;
    text-indent: -2000px;
    float: left;
    background: url("../images/button3.png");
    width: 216px;
    height: 44px;
    overflow: hidden; }
    body.showreel #showreelFrame a#button3:hover {
      background-position: 0 -44px; }
