a.category:active, a.category:hover {
	font-weight: bold;
	color: 49AD98;
	text-decoration: none;
}


/* 배경이미지를 오른쪽 상단에 반복하지 않고 배치 */

#main_lay {
	clear:both;
	width: 924px;
   float:left;
}


/* 메인컨텐츠 왼쪽*/

#main_left {
	float:left;
	width: 510px;
	height: 460px;
	
}

/* 메인플래시*/
.main_flash{
float:left;
	width:510px;
	height:460px;
	background-image: url('../images/index/flash_img_bg.jpg');
	background-repeat: no-repeat;


}
#main_right {
	float:left;
	width: 414px;	
	height:460px;	
	
}


/* 메인 텍스트 플래시*/
.mainflash_txt{
	width:414px;
	height:106px;
	background-image: url('../images/index/top_copy_bg.gif');
	background-repeat: no-repeat;
	float:left;

}


/*노루의 생태  배너*/

.ecology_lay{
float:right;

 width:386px;
 height:203px;	
 	display:inline;
	margin-right:15px;

}



/* 이용가이드 플래시*/
.guide_flash{
	width:385px;
	height:122px;
	float:right;
	display:inline;
	margin-right:15px;
	}









