*	{
	margin: 0;
	padding: 0;
	}
body {
	width: 100%;
	padding:0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.4em;
	font-style: normal; 
	font-weight: normal; 
	font-size: 0.7em;
	color: #222;
	}
	
/* links */
a:link, a:visited {
	color: #D70071;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}

/* headers */
h1, h2 {
	display: none;
	}
h3, h4 {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0; 
	padding:0;
	color: #511F69;
	}
h3 {
	font-size: 160%; 
	line-height:160%;
	padding: 0 0 0.6em 0;
	}
h3 span {
	font-size: 70%; 
	}
h4 {
	font-size: 130%; 
	line-height:130%;
	padding: 0 0 0.6em 0;
	}
	
/* general styles */
p {
	margin: 0 0 1.8em 0;
	}
.hide, h1 span, .last-item {
	display:none;
	}
acronym, abbr {
	cursor: help; 
	border-bottom: 1px dotted #eee;
	}

/* layout */
#wrapper {
	margin: 10px;
	}
#printlogo {
	float: right;
	margin-right: 40px;
	}
#header {
	height: 90px;
	padding: 20px 10px;
	border-bottom: 1px solid #511F69;
	}
#main {
	margin-top: 30px;
	}
#leftcol {
	float: left;
	width: 175px;
	margin: 0 0 0 30px;
	}
#centcol {
	margin: 0 30px 6em 215px;
	}
#footer {
	display: none;
	}

/* header */
#logos {
	padding: 32px 0 0 30px;
	list-style: none;
	}
*html #logos {	
	width: 436px;
	height: 103px;
	padding: 32px 0 0 75px;
	list-style: none;
	}
#logos li {
	float: left;
	list-style: none;
	display: inline;
	}
#logos li a	{
	display: block;
	}
a.oxfam {
	background: url("../images/logo_oxfam_print.png") 0 0 no-repeat;
	width: 108px; 
	height: 36px; 
	padding:0;
	text-indent: -7000em;
	line-height: 0;
	}
a.routledge {
	background: url("../images/logo_routledge_print.png") 0 0 no-repeat;
	width: 106px; 
	height: 36px; 
	padding:0;
	margin: 0 0 0 10px;
	text-indent: -7000em;
	line-height: 0;
	}
#nav {
	display: none;	
	}

/* centcol */
#quote {
	border: 1px solid #F5CBAF;
	color: #511F69;
	padding: 10px;
	background: url("../images/quote_l.png") 10px 10px no-repeat #FEF9F1;
	text-align: center;
	float: right;
	width: 200px;
	margin: 0 0 1em 10px;
	}
#quote blockquote {
	text-indent: 8px;
	font-size: 1.1em;
	line-height: 150%;
	background: url("../images/quote_l.png") 185px 100% no-repeat;
	padding: 2px;
	margin: 0 0 1em 0;
	}
p.qauth {
	font-weight: bold;
	color: #D70071;
	margin: 0 0 0.8em 0;
	}