.titleArea h3.imgH3{
	float:left;
	width:454px;
	}

.typeA,.typeB {
	clear:both;
	}
.typeA .textArea{
	width:auto;
	}
.typeA .imgArea{
	width:350px;
	padding:10px;
	margin-left:15px;
	margin-bottom:15px;
	background-color:#84cfeb;
	float:right;
	clear:right;
	}
#mainContents .typeA .imgArea p.notes{
	color:#333333;
	margin-bottom:0;
	}

.typeB .textArea{
	width:auto;
	}
.typeB .imgArea{
	width:350px;
	padding:10px;
	margin-right:15px;
	margin-bottom:15px;
	background-color:#84cfeb;
	float:left;
	clear:left;
	}

#mainContents .typeB .imgArea p.notes{
	color:#333333;
	margin-bottom:0;
	}


.typeC h5{
	background-color:#84cfeb;
	font-size:1em;
	padding:3px;
	}
.typeC div.body{
	padding:5px;
	height:1%;
	}
.typeC div.body .textArea{
	font-size:0.8em;
	}
#mainContents .typeC div.body .textArea p{
	margin:0.2em 0 0 0;
	text-align:left;
	}
	

