
html {

}

body {
background: #fff;
color: #000;
}

#header, #left-sidebar, #right-sidebar, #footer {
display: none;
}

#pf-header {
display: block;
height: 75px;
border-bottom: 5px solid #666;
margin: 0 0 2em 0;
}

#pf-logo {
width: 220px;
height: 70px;
float: left;
}

#pf-slogan {
width: 60%;
float: right;
margin: 20px 0 0 20px;
text-align: right;
font-size: 0.8em;
}

#container {
width: 100%;
}

#page { 
width: 96% !important;
overflow: visible;
}

