@charset "UTF-8";
/* CSS Document */

.tickettitle .Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffea00;
}


/* ---------- Layout ---------- */

#container
{
	margin: 0 auto;
}

#containerheader
{
	height: 33px;
	width: 100%;
	background-image: url(images/roughtopedge.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	line-height: 1px;
	float: left;
	display: inline;
}

#containerheader_coating
{
	height: 7px;
	width: 100%;
	background-color: #4058b0;
	background-image:url(images/coatingright.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 26px;
	margin-left: 0px;
	line-height: 0;
	font-size: 0px;
	float: left;
	display: inline;
}

#containerheader_coating2
{
	height: 7px;
	width: 100%;
	background-image:url(images/coatingright.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 0;
	font-size: 0px;
	float: left;
	display: inline;
}

#containertitle
{
	height: 32px;
	width: 100%;
	background-image: url(images/titlegradient.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	float: left;
	display: inline;
}

#containertitle_text
{
	height: 24px;
	margin-left: 16px;
	margin-top: 6px;
	float: left;
	display: inline;
}

#containerbody1
{
	background-image: url(images/topleft.jpg);
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	display: inline;
}

#containerbody2
{
	background-image: url(images/topright.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	float: left;
	display: inline;
}

#containerbody3
{
	background-image: url(images/footerleft.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100%;
	float: left;
	display: inline;
}

#containerbody4
{
	background-image: url(images/footerright.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 100%;
	float: left;
	display: inline;
}

#containerbody5
{
	padding-left: 16px;
	padding-right: 14px;
	padding-top: 4px;
	float: left;
	display: inline;
}

#containerclear
{
	clear: both;
}
	

