body {
	font-family: Arial, Helvetica, sans-serif;
	background: #C1DBE8 url('http://www.ticketline.co.uk/images/ticketline/body_bg.jpg') repeat-x;
	color: #555555;
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	top: -5px;
	left: -230px;
}

#swirl {
	position: absolute;
	right:-90px;
	top:10px;
}

#main {
	width: 100%;
	background: #FFFFFF;
	border: 2px solid #034F80;
	position: absolute;
	top: 90px;
	text-align: center;
	padding: 20px;
}

h1, h2, h3 {
	margin: 0;
	color: #034F80;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
}

p, td {
	font-size: 100%;
	color: #555555;
	margin: 5px 0;
}

a:link, a:visited, a:hover {
	color: #209ED0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 2em auto;
}

table {
	border: none;
	border-collapse: collapse;
	background: #DAEAF2;
	margin: 2em auto;
	font-size: 90%;
}

th {
	padding: 2px;
	background: #034F80;
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

td.date {
	padding: 4px 5px 4px 15px;
	text-align: right;
}

td.venue, td.link {
	padding: 4px 15px 4px 5px;
	font-weight: bold;
	text-align: left;
}

hr {
	width: 25%;
}

.note {
	font-size: 80%;
}

.error {
	color: red;
	font-weight: bold;
}

#footer {
	margin: 2em auto;
	font-size: 90%;
	font-weight: bold;
}
