.ContentParagraph {
	clear:both;
	width:750px;
	margin-bottom: 15px;
}
.ContentBanner {
	clear:both;
	width:750px;
	height:200px;
	margin-bottom: 15px;
}
.ContentSmallRow a:hover{
	color:#008080;
	cursor:pointer;
}
.ContentSmallRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	clear:both;
	height: 185px;
	width: 752px;
	margin-bottom: 15px;
}
.ContentSmallRow a, .ContentSmallRow img, .ContentSmallRow span.CategorySmall{
	text-decoration:none;
	border: none;
	padding:0;
	margin:0;
}
.ThreeLayoutLeft {
	background-image:url(SysImages/ContentSmall.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 185px;
	width: 183px;
	margin-left:51px;
	position:relative;
}
.FourLayoutLeft {
	background-image:url(SysImages/ContentSmall.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 185px;
	width: 183px;
	margin-right: 6px;
	position:relative;
}
.FourLayoutRight {
	background-image:url(SysImages/ContentSmall.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 185px;
	width: 183px;
	position:relative;
}
.CategorySmall{
	display:block;
	width: 183px;
	height: 21px;
	line-height:21px;
	text-align:center;
	font-weight: bold;
}
/* H2 Style for Content Subcategories */
.catBacker {
	clear:both;
	padding:0 0 0 6px;
	width:742px;
	height:26px;
	line-height:26px;
	margin:0 0 15px 0;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
	background: -moz-linear-gradient(top,  #fff,  #f2f2f2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
}
h2.catBacker {letter-spacing:1px;}
