@charset "iso-8859-2";
/* CSS Document */

.menu_container {
	width:800px;
	background:url(Box2/border_l.jpg) repeat-y left;
	margin: auto;
}

.border_right {
	background:url(Box2/border_r.jpg) repeat-y right;
}

.border_top {
	height:97px;
	background:url(Box2/border_t.jpg) repeat-x top;
}

.border_bottom {
	height:42px;
	background:url(Box2/border_b.jpg) repeat-x bottom;
}

.corner_top_left {
	float:left;
	height:97px;
	width:30px;
	background:url(Box2/corner_tl.jpg) no-repeat left top;
}

.corner_top_right {
	float:right;
	height:97px;
	width:34px;
	background:url(Box2/corner_tr.jpg) no-repeat right top;
}

.corner_bottom_left {
	float:left;
	height:42px;
	width:30px;
	background:url(Box2/corner_bl.jpg) no-repeat bottom;
}

.corner_bottom_right {
	float:right;
	height:42px;
	width:34px;
	background:url(Box2/corner_br.jpg) no-repeat bottom;
}

.header_text {
	padding: 9px 30px 9px 34px;
	color:#F60;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.5em;
}

.content {
	position:relative;
	text-align:center;
	margin: 0px 30px 0px 34px;
	padding:10px;
	color:#F60;
	line-height:1.3em;
}
