html {
	background-color: #2D3363;
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 832px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	background-color: #323C7A;
	background-image: url(page_repeat.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#header {
	width: 832px;
	height: 300px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header span {
	visibility: hidden;
}
#indexbar {
	width: 161px;
	float: left;
	overflow: hidden;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 48px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
}
#indexbar #search_form {
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	color: #CCCCFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
}
#indexbar #search_form #search_string_main_page {
	width: 70px;
	font-size: 0.8em;
}
#indexbar #search_form input {
	vertical-align: middle;
}
#indexbar p#folder {
	display: none;
}
#indexbar ul {
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#indexbar ul li {
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#indexbar ul li a {
	margin: 0px;
	display: block;
	color: #CCCCFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 0.9em;
	width: 141px;
	text-align: right;
}
#indexbar ul li a:hover, #indexbar ul li.uber a {
	background-color: #5F669A;
	color: #CCCCFF;
}
#content {
	overflow: hidden;
	float: left;
	width: 496px;
	display: inline;
	margin: 0;
	padding-top: 0px;
	padding-right: 110px;
	padding-bottom: 100px;
	padding-left: 17px;
	color: #CCCCFF;
}
#footer {
	text-align: right;
	clear: both;
	font-size: 0.8em;
	color: #9595D7;
	padding-top: 454px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	height: 50px;
	margin-left: 0px;
	background-color: #2D3363;
	width: 772px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}
#content a {
	color: #66ccff;
}
#content a:hover {
	color: #66ffff;
}
#footer a {
	color: #66ccff;
}
#footer a:hover {
	color: #66ffff;
}

#content h1, #content h2, #content h3, #content p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#breadcrumbs {
	font-size: 0.85em;
}

/* This is to make it legible on the coloured background */
.store, .imageGallery {
	background-image: none;
	background-color: #444D84;
}
.imageGallery h2 {
	background: none;
}
.store div.photo, .store p.thumb a, .store ul.thumbnails a, .store p.thumb img.noImage, 
.imageGallery div.photo, .imageGallery p.thumb a, .imageGallery ul.thumbnails a {
	background-color: #636B98;
}
.store div.photo, .store p.thumb a:hover, .store ul.thumbnails a:hover,
.imageGallery div.photo, .imageGallery p.thumb a:hover, .imageGallery ul.thumbnails a:hover {
  background-color: #7D84AB;
}
.store .priceAndCart {
	background: none;
}
li.downloadableEvent {
	background: none;
}