html { 
	padding:0px;
	margin:0px;
	font-family: 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 14px;
	background-color: #eeeeff;
}

body { 
	padding:0px;
	margin:0px;
	margin-right:25px;
	font-family: 'Lucida Calligraphy', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 14px;
	background-color: #eeeeff;
}

	.box {
		padding:2px;
		border:1px solid #a71c18;
		background-color:#adbcb9;
	}
	
	#menubox {
		padding: 5px;
		width: 200px;
		height: 460;
		background-image: url('images/menuBackground.gif');
		background-repeat: no-repeat;
		font-size: 16px;
		font-family: 'Lucida Calligraphy', 'Lucida Sans Unicode', Verdana, sans-serif;
		vertical-align: top;
	}
	
#content {
	background-image: url('images/background.gif');
	width: 100%;
	height: 100%;
	font-size: medium;
	font-family: Georgia, 'Times New Roman', Times, serif;
} 

.centre {
	text-align:center;
	}
img {
	border: none;
	}
	
a:link {
	text-decoration: underline;
	color: #000000;
	}
	
a:hover {
	text-decoration: none; 
	color: red;
	}
	
.price {
	width: 95%;
	padding-left: 40px;
	background-image: url('images/pound.gif');
	background-repeat: no-repeat;
	}
	
table {
	width: 100%;
	text-align: left;
	vertical-align: top;
	}
	
h1 {
	padding-top: 31px;
	_padding-top: 41px;
	font-size: 22px;
	border-bottom: solid 2px #777777;
	margin-bottom:0px;
	font-family: 'Lucida Calligraphy', 'Lucida Sans Unicode', Verdana, sans-serif;
}
	
h2 {
	font-size: 18px;
	text-align:right;
	padding-right: 15px;
	font-style:italic;
	font-weight: normal;
	margin-top:0px;
	color: #ababab;
	}
	
h3 {
	font-size: 14px;
	padding-left: 8px;
	margin:0px;
	margin-left: 16px;
	font-weight: normal;
	color: #000000;
	border-left: solid 5px #b1b8ff;
	}
