* { padding: 0; margin: 0; }

body {
	background-color: #ededed;
}
#wrapper {
	margin: 0 auto;
	width: 969px;
	background-color: #ededed;
	background-repeat: repeat-y;
	background-image: url(images/shedow_bkg.jpg);
	padding-left:11px;	
}
#faux {
	margin-bottom: 5px;
	width: 943px;
	height: auto;
	padding-left: 14px;
	padding-bottom: 2px;
	float: left;
	background-color: #dadada;
}
#header {
	width: 935px;
	height: auto;
	margin-bottom:10px;
	padding-bottom: 7px;
	clear: both;
	float: left;
	/*background-image: url(images/page_midSliceTOP.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/header_main.png);
	margin-top: 9px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 11px;
}
/* --this is for the background border gradient effect: added by vimal */
#header_topmenu_vm
{
 width: 935px;
  height: 10px;
 background:transparent url(images/page_midSliceTOP.gif) repeat-x scroll 0pt 0pt;
}
#footer_topmenu_vm
{
 width: 957px;
  height: 10px;
 background:#FFFFFF url(images/footer_top_arch01.gif) no-repeat scroll 0pt 0pt;
 display:none;
}
#footer_bottommenu_vm
{
 width: 957px;
  height: 10px;
 background:#ededed url(images/footer_bottom_arch01.gif) no-repeat scroll 0pt top;
  display:none;
}
#footer_topmenu_vm01
{
 width: 957px;
  height: 10px;
 background:#ededed ;
  display:none;
}
#leftcolumn {
	width: 290px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 13px;
	padding: 0px;
	margin-left: 0px;
	clear: left;
}
#leftcolumn_new {
	/*background-color: #FFFFFF;*/
	width: 290px;
	float: left;
}
#content {
	float: right;
	width: 626px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline;
	position: inherit;
	background-image: url(images/content_home.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: right;
}
#content_new {
	float: left;
	width: 618px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	
	padding-right: 4px;
	background-color:#ffffff;
	
}
#rightcolumn { 
 display: inline;
 position: relative;
 margin: 15px 0px 10px;
 padding: 0px 0px 0px 0px;
 width: 0px;
 float: left;
}
#footer {
	width: 940px;
	clear: both;
	padding: 0px;
	color:#666666;
	
	background-image: url(images/footer_main_bkg.jpg);
	background-repeat: no-repeat;
	height: 119px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: bottom;
	margin-left:9px;
}
.clear { clear: both; background: none; }

