@charset "euc-kr";

* {
	margin:0;	padding:0;
	font-family:Gulim, sans-serif;
}

body {
	font-size:0.75em;
}

img {
	border:0;
}

#container {
	width:700px;	margin:0 auto;
}

#header {
	background:url(../Img/index_top.gif) no-repeat left top;
	margin-top:45px;	padding:5px;
	border-bottom:3px solid #2C5379;
}


h1 {
	text-indent:-5000px;	overflow:hidden;
}
	h1 a {
		display:block; width:175px; height:57px;
	}
	
	
#content {
	padding:5px; *zoom:1; /* IE Hack */
}
	.box {
		width:230px; float:left;
	}
	.book_img {
		margin:5px;	width:220px; height:320px;
	}
	.book_title {
		text-align:center;	font-weight:bold; line-height:1.5em;
	}
	.book_date {
		text-align:center; line-height:1.5em; 
	}
	.book_buy {
		text-align:center; line-height:1.5em; padding:3px 0;
	}
		.book_buy img {
			vertical-align:middle;	margin:0 2px;
		}

#content:after {
	content:""; clear:both; display:block;
}

#footer {
	background:url(../Img/index_bottom.gif) no-repeat left bottom;
	padding:5px;
	border-top:3px solid #2C5379;	*zoom:1; /* IE Hack */
}
#footer:after {
	content:""; clear:both; display:block;
}
	#footer a {
		display:block; text-indent:-5000px;	overflow:hidden;	width:122px;	height:52px;
		background:url(../Img/btn_enter.gif) no-repeat left top;
		float:right; clear:right;
	}