/* HACK! - applies this style to browsers that support > syntax to 
add padding between a floated area and the text below.  IE manages 
to add its own spacing */
#content #contenttext .firstpara {
	padding-top:6px;
}
#content #contenttext div>.firstpara {
	padding-top:22px;
}

#homecontent #contenttext .homeintro {
	margin-top:226px;
	font-weight:bold;
	clear:both;
}
#homecontent #contenttext div>.homeintro {
	margin-top:229px;
	font-weight:bold;
	clear:both;
}

/* HACK! - applies this style to browsers that support > syntax to 
add padding between a floated area and the floated area below.  IE manages 
to add its own spacing */
div.portraitthumbnails>span, div.landscapethumbnails>span, div.landscapeprofiles>span, div.portraitprofiles>span {
	margin-bottom:8px;
}
