body {
	text-align:center;
	padding-bottom:20px;
}

#top{
  width:860px;
	margin:0px auto;
}

#menu_bar {
	background-color :#8bbc3f;
}

#layout {
	width:860px;
	margin:0px auto;
	text-align:left;
}

/* 중앙본문전체 - 상단은 top.css에서 별도로 정의함 */
#center {
	background:#FFFFFF;
	background: url('/img/bogo_side.jpg') repeat-y;
}

/* 중앙본문내 우측 메인 바디 부분 */
#main { 
	float:left; 
	display:inline;
	width:610px; 
	margin:20px 10px 10px 10px;
	line-height:1.5;

}

/* 중앙본문내 좌측 사이드 부분 */
#side { 
	float:right; 
	display:inline;
	width:180px;
	margin-left: 10px;
	padding:50px 0px 10px 40px;
}


/* 최하단 Copyright 부분 */
#copyright {
	padding: 15px 0px 15px 0px;
	background-color: #ecf2db;
	color:#999; 
	text-align:center;
	line-height:1.5; 
	margin-bottom:10px;
}

#address {
  width:860px;
	margin:0px auto;
	text-align:left;
}