	  #header{
	    height: 60px;
	    width: 100%;
	    position: relative;
	    background: white;
	    font-size: 28px;
	    text-align: center;
	    line-height: 50px;
	    z-index: 1000;
	    border-bottom: 2px solid #a5a5a5;
	  }
	  
	  #inner_header{
	    width: 190px;
	    margin-top: 10px;
	    position: absolute;
	    height: 40px;
	    left: 50%;
	    margin-left: -95px;
	  }
	  
	  #header_logo{
	    height: 40px;
	    width: 40px;
	    float: left;
	    background-image: url("../img/logos/125.png");
	    background-size: 100%;
	  }
	  
	  #header_title{
	    height: 40px;
	    width: 140px;
	    margin-left: 10px;
	    float: left;
	    font-size: 30px;
	    line-height: 40px;
	    text-align: center;
	  }
	  
	  #footer{
      height: 60px;
	    width: 100%;
	    position: relative;
	    color: #a5a5a5;
	    border-top: 2px solid #a5a5a5;
	    background: white;
    }
    
    #copyright{
      position: relative;
      height: 60px;
      margin-left: 20px;
      float: left;
	    line-height: 60px;
    }