@CHARSET "UTF-8";

/* --- added by simon as part of fixed_ relase */
div#this_caseStudy {
	xborder: 1px solid red;
}

div#this_description {
	float: left;
	width: 400px;
	
	xborder: 1px solid green;
}

div#this_thumb {
	float: right;
	xborder: 1px solid blue;
}

div#this_divider {
	clear: both;
	margin-top: 0px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #6E6E6E;
}