	@import url('default.css');

	#contentLeft {
		float: left;
		width: 621px;	
	}

		#contentLeft #title {
			margin-top: 20px;
			margin-left: 67px;
			margin-bottom: 16px;
		}
			
		#contentLeft h3 {
			font-size: 18px;
			font-weight: bold;
			color: #275b53;
		}
		
		#contentLeft h3 img {
			vertical-align: middle;
			margin-left: 257px;
		}
		
		#contentLeft #capa {
			float:left;
			width: 204px;
			text-align: right;
		}

		#contentLeft #desc {
			float:left;
			overflow: auto;
			width: 402px;
			height: 384px;
			padding-left: 15px;
			font-size: 13px;
			line-height: 18px;
			color: #666666;
		}
		
		#contentLeft #desc p {
			padding-bottom: 18px;
		}
	
	#breakline {
		width: 550px;
		border-top: 1px solid #f3f3f3;
		margin: 22px 0px 0px 70px;
	}