h5 {
	color:#C53F26;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	margin:0px;
	padding:0 0 10px 0;
}
div.ContentBlock {
	float: left;
	width:640px;
	position: relative;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	background-color:#FFF;
	background-image:url(../images/shad_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
}
div.ContentBlock div.bottomleft {
	width:4px;
	height:4px;
	position:absolute;
	bottom:0;
	left:-1px;
	background:url(../images/shad_blcorner.gif) no-repeat bottom left;
}
div.ContentBlock div.bottomright {
	width:4px;
	height:4px;
	position:absolute;
	bottom:0;
	right:-0px;
	background:url(../images/shad_brcorner.gif) no-repeat bottom right;
}
div.ContentBlock div.Fade {
	padding:10px;
	min-height:150px;
	background-image:url(../images/Fade.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:4px;
	margin-right:5px;
}
div.ContentBlock div.SideShadow {
	background-image:url(../images/rightShadow.gif);
	background-position:right;
	background-repeat:repeat-y;