.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
#header {
 	position:relative;
  border-bottom-style: ridge;
  border-bottom-color: rgb(192, 192, 192);
}
#inner{
  float:left;
  width:100%;
}
#middle {
 	position:relative;
 	min-height:0;
	margin-left:200px;
	margin-right:20%;
  border-left-style: ridge;
  border-left-color: rgb(192, 192, 192);
  border-right-style: ridge;
  border-right-color: rgb(192, 192, 192);
}
#leftcol {
	float:left;
	position:relative;
	width:200px;
	margin-left:-205px;/* must be less than width */
}
#rightcol {
	float:right;
	position:relative;
	width:30%;
	margin-right:-31%;/* must be less than width */
}
#content {
  margin-left:10px;
  margin-right:10px;
}
/* mac hide \*/
* html #middle {height:1%;}
/* end hide */

#footer {
	clear:both;
  border-top-style: ridge;
  border-top-color: rgb(192, 192, 192);
}

