div#structure_wrapper {
		width: 100%;
		background-color: white;
}

div#structure_ad {
        display: none;
}

div#structure_head {
        display: none;
}

div#structure_middle {
		display: block;
		float: none;
        margin: 0;
        width: 100%;
}

div#structure_right {
        display: none;
}

/** in-page structures **/

div.structure_45pc_fleft {
        float: left;
        width: 45%;
}

div.structure_55pc_fleft {
        float: left;
        width: 55%;
}

div.structure_44pc_fleft {
        float: left;
        width: 44%;
}

div.structure_56pc_fleft {
        float: left;
        width: 56%;
}

div#footer { 
	display: none; 
} 
