@media all
{
	/* Left column */

	.LeftBox
	{
		float: left;
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border: 1px solid silver;
	}

	.LeftBoxHeader
	{
		background-image: url(images/headline_bg.gif);
		background-repeat: repeat-x;
		height: 24px;
		font-weight: bold;
	}

	.LeftBoxTitle
	{
		padding-left: 5px;
		padding-top: 5px;
	}

	.LeftBoxBody
	{
		background-image: url(images/grey-bg.jpg);
		background-repeat: repeat-x;
		width: 100%;
		padding: 10px 5px 5px 5px;
		float: left;
	}

	/**************************/

	/* Right Column */

	.RightBoxSeat
	{
		margin-bottom: 10px;
		border: 1px solid silver;
	}

	.RightBox
	{
		margin-bottom: 10px;
		padding-bottom: 5px;
		border: 1px solid silver;
	}

	.RightBoxHeader
	{
		background-image: url(images/headline_bg.gif);
		background-repeat: repeat-x;
		height: 24px;
		font-weight: bold;
	}

	.RightBoxTitle
	{
		padding-left: 5px;
		padding-top: 5px;
		color: #444444;
	}

	.RightBoxBody
	{
		background-image: url(images/grey-bg.jpg);
		background-repeat: repeat-x;
		padding: 10px;
	}

	.RightBoxSeatBody
	{
		background-image: url(images/grey-bg.jpg);
		background-repeat: repeat-x;
	}

	.RightBoxSeatBodyContent
	{
		height: 200px;
		background-image: url(images/seat.png);
		background-repeat: no-repeat;
		background-position: center bottom;
	}


	/**************************/
}
