.seats_left
{
	position: absolute;
	width: 250px;
	height: 279px;
	border-right: 1px solid #000000;
	border-top: 5px solid #000080;
	border-bottom: 1px solid #000000;
	margin-right: 450px;
	padding: 3px;
	background-color: #CCCCCC;
	float: left;
	overflow: auto;
}
.seats_right
{
	width: 490px;
	border-left: 0px;
	border-top: 5px solid #000080;
	float: right;
	padding: 3px;
	padding-top: 0px;
}

.subcontent
{
	background-color: #000080;
}