/* 
    Document   : mainPanel
    Created on : 23-abr-2010, 20:31:27
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table.mainPanel {
    width: 1024px;
    height: 768px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: white;
    background-repeat: no-repeat;
}

td.bannerPanel {
    height: 60px;
}

td.noticePanel {
    width: 180px;
}

td.menuPanel {
    width: 200px;
}

td.contentPanel {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

td.footerPanel {
    height: 50px;
}

div.gallery{
    margin: 15px 20px 15px 20px;
}

