
	div.board_page{
		width: 100%;
		height: 20px;
		margin-top: 20px;
		text-align: center;

	}


	/********** ¸®½ºÆ® ***************/
	table.board_list{
		border-collapse:collapse;
		width: 100%;
	}

	table.board_list th{
		border:1px solid #e1e1e1;
		text-align:center;
		background-color:#b6d9df;
		height:25px;
	}

	table.board_list td{
		border:1px solid #e1e1e1;
		height:25px;
	}


	table.board_list td.board_title{
		padding-left:10px;
		text-align:left;

	}



	/********** °Ë»ö_st ***************/
	div.board_search{
		text-align: center;
		width: 100%;
	}

	div.board_search div.board_search_box{
		height: 42px;
		margin-top: 7px;
		border: 3px solid #CE6871;
		color: #444444;
	}

	div.board_search div.board_search_box div.board_search_box_left{
		margin:2px;
		float: left;
		height: 25px;
		width: 148px;
		background-color: #f1f1f1;
		padding-top:13px;
	}

	div.board_search div.board_search_box div.board_search_box_right{
		float:left;
		width: 440px;
		padding-top:10px;
	}

	input#txt_search{
		height:16px;
		width:200px;
	}


	/********** ¸ñ·Ïº¸±â ***************/
	div.board_btn{
		padding-top:10px;
		padding-bottom:10px;
		text-align:left; 
		border-bottom: 1px solid #d1d1d1;
	}


	a:link		{ color:#555; text-decoration:none;}
	a:visited { color:#555; text-decoration:none; }
	a:hover	{ color:#555; text-decoration:none;}
	a:active	{ color:#555; text-decoration:none;}