/* STYLE SHEET how-tall.css */


/***************************************************************************************************
*
*			CONTENT WRAPPER STYLES
*
***************************************************************************************************/
#contentWrapper h2 {
	margin: 0 auto;
	padding: 40px 0;
	font-size: .9em; /* make text smaller to fit behind replacement image (IE6)*/
	position: relative;
	height: 25px;
	width: 202px;
	}		
#contentWrapper h2 span {
	background: url(../images/h2_how-tall.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

/***************************************************************************************************
*
*			RIGHT COLUMN STYLES
*
***************************************************************************************************/	

#rightColumn h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	}
