* { margin: 0; padding: 0; }
#nav, .header, #right-column, #footer, h1, h2, p,.dropdown,#printspan { display: none; }
	
html body #left-column .special {
	background: url(../img/layout/web/bg-specials.gif) top left no-repeat;
	font-family:  "Arial Black", Arial, Helvetica;
	position: relative;
	margin-bottom: 40px;
	border: 1px dotted #000;
	display: block !important;
	padding: 20px;
	background-color:#FFF;
	}
	
html body #left-column .special h2,
html body #left-column .special p {
	display: block !important;
	}
	
html body #left-column .special h2 {
	font-size: 16px;
	}
html body #left-column .special p {
	font-size: 12px;
	}
html body #left-column .special h4 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	}
