.bold {
	font-weight: bold;	
}
body {
	font-family: arial;
	font-size: 14px;
}
table tr td {
	vertical-align:top;	
}
#wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 550px;
	width: 500px;
	background: orange;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 550px;
	width:500px;
	background:url('2010logo.png');
	background-position:right;
	background-repeat:no-repeat;
}
#text {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 550px;
	width: 500px;
	background-image: url('background.jpg');
	color: white;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	}
#tickets {
	background: url('tickets-background.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 95%;
	height: 45%;
	color: black;
	padding:20px 0px 0px 25px;
	margin-bottom: 5px;
	}
#heading {
	padding: 2px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
table {
	width: 95%;
}
#description {
	padding:0 0 0 25px;
}
