
#content{
width: 79%;
float:left;
background-color: #CCFF99;
}
#sub-content{
width: 0.1%;
display: none;
float:left;
background-color: red;
/*margin: 10pt; */
}
#navigation{
width:20%;
float:left;
background-color: #33FFCC;
}
