html,body {
	background-image: none;
}
#Main {
	padding: 0px 0px 0px 0px;
}
#Center {
	margin: 0px auto 0px auto;
	width: 810px;
}
#Center h2 {
	width: 800px;
}
#Center h3 {
	width: 800px;
}
#Center p {
	width: 800px;
}

#Menu-Seats {
	position: relative;
	top: -30px;
	left: 600px;
	width: 100px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
	*/
	list-style-type: none;
}
#Menu-Seats li {
	position: absolute;
	top: 0px;
	padding: 0px 0px 0px 0px;
	/*
	background-image: url(../images/icon-arrow-01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	*/
}
#Menu-Seats li#Menu-01 {
	top: 0px;
	left: 0px;
}
#Menu-Seats li#Menu-01 a:link {
	display: block;
	width: 100px;
	height: 20px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/icon-arrow-01-a.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #3399cc;
}
#Menu-Seats li#Menu-01 a:visited {
	display: block;
	width: 100px;
	height: 20px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/icon-arrow-01-a.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #3399cc;
}
#Menu-Seats li#Menu-01 a:hover {
	display: block;
	width: 100px;
	height: 20px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/icon-arrow-01-hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #003366;
	text-decoration: underline;
}
#Menu-Seats li#Menu-02 {
	top: 0px;
	left: 100px;
}
#Menu-Seats li#Menu-02 a:link {
	display: block;
	width: 100px;
	height: 20px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/icon-arrow-01-a.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #3399cc;
}
#Menu-Seats li#Menu-02 a:visited {
	display: block;
	width: 100px;
	height: 20px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/icon-arrow-01-a.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #3399cc;
}
#Menu-Seats li#Menu-02 a:hover {
	display: block;
	width: 100px;
	height: 20px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/icon-arrow-01-hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	/*background-color: #999999;*/
	color: #003366;
	text-decoration: underline;
}

