div.estimating h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	}
	
div.estimator {
	min-height: 185px;
	}
/*\*/  
* html div.estimator { 
	height: 185px;    /* **Hack** Min-Height for Internet Explorer.  http://www.cssplay.co.uk/boxes/minheight.html*/
	}
/**/
	
div.estimator img {
	float: left;
	width: 150px;
	height: 150px;
	margin-left: 20px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	clear: both;
	}
	
div.estimator_description {
	margin-left: 190px;
	/*font-size: 70%10px;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	}
div.estimator_description h2 {
	font-family: Georgia, serif;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
div.estimator_description h3 {
	font-size: 80%/*10px*/;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;	
	}
	
div.estimator_description h4 {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;	
	}
	
div.estimator_description h4 span {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	}
	
div.estimator_description a {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #145EAD;
	text-decoration: none;	
	}
div.estimator_description a:active {text-decoration: underline;}
div.estimator_description a:hover {text-decoration: underline;}