<?php header('Content-Type: text/css;'); ?>

html, body {
width: 100%;
height: 100%;
margin: 0px;
}

div.leftbar {
display: none;
}

#logo {
display: none;
}

div.topmenu {
display: none;
}

div.breadcrumb {
display: none;
}

div.search {
display: none;
}

div.bottombar {
display: none;
}

div.content {
width: 60%;
margin-right: 10px;
}
div.rightbar {
width: 35%;
margin-left: 0px;
}

div.rightborder, div.leftborder, div.bottomborder {
display: none;
}
