* {
	margin:0;
	padding: 0;
}

body {
	font-family: arial, sans-serif;
	font-size: 76%;
	text-align: center;
	background-image: url(./images/background_page.png);
	background-color: #263;
}
	
dt {
	font-weight: bold;
	margin-bottom: 0.2em;
}

dd {
	margin-bottom: 0.5em;
}

#outercontainer {
	margin: 0 auto;
	width: 610px;
	background-image: url(./images/background_outercontainer.png);
	background-position: top center;
	background-repeat: repeat-y;
}

#innercontainer {
	margin: 0 auto;
	width: 600px;
}

#pageheader h1 {
	display: block;
	width: 600px;
	height: 160px;
	background-image: url(./images/hgbc_top.png);
}

#pageheader h1 span {
	display: none;
}

#menu {
	float: right;
	width: 25%;
	text-align: left;
}

#menu li {
	list-style-type: none;
	padding: 0.5em 0;
}

#menu li.blogarea {
	padding: 0.2em 0;
}

#menu a {
	display: block;
	font-size: 1.2em;
	padding: 0.2em 0.5em;
	font-weight: bold;
	color: #fff;
	background-color: #395;
	border-top: 2px solid #efe;
	border-bottom: 2px solid #efe;
	text-decoration: none;
}

#menu li.blogarea a {
	font-size: 0.8em;
	padding: 0.2em;
	padding-left: 2em;
	color: #fff;
	background-color: #395;
	border-style: none;
}

#menu a:hover {
	border-color: yellow;
}

#menu li.blogarea a:hover {
	background-color: #ee0;
	color: #000;
}

#menu a#current {
	background-color: #062;
}

#pagecontent {
	margin-right: 160px;
	text-align: left;
	padding: 1em;
}

#pagecontent * {
	margin-bottom: 1em;
}

#pagecontent li {
	margin-left: 1em;
}

blockquote {
	padding: 1em;
	background-color: #efe;
	color: #000;
}

#pagefooter {
	clear: both;
	border-top: 1px solid #efe;
	border-bottom: 1px solid #efe;
	background-image: url(./images/footer_temp.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0.5em 0.5em 1em 0.5em;
	margin-top: 2em;
	text-align: left;
	font-style: italic;
}

#pagefooter p {
	padding: 1em 1em 0 1em;
}

.pictureleft {
	padding-right: 0.5em;
	float: left;
}

.pictureright {
	padding-left: 0.5em;
	float: right;
	border-style: none;
}

.nonlink {
	text-align: right;
	font-weight: bold;
	color: #fff;
	margin-right: 1em;
}

div.moreentries a {
	padding: 0.2em;
	margin: 1em;
	margin-left: 0;
	background-color: #395;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div.moreentries a:hover {
	background-color: #ee0;
	color: #000;
}

.dateheader {
	border: 1px solid #6a8;
	background-color: #263;
	clear: left;
	color: #041;
	background-image: url(http://www.web-den.org.uk/hgbc/images/background_page.png);
	padding: 0.2em;
	font-weight: bold;
}

#pagecontent h2 {
	padding-top: 0;
}

table.studyref {
	border: 1px solid black;
}

	table.studyref th {
		font-weight: bold;
		padding: 0.3em;
	}

	table.studyref td {
		padding: 0.3em;
	}

