#header{
      min-height: 90px;
    
}
#header h2{line-height: 60px; color:#fffcfc}
#header h5{line-height: 25px; color:rgb(17, 1, 1)}
#header img{
    padding: 15px 15px;
    
}
#navbar{
  
    min-height: 5px;
    background:rgb(49, 49, 48);
    
  
}
#navbar ul li{
    float:left;
    list-style: none;
}
#navbar ul li a{
    display: block;
    font:26px 50px arial;
    padding:0%  15px;
    text-decoration: none;
    text-align: center;
    color: #ffffff
}
#navbar ul li a:hover{
    color:rgb(250, 5, 78);
    background-color: rgb(97, 129, 197);
}
.list ul li {
    float:right;
    list-style: none;
}
#content{
    min-height: 400px;
  padding-bottom: 1px;
}


#footer{
    min-height: 0%;
    background: #333;
   
}
#footer p{
    display: block;
    font:12px 20px tahoma;
    color:#fff;
    text-align: center;
}