/*전체 레이아웃 관련 설정*/
#container {
	width:100%;
	margin:0px auto;
	background-color:#ffffff;
}

#top_menu{
	width:100%;
	height:130px;
	margin:0px auto;
	text-align:center;
}

#top_flash{
	width:100%;
	height:80px;
	margin:0px auto;
	text-align:center;
}

#main_box{
	width:990px;
	margin:0px auto;
}

#left_menu{
	width:205px;
	float:left;
	background-color:#ffffff;
}

#content{
	width:785px;
	float:left;
	background-color:#ffffff;
}

#footer{
	clear:both;
	width:990px;
	margin:0px auto;
}


/*기본 스타일 관련 설정*/
img{border:0;}


.hand{cursor:pointer;}