@charset "UTF-8";
/* CSS Document */

.header h1{
	position:relative;
	float:left;
	width:263px;
	height:81px;
	line-height:200px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	margin-top: 16px;
}
.header h2 {
	position:relative;
	float:right;
	width:190px;
	height:50px;
	line-height:200px;
	overflow:hidden;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
.header h2 a:link{
	position:relative;
	float:right;
	width:190px;
	height:50px;
	line-height:200px;
	overflow:hidden;
	background-image: url(../images/buytickets.png);
	top: 0px;
	padding: 0px;
	margin: 0px;
}
.header h2 a:visited{
	position:relative;
	float:right;
	width:190px;
	height:50px;
	line-height:200px;
	overflow:hidden;
	background-image: url(../images/buytickets.png);
	top: 0px;
	padding: 0px;
	margin: 0px;
}
.header h2 a:hover{
	position:relative;
	float:right;
	width:190px;
	height:50px;
	line-height:200px;
	overflow:hidden;
	background-image: url(../images/buytickets_over.png);
	top: 0px;
	padding: 0px;
	margin: 0px;
}
.header h2 a:active{
	position:relative;
	float:right;
	width:190px;
	height:50px;
	line-height:200px;
	overflow:hidden;
	background-image: url(../images/buytickets.png);
	top: 0px;
	padding: 0px;
	margin: 0px;
}

