#leftcontent {
	float:left;
	width:18%;
	height: 1200px;
	background:#EDFFFF;
	border-right: 1px dashed #191970;
	padding: 4px;
}
#rightcontent {
	position: relative;
	width: 78%;
	background: #FFFFFF;
	height: 1200px;
	margin:10px 5px 0px 158px;
}
.ttitle {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}