/* Common layers for category pages */
#threecolumns {
/* container for the left nav bar, the text and the right band (left and right not used) */
background-color:#fff;
color:#000;
}

#rightband {
/* an empy, zero size container for the right column - unused in file pages */
display:none;
}

#leftband {
/* an empy, zero size container for the left column - unused in file pages */
display:none;
}

#text {
/* container for minsise and visibletext */
float:left;
width:660px;
vertical-align:top;
text-align:right;
margin:0;
padding:0;
border:none;
background-color:#fff;
color:#000;
}

#minsize {
display:none;
}

#visibletext {
/* the actual text container */
float:left;
width:660px;
vertical-align:top;
text-align:left;
margin:0;
padding:.5em 5px 1.5em;
border:none;
}

#content,.historyback {
width:660px;
}

