/* Specific fixes for IE5 only */

body {
	font-size: 75%; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 80%;
	}
html>body { /* be nice to Opera */
	font-size: 85%;
	}

#wrap {
	width: 770px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}
html>body #wrap { /* be nice to Opera */
	width: 750px;
	}

* html #main-body {	
	border-right: 1px solid #DDD;
	}

* html #centerColumn {
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	margin-top: 0;
}

* html #conversation_blurb h2{
border-top: 1px solid #F90;
border-bottom: 1px solid #F90;
}

* html #review_blurb h2{
border-top: 1px solid #F90;
border-bottom: 1px solid #F90;
}

* html #rim_blurb h2{
border-top: 1px solid #F90;
border-bottom: 1px solid #F90;
}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */
