/* =Reset default browser CSS. Based on work by Eric Meyer
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: small;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */
body {
	background-color: #E1D4C0;
	background-image: url('heathrow-VAT-background.png');
	background-position: center top;
	background-repeat: repeat-y;		
	text-align: center;
}
div#header {
	background-color: #025;
	background-image: url('heathrow-VAT-header.png');
	background-position: center top;
	background-repeat: repeat-y;
	border:0;
	border-bottom: 4px solid #47d;
	padding: 0;
}
div#wrapper {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: center;
}
div#wrapper h2 {
	padding: 20px 15px 15px;
	font-size: 1.8em;
	color: #025;
	font-weight: normal;
}
div.box {
	width: 710px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url('box_bot.png');
	background-position: center bottom;
	background-repeat: repeat-y;
	padding-bottom: 2px;		
	text-align: left;
}
div.box_top {
	width: 710px;
	height: 15px;
	background-image: url('box_top.png');
	background-position: center top;
	background-repeat: no-repeat;
}
div.box p {
	line-height: 1.2em;
	margin: 0 15px 15px 15px;
}
div#ad_block {
	position: absolute;
	left: 775px;
	top: 15px;
	width: 160px;
	height: 600px;
}
div.box blockquote {
	float: right;
	width: 300px;
	background: #eee url(quoleft.gif) left top no-repeat;
	padding: 7px 0;
	margin: 0 15px 10px 10px;
}
div.box blockquote h5 {
	color: #444;
	font-size: 1.2em;
	line-height: 1.4em;
	font-style: italic;
	padding: 0 45px;
	background: transparent url(quoright.gif) right bottom no-repeat;
}
div.clear-both {
	clear: both;
}
