  * {
    margin:0;
    padding:0;
  }

  A:link { text-decoration: none; color: #aa0000;}
	A:visited { text-decoration: none; color: #aa0000;}
	A:hover { text-decoration: none; color: #ff0000;}
  
	BODY {
    margin: 0;
    padding: 0;
    font-size: 10pt;
    font-family: Tahoma, Arial, sans-serif;
    color: #ffffff;
    background: #000000;
    text-align: center;
  }
  
  TD {
    font-size: 10pt;
    font-family: Tahoma, Arial, sans-serif;
    color: #ffffff;
    text-align: justify; 
  }
  
  H3 {
    color: #cc0000;
    font-size: 20px;
  }
  
  H4 {
    color: #cc0000;
    font-size: 16px;
  }
  
  HR {
    color: #660000;
    background-color: #660000;
    height: 2px;
    border: 1px;
  }
  
  #pane {
    width: 970px;
    text-align: left;
    background: #000000;
  }
    
  #header {
    position: relative;
    float: left;
    width: 970px;
    height: 280px;
    background: url(http://www.anightofhorror.com/images/2011_page_banner_web.jpg) no-repeat;
    text-align: left;
  }
  
  #nav_box {
    position: relative;
    float: left;
    width: 970px;
    height: 280px;
  }
  
  #nav_bar_wrap {
    position: relative;
    float: left;
    height: 26px;
    line-height: 26px;
    color: #cc0000;
  }
  
  #nav_bar {
    position: relative;
    float: none;
    margin-top: 252px;
    margin-left: 55px;
  }
  
  #social_wrap {
    position: relative;
    float: right;
    height: 24px;
    color: #cc0000;
  }
  
  #social {
      margin-top: 253px;
    margin-right: 55px;
  
  }
  
  #quote {
    position: absolute;
    top: 5px;
    left: 5px;
  }
  
  #mid_page {
    position: relative;
    float: left;
    width: 970px;
    background: url(http://www.anightofhorror.com/images/ribbon_vertical.jpg) repeat-y;
    z-index: 0;
    padding-bottom: 25px;
  }
  
  #mid_page_top {
    position: relative;
    float: left;
    width: 970px;
    height: 22px;
    background: url(http://www.anightofhorror.com/images/ribbon_left_top_inner.jpg) no-repeat;
    background-position: top left;
    z-index: 1;
  }
   
  #content_wrap {
    position: relative;
    float: left;
  }
  
  #content {
    width: 660px;
    height: 800px;
    margin-left: 40px;
    text-align: justify;
  }
  
  html>body #content
  {
    height: auto;
    min-height: 800px;
  }
  
  .news_item {
    border-bottom: solid 2px #660000; 
    padding-bottom: 50px;
    margin-bottom: 25px;
  }
  
  .last_news_item {
    padding-bottom: 50px;
  }
  
  .clearer {
    clear:both;
    height: 1px;
  }
  
  #footer {
    float: left;
    position: relative;
    width: 970px;
    background: url(http://www.anightofhorror.com/images/ribbon_vertical.jpg) repeat-y;
    background-position: bottom right;
    text-align: center;
    padding-bottom: 25px;
  }
  
  #footer_top {
    float: left;
    position: relative;
    width: 970px;
    height: 22px;
    background: url(http://www.anightofhorror.com/images/ribbon_right_bottom_inner.jpg) no-repeat;
    background-position: top right;
    z-index: 1;
  }
  
  #footer_mid_wrap {
    float: left;
    position: relative;
    width: 900px;
  }
  
  #footer_mid {
      margin-left: 35px;
    margin-right: 35px;
    text-align: center;
    }
  
  .right_box {
    float: right;
    width: 260px;
    margin-bottom: 22px;
    text-align: right;
  }
  
  .right_box_top {
    position: relative;
    width: 260px;
    height: 52px;
    background: url(http://www.anightofhorror.com/images/right_box_top.png) no-repeat;
    z-index: 1;
  }
  
  .right_box_mid {
    position: relative;
    background: url(http://www.anightofhorror.com/images/right_box_mid.png) repeat-y;
    font-family:  fixedsys,terminal,system;
    font-size: 10pt;
    color: #660000;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -22px;
    margin-bottom: -22px;
    text-align: center;
    z-index: 0;
  }
  
  .right_box_bottom {
    position: relative;
    width: 260px;
    height: 52px;
    background: url(http://www.anightofhorror.com/images/right_box_bottom.png) no-repeat;
    z-index: 1;
  }
  
  .program_listing {
    color: #cc0000;
    font-size: 14px;
    font-weight: bold;
  }
  
  .program_listing_link {
    color: #75A17A;
    font-size: 12px;
    font-weight: bold;
  }
  
  .session_entry_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .session_entry {
    width: 600px;
    border-bottom: solid 2px #660000;
    padding-bottom: 40px;
  }
  
  .program_listing_link A:link { text-decoration: none; color: #75A17A; font-size: 12px; font-weight: bold; }
	.program_listing_link A:visited { text-decoration: none; color: #75A17A; font-size: 12px; font-weight: bold; }
	.program_listing_link A:hover { text-decoration: none; color: #A6E1AD; font-size: 12px; font-weight: bold; }
  
  #home .home, #winners .winners, #program .program, #submission .submission, #director .director, #team .team, #sponsors .sponsors, #contact .contact, #previous .previous, #blog .blog
  {
      font-weight: bold;
      color: #cc0000;
  } 