
#indexcontain {
	width: 980px;
	height: 443px;
	background: #1a5506 url(../img/indexbg.jpg) no-repeat top left;
}		

	#indextitle {
		height: 115px;
	}
	
	#idxleft {
		float: left;
		margin-left: 24px;
		width: 342px;
	}
	
	#idxright {
		float: right;
		width: 605px;
	}
	
	#idxmaincopy {
		font: 14px Arial, Helvetica, sans-serif;
		color: #000;
		height: 167px;
		margin: 0 24px 0 24px;
	}
	
	#indexcopyarea {
		width: 342px;
		height: 146px;
		background: url(../img/idxcopybg.jpg) no-repeat top left;
	}
	
		#indexcopyareaimg {
			float: left;
			width: 147px;
		}
		
			#indexcopyareaimg img {
				margin-top: 12px;
				margin-left: 10px;
			}
		
		#indexcopyareatext {
			float: right;
			width: 181px;
			height: 136px;
			overflow: hidden;
		}
		
			#indexcopyareatext p {
				margin-top: 10px;
				margin-right: 10px;
				font: 12px Arial, Helvetica, sans-serif;
				color: #ffffff;
			}
			
			#indexcopyareatext a {
				color: #ffc425;
				font-weight: bold;
				text-decoration: none;
			}
			
			#indexcopyareatext a:hover {			
				color: #eaae0b;
				font-weight: bold;
				text-decoration: none;
			}
