body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: grey;
}

#header {
	position: absolute;
	float: left;
	left: 10px;
	height: 140px;
	width: 990px;
	background-image:url(../images/blackfriars_header2.jpg);
	display: block;
}

#nav {
	position: relative;
	top: 78px;
	left: 70px;
	height: 48px;
	width: 800px;
}

#nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(../images/ticket_bk.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 48px;
	text-align: center;
	display: block;
	float:left;
	padding-top: 9px;
}

#nav a:hover {
	color: #FFFFFF;
	background-image:url(../images/ticket_bk_ro.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 48px;
	padding-top: 9px;
}

