@charset "utf-8";
/* CSS Document */
#oval_orange_big
{
	background:url(../images/shows/oval_orange_big.png);
	width: 900px;
	height: 320px;
}
#oval_blue
{
	background:url(../images/shows/oval_blue.png);
	width: 900px;
	height: 100px;
}
#oval_red
{
	background:url(../images/shows/oval_red.png);
	width: 900px;
	height: 100px;
}
#oval_green
{
	background:url(../images/shows/oval_green.png);
	width: 900px;
	height: 77px;
}
#shows_spacer10
{
	height:10px;
}
#oval_purp
{
	background:url(../images/shows/oval_purp.png);
	width: 900px;
	height: 100px;
}
#show_title
{
	width: 200px;
	height: 20px;	
	margin: 0 auto;
	color: #00F;
	text-align:center;
}
#show_content
{
	width: 700px;
	margin: 0 auto;	
	margin-top: 5px;
}
#show_content_big
{
	width: 700px;	
	margin: 0 auto;
	margin-top: 32px;
}

