/* 
    Created on : 3 Jun, 2012, 4:23:17 PM
    Author     : Seveni Internet Services
*/


#msg {
    width: 960px;
    height: auto;
    padding: 10px;
    text-align: center;
    font: 14px arial;
    color: #49a068;
}

#gall {
    width: 960px;
    /*border: 1px solid blue;*/
}

.gal {
    float: left;
    width: 180px;
    height: 220px;
    margin: 0 0 10px 10px;
    border: 1px solid #d4d4d4;
}

.gal .galler {
    float: left;
    width: 160px;
    height: 170px;
    margin: 10px;
    border: 1px solid #dfdfdf;
}

.gal h2 {
    float: left;
    width: 180px;
    font: bold 18px arial;
    color: #0097c8;
    text-align: center;
}