/*drop shadows section */
* html #w, * html #e {background:none!important;}


#w {
  	background: url("../images/shadow_w.png") left repeat-y;
  	margin-left: -10px; /* border thickness */
  	margin-right: -10px; /* border thickness */
	}

#e {
  	background: url("../images/shadow_e.png") right repeat-y;
	}
	
#main {
  	margin-right: 10px; /* border thickness */
  	margin-left: 10px; /* border thickness */
	}
