@import url("case5.css");
/* CASE V PRINT STYLES
------------------------------------------- */

/* STRUCTURE
------------------------------------------- */


#stripe {
	display: none;
	background:   none;
	}

#header {
	display: none;
	}

#container {
	background:  none;
	}

body.oneCol #container {
	background: none;
	}

#siteNav {
	display: none;
	}

#content {
	width: 690px;
	}

#contentLeft {
	width: 500px;
	}	

body.oneCol #contentLeft {
	width: 690px;
	}

#contentRight {
	width: 190px;
	}

#footer {
	display:none;
	}	
	
