/*drop shadows section */
* html #nw, * html #ne, * html #se, * html #sw, * html #n, * html #s, * html #w, * html #e {background:none!important;}

#nw {
/*  	background: url("../images/shadow_nw.png") top left no-repeat; */
	}
	
#ne {
/*  	background: url("../images/shadow_ne.png") top right no-repeat; */
	}
	
#se {
/*  	background: url("../images/shadow_se.png") bottom right no-repeat; */
	}

#sw {
/*  	background: url("../images/shadow_sw.png") bottom left no-repeat; */
  	padding:0; /* border thickness */
	}

#n {
/*  	background: url("../images/shadow_n.png") top repeat-x; */
	}
	
#s {
/*  	background: url("../images/shadow_s.png") bottom repeat-x; */
  	padding-bottom: 0; /* border thickness */
	padding-top: 0; /* border thickness */
	}

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

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

table#workaround {
  	margin: 0;
  	border: 0;
  	border-collapse: collapse;
	width:100%
	}

table#workaround td {
    	padding:0;
	margin:0;
	}
