#nav {
    display: none;
}

div#sidebar {
    display: none;
}

#content {
    float: none;
}

#footer {
    display: none;
}
#cornice {
    display: none;
}
#wrapper.startpage {
    background-image: none;
}

form.search-form {
    display: none;
}

.add-nav {
    display: none;
}

body, #wrapper, .main-content, .main-content-holder {
    background: #fff;
    min-width: inherit;
    width: auto;
}
.twocolumns #content {
    float: none;
    padding: 0;
    width: 705px;
}

.w1 {
    width: auto;
    min-height: inherit;
}
#main {  
    margin: 0;
    width: auto;
    min-height: inherit;
    position: relative;
    padding: 0;
    top: 0;
}
#main-content {  
    background: lime;
}
.maincolumns {
    float: none;
}
.onecolumn #content {
    padding: 0;
    width: 960px;
}

#header {
    display: none;    
}
#print-header {
    display: block;
    width: 213px;
    height: 51px;
    margin-bottom: 20px;
}

#content {
    float: none;
    padding: 0;
}

.feature {
    border: none;
}
.slideshow {
    float: none;
}
.startpage .rightcol {
    display: none;
}