<html>
<head>
<style type="text/css">

body,
html {
	border-width: 0px;
	padding: 0;
	margin: 0;
	color: white;
	background-color: black;
}

#container {
	background-color: black;
	color: white;
	text-align: justify;
	position: relative;
	z-index: 1;
	padding: 0;
	border-width: 10px;
	width: 1200px;
}

#pageHeader {
	text-align: center;
	background-color: black;
	height: 150px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	position: relative;
}

#pageHeader h1 {
	margin: 0px;
	right: 0px;
	left: 0px;
	top: 0px;
	line-height: normal;
	font-style: normal;
	background-color: black;
	color: #ffad7a;
	text-transform: none;
	text-decoration: none;
	text-overflow: clip;
	text-align: center;
	letter-spacing: 4px;
	word-spacing: normal;
	font-weight: normal;
	font-size: xx-large;
	font-family: "Trebuchet MS";
}

#pageHeader h2 {
	left: 0px;
	top: 0px;
	font-style: italic;
	background-color: black;
	color: white;
	text-transform: none;
	text-decoration: none;
	text-overflow: clip;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	font-size: x-large;
	font-family: JaneAusten;
}

#navBar {
	text-align: center;
	background-color: #202020;
	color: white;
	height: 36px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	position: relative;
}

#navBar a {
	background-color: #202020;
	color: #ffad7a;
	font-family: "Trebuchet MS";
	float:left;
	text-decoration:none;
	font-size: medium;
	font-weight:bold;
	height: 26px;
	width: 175px;
	text-align:left;
	display:block;
	padding: 5px 10px 5px 10px;
	margin: 0px 10px;
}
 
#navBar a:hover {
 	text-decoration:underline;
}

#navBar ul {
	float:left;
	padding: 0px;
	margin: 0px 10px;
	height: 26px;
	width: 175px;
	overflow: hidden;
	list-style:none;
}

#navBar ul:hover {
	overflow:visible;
}

#navBar ul li {
	float:left;
	width:250px;
	margin:0;
	padding:0;
	overflow: hidden;
}

#navBar ul li:hover {
	overflow:visible;
}

#contentContainer {
	float: left;
	background-color: black;
	z-index: 2;
	text-align: left;
}

#contentContainer #content {
	padding-right: auto;
}

#contentContainer h1 {
	font-size: x-large;
	font-weight: bold;
	font-family: "Trebuchet MS";
	margin-left: 20px;
	margin-right: 100px;
}

#contentContainer h2 {
	font-size: large;
	font-weight: bold;
	font-style: italic;
	font-family: "Trebuchet MS";
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 100px;
}

#contentContainer p {
	font-size: medium;
	font-weight: normal;
	font-family: "Trebuchet MS";
	margin-left: 20px;
	margin-right: 100px;
}

#contentContainer a {
	color: yellow;
	text-decoration:none;
}

#contentContainer a:hover {
 	text-decoration:underline;
}

#centerContainer {
	text-align:center;
}

#sidebarContainer {
	white-space: normal;
	text-align: left;
	float: left;
	background-color: black;
	z-index: 1;
}

#sidebarContainer h1 {
	font-size: medium;
	font-weight: bold;
	font-family: "Trebuchet MS";
	margin-left: 100px;
	margin-right: 100px;
}

#sidebarContainer h2 {
	font-family: "Lucida Sans";
	font-style: italic;
	font-size: medium;
	margin-left: 150px;
	margin-right: 100px;
}

#sidebarContainer #sidebar {
	margin-right: 15px;
	padding: 15px 0;
	width: 760px;
}

#clearer {
	clear: both;
}

#footer {
	margin-left: 0px;
	text-align: left;
	height: 75px;
	border-top-style: solid;
	border-top-width: 10px;
}

#footerCopyright p {
	font-size: medium;
	font-family: "Trebuchet MS";
	margin-left: 20px;
	margin-right: 20px;
}

#footerCopyright a {
	color: yellow;
	text-decoration:none;
}
 
#footerCopyright a:hover {
 	text-decoration:underline;
}

#footerCopyright {
	float:left;
}

#facebook {
	float:left;
	margin-top: 15px;
	margin-right: 15px;
}

#twitter {
	float:left;
	margin-top: 15px;
	margin-right: 15px;
}

#amazonuk {
	float:left;
	margin-top: 15px;
	margin-right: 15px;
}

#amazonus {
	float:left;
	margin-top: 15px;
	margin-right: 15px;
}

#paypal {
	float:left;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}

</style>
</head>
</html>
