@charset "UTF-8";
img, #logo { behavior: url(/common/css/iepngfix.htc); }
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	background-color: #F8EFE3;
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 9pt;
}
input, textarea {
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 9pt;
}
p,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 13pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}
small {
	font-size: 7pt;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
#header_outer {
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#header_inner {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	height: 158px;
	position: relative;
}
#logo {
	position: absolute;
	left: 0px;
	top: 63px;
	width: 566px;
	height: 40px;
	background-image: url(../img/logo.png);
}
#logo span {
	visibility: hidden;
}
@media handheld {
	#logo {
		background-image: none;
	}
	#logo span {
		visibility: visible;
	}
}
#africa {
	position: absolute;
	top: 14px;
	right: 0px;
}
#nav {
	position: absolute;
	left: 1px;
	top: 110px;
	height: 40px;
	list-style-type: none;
	float: left;
}
#nav li { display: block; float: left; }
#nav li a {
	padding-top: 10px;
	float: left;
	display: block;
	height: 24px;
}
#nav li a:hover {
	background-position: 0px -34px;
}
#nav li a.current {
	background-position: 0px -68px;
}
#nav li a span {
	display: none;
}
#main {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
.framed {
	border: 3px solid #ffffff;
}
#nav #home_btn {
	width: 65px;
	background-image: url(../img/home_btn.png);
}
#nav #about_btn {
	width: 166px;
	background-image: url(../img/about_btn.png);
}
#nav #collection_btn {
	width: 166px;
	background-image: url(../img/collection_btn.png);
}
#nav #collector_btn {
	width: 159px;
	background-image: url(../img/collector_btn.png);
}
#nav #debate_btn {
	width: 139px;
	background-image: url(../img/debate_btn.png);
}
#footer {
	clear: both;
}
#home #row1 {
	float: left;
	clear: both;
	margin-bottom: 10px;
}
#home #intro {
	float: left;
	width: 450px;
	margin-right: 15px;
}
#home #welcome {
	background-image: url(../img/welcome.png);
	height: 16px;
	width: 318px;
}
#home #welcome span {
	display: none;
}
#home #mainphoto {
	float: left;
	width: 375px;
}
#home #row2 {
	position:relative;
	height: 164px;
	clear: both;
	margin-bottom: 10px;
}
#home #thumb2 {
	position: absolute;
	left: 253px;
}
#home #liverpool {
	position: absolute;
	left: 506px;
}
#home #sau {
	position: absolute;
	left: 506px;
	top: 123px;
}
#home #thumb3 {
	position: absolute;
	left: 600px;
}
#home #row3 {
	font-size: 8pt;
	text-align:right;
}
#rss {
	padding-left: 5px;
	padding-top: 3px;
	float: right;
}
.inlinead {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.postdetails {
	font-size: 8pt;
	border-top: 1px solid #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;	
}
.imagethumb {
	width: 150px;
	height: 150px;
}
.imagethumb img, .albumthumb img {
	max-height: 150px;
	max-width: 150px;
}