﻿/* turn background back to white */
body { background-color: #FFFFFF; }

/* turn elements off */
.menu, .bubplastic, .horizontal, .orange,
#leftnavigation, #breadcrumb, #picfooter, #footer { display: none; }

/* widths should be set to auto where necessary */
#header { width: auto; }
#pagetitle { margin: 0px; }

/* remove border */
#pagewrapper {
	width: auto;
	border: none;
}

/* default page */
.contentareadefaultpage { margin: 0px; }
.contentwrapperdefaultpage {
	width: auto; 
	overflow: visible; 
}

/* non-default pages */
.contentwrapperbackground {
	background: none; 
	overflow: visible; 
}
#ct100_ContentPlaceHolder1_contentarea { display: none; }
.contentarea { margin: 0px; }
