* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fcf3e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#box {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 135px;
	width: 980px;
}
#nav {
	height: 92px;
	width: 980px;
	margin-bottom: 1px;
}
#gundong {
	height: 32px;
	width: 980px;
	background-color: #a63550;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fcf3e5;
}
#main {
	width: 980px;
}
#left {
	float: left;
	width: 262px;
}
#right {
	float: right;
	width: 706px;
}
#banner {
	height: 196px;
	width: 706px;
	margin-bottom: 10px;
}
#bottom {
	width: 980px;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #a63550;
	line-height: 20px;
}
