#search, #nav, .functions,.edit {
    display: none;
}
body {
    margin:0; padding:0; 
    font: 76%/1.50 Arial,"Trebuchet MS", sans-serif;
    color:#000;
    background:#fff;
    width: 90%;
}

.col {
    height:150px;
    width:129px;
    border-right:1px solid #fff;
    background:#bfd6ea;
    float:left;
    text-align:center;
    line-height:160px;
    color:#fff;
}
#logo a {
    text-decoration: none;
    color: #000;
}
/* 
=Hacks
----------------------------------------------- */
* html .block {
    height:1px;
}
#header:after,
.block:after {content:"."; clear:both; display:block; height:0; visibility:hidden;}


.clear {clear:both; height:0; line-height:0;}

