@charset "utf-8";
/* CSS Document */
div.ContentBlock h3 {
	color:#cc6600;
	margin:0px;
	padding:0 0 10px 0;
	font-size: 14px;
	font-variant: small-caps;
	text-align: right;
}
div.ContentBlock {
	float: left;
	width:235px;
	position: relative;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	background-color:#FFF;
	background-image:url(images_box/shad_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-left: 8px;
}
div.ContentBlock div.bottomleft {
	width:4px;
	height:4px;
	position:absolute;
	bottom:0;
	left:-1px;
	background:url(images_box/shad_blcorner.gif) no-repeat bottom left;
}
div.ContentBlock div.bottomright {
	width:4px;
	height:4px;
	position:absolute;
	bottom:0;
	right:-0px;
	background:url(images_box/shad_brcorner.gif) no-repeat bottom right;
}
div.ContentBlock div.Fade {
	padding:10px;
	min-height:135px;
	background-image:url(images_box/Fade.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:4px;
	margin-right:5px;
}
div.ContentBlock div.SideShadow {
	background-image:url(images_box/rightShadow.gif);
	background-position:right;
	background-repeat:repeat-y;
 
}
div.ContentBlock  p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
