
#menu {
    display: none;
}

#search {
    display: none;	
}

#navigation {
    display: none;
}

#content {
    table-layout: fixed;
}

#section1 {
	display: none;
	width: 0;
}

#section2 {
	width: 100%; 
}

#section3 {
	display: none;
	width: 0;
}

#map {
    height: 300px;
}

#menuShadow {
        display: none;
}