/* Print styles */
.header .menus,
.breadcrumb,
.leftmenu,
.footer,
.subtitle,
a.print,
a.back
{
    display: none;
}

.header 
{
    height: 80px;
}
.header .logo 
{
    left: 38px;
}
.container .content
{
    margin: 0;
    height: auto;
}
ul
{
    list-style: square inside !important
}
ul li
{
    padding-left: 0 !important;
}