    #header {
      height: 90px;  
    }
    
    #purple-header-bar{
      background-image: url('/images/cse_purple_bar_bg.png');
      height: 41px;
      clear: both;
    }
    
    #dark-header {
      float: left;
    }
    
    #logo-light {
      float: left;
      margin: 5px 0px 0px 0px;
    }
    
    #top-menu    ul.menu {
      margin: 12px 15px 0px 0px;
      padding-left: 0;
      display: inline;
      float: right;
      font-size: 12px;
    }

    #top-menu  ul.menu li {
      color: #E5CD7B;
      margin-left: 0;
      padding: 0px 5px 0px 8px;
      border-left: 1px solid #E5CD7B;
      list-style: none;
      display: inline;
    }

    #top-menu  ul.menu li.first {
      border-left: none;
    }
    
    #top-menu ul.menu li a {
      color: #DFC25D;
      text-transform: uppercase;
      font-size: 11px;
      text-decoration: none;
    }
    
    #title {
      clear: both;
      height: 45px;
      padding-left: 37px;
      float: left;
    }
    
    #title h1 {
      display: inline;
      position: relative;
      top: -15px;
      left: 10px;
    }
    
    #main {
      clear: both;
      margin-top: 10px;
      margin-left: 37px;
    }

    #main-wrapper {
      clear: both;
      margin-top: 10px;
      margin-left: 37px;
    }