* { 
	margin: 0; 
	padding: 0; 
}

* html div#centerwrap { 
   margin: 0 -100% 0 0; 
	min-height: 100%;
}

* html div#left { 
   margin: 0; 
}

#center { 
   margin: 0 190px 0 190px;
	width: 590px;
   margin-top: 0px;
}

#centersearch { 
   margin: 0 190px 0 190px;
	width: 590px;
	margin-top: 156px;
}

#centerwidth { 
 margin: 0 0 0 190px;  
	width: 790px;

}

#centerwrap { 
  float: left; 
  margin: 0 -95% 0 0; 
  width: 100%;  
  margin-top: 156px;

  
  
}

#contentfloatholder {
	float: left;
	width: 980px;
	position: absolute;
	top: 0px;
	left: auto;
	  height: auto;
}

#contentfloatholder:after {
	clear: both; 
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

#header { 
	height: 155px; 
	overflow:hidden;
	margin: 0px;

}

#footer { 
   clear: both; 
	width: 100%; 
	position: relative; 
	top: 0px;
}

#header { 
   clear: both; 
	position: absolute;
	top: 0px;
	left: auto;
	width: 980px;
}

#left { 
   float: left; 
	margin: 0 0 0 -5%; 
	width: 180px;  
	min-height: 2000px;
	height:auto;
	margin-top: 156px;

}

#right { 
   float: right; 
	margin: 0; 
	width: 196px;
	min-height: 2000px;
	margin-top: 156px;
}

#footer { 
   padding: 1px 0; 
}

#wrapper {
	text-align: left;
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
}
