div.row{
	position:relative;
	min-height:175px;
	_height:175px;
	padding-bottom:40px;
}
div.row p,
div.row h1,
div.row h2 {
	width:395px;
}
div.row h1{
	height:18px;
	padding-bottom:4px;
}
div.row h2{
	font-weight:bold;
	background:url(../_images/grey-dash.png) transparent repeat-x 0px 25px;
	padding-bottom:4px;
	height:30px;
}

div.row h3
{
        font-size: 110%;
        color: #6ec6c3;
padding-top: 1em;
padding-bottom: 1em;
}

div.row img
{
    float: right;
    position: relative;
    top: -60px;
}