#header{
    min-height: 90px;
   
}
#header h2{line-height: 90px; color:#fff}
#header h5{line-height: 40px; color:#fffcfc}
#header img{
    padding: 15px 15px;
    
}
#navbar{
    min-height: 40px;
    background: #333;
}
#navbar ul li{
    float:left;
    list-style: none;
}
#navbar ul li a{
    display: block;
    font:20px/50px serial;
    padding:1px  10px;
    text-decoration: none;
    text-align: center;
    color:#fff;
}

#navbar ul li a:hover{
    color:rgb(250, 5, 78);
    background-color: rgb(132, 168, 245);
}
.list ul li {
    float:left;
    list-style: none;
}
#content{
    min-height: 400px;
    padding-bottom: 1px;
}
#content h5{line-height: 40px; color:#fffcfc}
#footer{
    min-height: 0%;
    background: #333;
}
#footer p{
    display: block;
    font:12px 20px tahoma;
    color:#fff;
    text-align: center;
}








