* { padding: 0; margin: 0; }

body {
	background-color: #EDEDED;
}
#wrapper { 
 margin: 0 auto;
 width: 885px;
 background:url('images/page_midSlice.gif') repeat-y 0pt 0pt;
}
#faux {
 margin-bottom: 0px;
 overflow: visible; 
 width: 100%
}
#header {
	width: 855px;
	height: 133px;
	margin: 5px 15px 0px;
	background:url(%27images/page_midSliceTOP.gif%27) repeat-x 0pt top;
	padding: 0px;
}
/* --this is for the background border gradient effect: added by vimal */
#header_topmenu_vm
{
	width: 885px;
	height: 10px;
	
	margin-left: -15px;
	
}
#footer_topmenu_vm
{
 width: 885px;
  height: 10px;
 background:url('images/page_midSliceBOTTOM.gif') repeat-x 0pt 0pt;
}
#leftcolumn { 
 display: inline;
 margin: 10px 15px 0px 0px;
 padding: 0px;
 width: 0px;
 float: left;
}
#content { 
 float: left;
 margin: 0px 0px 10px;
 padding: 14px 8px;
 width: 580px;
 display: inline;
 position: inherit;
 border:1px solid #CCCCCC;
}
#rightcolumn { 
 display: inline;
 position: inherit;
 margin: 0px 15px 10px;
 padding: 0px;
 width: 230px;
 float: right;
}
#footer {
	width: 885px;
	clear: both;
	margin: 0px;
	padding: 0px;
	color:#666666;
	background-color: #EDEDED;

}
.clear { clear: both; background: none; }