@charset "utf-8";
/* CSS Document */
html, body, {
 height: 100%;
}
body {
	text-align:center;
}
/* layout*/
#container {
	width:767px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header {
	width:100%;
	overflow:hidden;
	height:66px;
}
#oup_logo {
	width:168px;
	float:left;
	margin-right:10px;
}
#oup_logo img{margin-top:10px}
#banner {
	width:404px;
	float:left
}
#book_logo {
	width:185px;
	float:right
}
#breadcrumb {
	padding-left:10px;
	clear:both
}
#navigation {
	text-align: center;
	width: 157px;
	float:left;
}
#navigation ul {
	list-style:none;
	padding:0px;
	margin:20px 0px 0px 0px;
}
#middle_matter {
	overflow:hidden;
	
}
#book_image {
	margin-bottom: 20px;
	margin-top: 30px;
}
#content {
	float:left;
	width: 560px;
	text-align:left;
}
#content.home_page {
	float:none;
	width:100%;
}
#bottom {
	clear:both;
}
#home_bottom {
}
/*defines style for the centre nav on sections*/

#children {
margin:0px;
padding:0px
}

/*misc*/
img{
border:0px	
	}

/*footer styles from main oup site*/

#addthis{
	clear:both;
	margin-top:50px;
	text-align:right
	}


#footer {
	margin-top:15px;
	color:#fff;
	background-color: #002147;
	text-align: center;
	line-height: 2em;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;

}
#footer a{color:#fff; text-decoration:none}
#footer a:hover{text-decoration:underline}
#footer p, #footer ul{
	font-family: Arial, Helvetica, sans-serif;
	inherit:none;
	diplay:inline;
	color:#ffffff;
	font-size: 10pt;
}
#footer ul{
	list-style:none
	}
#footer li{display:inline; color:#ffffff; font-size:10pt}

.fl-left {
	float:left
}
.fl-right {
	float:right
}

#footerinner{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}


