div#crumble_path,
div#search_bar,
div#left_column,
div#right_column,
div.help-line,
div.help-button,
div.result_balk,
div.backlink,
div#footer,
.button {
    display: none;
}

div.help-title {
    margin-left: 0px;
    padding-left: 2px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid black;

}
div.help-block {
    display: block;
}
div.help-content div {
    padding-left: 10px;
}

div#content {
    background-color: transparent;
    border: none;
    left: 0px;
    top: 0px;
}

font, div, span {
    color: #000000;
}

div.printonly {
    display: block;
}
span.printonly {
    display: inline;
}


/* fix block borders */
div.border.top-left,
div.border.top-right,
div.border.bottom-left,
div.border.bottom-right {
    display: none;
}
div.block {
    -moz-border-radius: 0px;
    border-color: #000000;
    margin-top: 10px;
}


#container {
    min-height: 100%;
    width: 1000px;
    text-align: left;
    margin: 0px;
    background: #FFF;
}
* html #container{height:100%;} /*for IE as it treats height as min-height anyway*/

#container_header {
    height: 68px;
    display: none;
}
#container_body {
    width: 1000px;
}

#main {
    position: relative;
    width: 1000px;
}

#main_content {
        margin: 0px;
        padding: 0px;
}
#header {
	display: none;
}


document, body {
	background-image: none;
        background-color: #FFF;
}

.title-icon {
    display: none;
}

.help-title {
    color: #000;
    background: none;
    margin: 0px;
    padding: 0px;
    line-height: 16px;
    height: 16px;
    font-weight: bold;
}

.help-content, .help-footer, .help-description {
    background: none;
    background-image: none;
}
