div.cat4-container {
	margin-top:0px;
	width:980px;
	/**border:1px solid #CCCCCC;**/
	height:auto;
	float:left;
}
div.cat4-container div.top-left-container {
	width:650px;
	height:245px;
	/**border:1px solid #CCCCCC;**/
	float:left;
	padding:0;
	margin:0 4px 0 0;

}
div.cat4-container div.top-right-container {
	width:324px;
	height:245px;
	/**border:1px solid #CCCCCC;**/
	float:left;
	padding:0;
	margin:0 0 0 2px;
	clear:right;

}
div.cat4-container div.bottom-left-container {
	width:324px;
	height:245px;
	/** border:1px solid #CCCCCC;**/
	float:left;
	padding:0;
	margin:0 6px 0 0;

}
div.cat4-container div.bottom-right-container {
	width:650px;
	height:245px;
	/**border:1px solid #CCCCCC;**/
	padding:0;
	float:left;
	margin:0;

}

div.cat4-container div.text-content {
	text-align:center;
	padding:5px;
	background-color:#f5cdd6;
	width:970px;
	float:left;
	margin-top:4px;
	margin-bottom:4px;
	clear:both;
	font-family: 'Times New Roman', georgia, sans-serif;
	color: #f4cdd6;
	font-size: 12px;
	font-weight:bold;
	letter-spacing: 0.05em;
	font-style: italic;
}
div.cat4-container div.spacer {
	clear:both;
	height:0px;
	margin:0;
}

