
@import "/css/default.css";

*.hidden,
*.box,
#navigation,
#subnavigation,
#banner,
#boxes,
#breadcrump,

#footer/* */{
    display:none;
}

#content/* */{
    width:100%;
}

#content strong {
	background-color:yellow;
    font-weight:normal;
}
