@import url(style.css);
@import url(layout.css);

body { background:none; }
#site { margin: 0; width: 100%; background:none; }
#site #bg_top { background:none; display: none; }
#site #bg_bottom { background:none; display: none; }
#site #main { background:none; }

#cols{ background:none; }
#cols #left_col { float: none; display: none; }
#cols #right_col { float: none;  width: 100%; margin: 10px; }

#main #footer { display: none; }