/* event box */
#event_box{
	background:url(/images/event_middle_bg.gif) 0 0 repeat-y;
	padding:1px 20px 10px;
	width:470px;
}
#event_box-top_bg{
	background:url(/images/event_top_bg.gif) 0 0 no-repeat;
	height:30px;
	width:510px;
	position:relative;
}
#event_box-top_bg span{
	color:#ffc;
	display:block;
	position:absolute;
	top:8px;
	right:12px;
	font-size:16px;
	font-weight:bold
}
#event_box-bottom_bg{
	background:url(/images/event_bottom_bg.gif) 0 0 no-repeat;
	height:10px;
	font-size:8px;
	width:510px;
	margin-bottom:20px;
}
#event_box h2{ color:#C98846; font-size:14px; font-weight:bold; }

#content table{
	width:470px;
	padding:10px 0 0;
}
#content td.th{
	color:#B86308;
	width:80px;
}
#content td{
	text-align:left;
	width:260px;
	color:#0C5B1A;
}
#content tr.desc td{
	padding:10px 0;
	width:470px;
	color:#333;
}
#content tr.price th,
#content tr.price td{
	padding:0 0 10px;
}
#content table p{
	margin-left:0;
}

* html #content td.first{
	padding:10px 0 0 0;
}

