#contentmid {
	width:513px;
	height:auto;
}
	.midheading {
		width:513px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:22px;
		font-weight:normal;
		color:#C69639;
	}
	#projectbg {
		width:513px;
		height:140px;
		float:left;
		margin:18px 0 12px 0;
		padding:0px;
		background-image:url(../images/projectbg.gif);
		background-repeat:no-repeat;
		border:outset #666666 thin;
	}
		#projectthumnail {
			width:223px;
			height:104px;
			float:left;
			margin:15px;
			border:solid 3px #ebd693;
		}
		#projecttxtblank {
			width:231px;
			height:110px;
			float:right;
			margin:15px 15px 15px 0;
		}
			#projecttxt {
				width:231px;
				height:90px;
				float:left;
				font-family:Arial;
				font-size:12px;
				color:#464646;
			}
				.projectboldtxt {
					font-family:Arial;
					font-size:12px;
					font-weight:bold;
					color:#853008;
				}
				.mail {
					font-family:Arial;
					font-size:12px;
					font-weight:bold;
					text-decoration:none;
					color:#853008;
				}
			#moreproject {
				width:231px;
				float:left;
				padding-top:5px;
			}
			.moreproject {
				font-family:Arial;
				font-size:12px;
				font-weight:bold;
				color:#464646;
				text-decoration:none;
			}
			.moreproject:hover {
				font-family:Arial;
				font-size:12px;
				font-weight:bold;
				color:#464646;
				text-transform:uppercase;
				text-decoration: underline;
			}