/* CSS Document */

#headerwrapper {
    text-align: left;
}

#header {
    margin: 0;
}

#headerwrapper {
    display: none;
}

#motto {
    display: none;
}

#leftcol {
	display: none;
}

#rightcol {
	display: none;
}

#contentwrapper {
    text-align: left;
}

#content {
    margin: 0;
	background-color: #ffffff;
}

