  body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
  }

  #topbar {
    width: 1000px;
    margin: 0 auto;
    height: 40px;
  }
  #logo {
    margin: 6px;
    width: 100px;
    float: left;
    margin-right: 8px;
  }
  #signin-div {

  }
  #signin-image {
    width:25px;
    margin: 8px 10px 8px 12px;
    float:left;
  }
  #signin-text {
    font-weight: bold;
    font-size:100%;
    position:relative;
    top:11px;
    padding-right:15px;
  }
  #bell-div {
    float:left;

  }
  #wigglyline {
    height:40px;
    float: left;
  }
  #bell {
    height: 26px;
    margin: 7px 10px 0 10px;
  }
  #more-arrow {
    width:15px;
    margin-left: 6px;
  }
  #search-box {
    background-color: #E4E4E4;
    border: none;
    font-weight: bold;
    font-size: 14px;
    padding:5px;
    margin: 7px 0 5px 5px;
    float: left;
    width: 120px;
  }
  #magnifying-glass {
    width:28px;
    margin-top:7px
  }
  #menu-bar-container {
    background-color: #BB1919;
    width:100%;
    height: 70px;
    border-top: 1px solid #CCCCCC;
  }
  #menu-bar {
    width: 1000px;
    margin: 0 auto;
  }
  #local-news {
    float:right;
    border: 1px #BB4545 solid;
    width:190px;
    padding: 0px 0px 0px 10px;
    margin: 5px 7px 5px 0;
  }
  #local-news a {
    color:white;
    text-decoration:none;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top:-7px;
  }
  #local-news a:hover {
    text-decoration: underline;
  }
  #local-news img {
    height: 35px;
  }
  .topbar-section {
    float: left;
    border-left: 1px #cccccc solid;
    height: 100%;
  }
  .topbar-menu {
    font-weight: bold;
    padding:12px;
    height:16px;
  }
  .clear {
    clear:both;
  }
  h1 {
    padding:0;
    margin:0;
    color:white;
    font-size: 40px;
    font-weight: normal;
    padding-top: 10px;
    float:left;
  }
  #menu-bar-2-container {
    background-color: #A91717;
    width: 100%;
  }
  #menu-bar-2 {
    width:1000px;
    margin:0 auto;
    height: 40px;
  }
  #menu-bar-2 a {
    color: white;
    text-decoration: none;
    padding: 0 10px;
    border-right: 1px solid #BB4545;
    font-size: 14px;
    position: relative;
    top:10px
  }
  #menu-bar-2 a:hover {
    text-decoration: underline;
  }
  .no-border {
    border:none !important;
    padding: 0 0px 0 10px !important;
  }
  #down-arrow {
    height: 13px;
    position: relative;
    top:11px;
  }

  #page-container {
    width:1000px;
    margin: 0 auto;
  }
  #main-article {

  }
  h2 {
    font-weight: normal;
    margin-top:40px;
    font-size: 20px;
    border-bottom: 3px solid #A91717;
    width: 100px;
  }
  h3 a {
    color: black;
    font-size: 30px;
    text-decoration: none;
  }
  h3 a:hover {
    color: #1167a8;
  }
  #article-summary {
    color: #5a5a5a;
    width: 220px;
    float:left;
  }
  .clock {
    height: 15px;
    position: relative;
    top: 2px;
  }
  .topic-link {
    text-decoration: none;
    color: #a91717;
    padding-left: 10px;
    border-left: 1px solid #CCCCCC;
    font-weight: 420;
  }
  #article-summary a:hover {
    color: #1167a8;
  }
  .date {
    padding-right: 6px;
    color: #5a5a5a;
  }
  #article-container {
    float: left;
    width: 615px;
    border-right: 1px solid #CCCCCC;
    padding-right: 10px;
  }
  #main-article-image {
    width: 380px;
    margin-left: 10px;
  }
  #article-hr {
    border-top:1px solid #a91717;
    width:50px;
    text-align: left;
    margin-left: 0;
  }
  .article-link {
    text-decoration: none;
    color: black;
  }

  #watch-listen {
    margin-left:20px;
    width: 350px;
    float: right;
  }
  h4 {
    font-weight: normal;
    font-size: 18px;
  }
  .article-side-image {
    float: left;
    width: 90px;
    margin-right: 10px;
  }
  .watch-listen-link {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 16px;
  }
  .watch-listen-link:hover {
    color: #1167a8;
  }
  .side-article {
    float: right;
    width:240px;
    position: relative;
    top: -20px;
  }
