/* header */
#header { background: url(../images/top/header.jpg) no-repeat; }
#header-main { padding: 21px 15px 13px 21px; }
h2 {
	width: 520px;
	float: left;
}
#sub-menu {
	width: 260px;
	float: right;
}
#sub-menu ul {
	position: relative;
	top: 20px;
}

/* content */
#top #content-inner {
	background: url(none);
	padding: 0 7px;
}
#main-body {
	background: url(../images/top/main-body_bg.jpg) no-repeat top;
	padding: 13px 14px 0 18px;
}
#lead {
	width: 437px;
	float: left;
}
#event-info {
	width: 351px;
	float: right;
}
#lead h3 { margin-bottom: 10px; }
#lead p { margin-bottom: 30px; }

/* event information */
.event-info-inner { background: url(../images/top/event_bg.jpg) repeat-y; }
#event-info h3 {
	background: url(../images/top/event_top.jpg) no-repeat;
	padding: 15px 0 0 5px;
	margin-bottom: 10px;
}
#event-info ul {
	font-size: small;
	line-height: 1.5em;
	background: url(../images/top/event_btm.jpg) no-repeat 0px bottom;
	padding: 0 0 17px 1.4em;
}
#event-info li {
	background: url(../images/top/event_arrow.gif) no-repeat 0px 0.4em;
	text-indent: 14px;
}
#event-info li.invisible { display: none; }

/* hall list */
#hall { padding: 0 15px 20px 18px; }
#hall h3 { margin-bottom: 12px; }
#hall ul { margin: 0 -11px 12px 0; }
#hall li { width: 201px; }
#hall li p {
	font-size: 10px;
	letter-spacing: 1px;
	background: url(../images/top/hall_arrow.gif) no-repeat left center;
	text-indent: 12px;
}

/* curvyCorners */
.myBox { border: 1px solid #d5d5d5; }


