html, body, div, span, applet, object, iframe{
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	outline: 0;
}
body {
	background-color: #666;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

h4 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


a,  a:link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #7F7F55;
	text-decoration: underline;
}
a:focus {
	color: #FFFF00;
}
a:active {
	color: #FF0000;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 0;
	min-width: 760px;
	text-align: left;
	width: 80%;
}
#outerWrapper #header {
	background-image: url(../../books/logos/methuen-sm.jpg);
	background-position: 20px 0px;
	background-repeat: no-repeat;
	border-bottom: solid 5px #666;
		padding: 10px 10px 10px 10px;
}
#outerWrapper #header h1 {
font-size: 36px;
	font-weight: bold;
	height: 85px;
	line-height: 80px;

}
#outerWrapper #contentWrapper #sidebarRH {
	background-color: #FFF;
	float: right;
	padding: 10px 20px 10px 10px;
	width: 200px;
}
#outerWrapper #contentWrapper #sidebarLH {
	background-color: #FFF;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 200px;
}

#outerWrapper #contentWrapper #content h3 {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
}
#outerWrapper #contentWrapper #content h4 {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
}
#outerWrapper #contentWrapper #content h5 {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
#outerWrapper #contentWrapper #content h6 {
  color: #AA0000;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
#outerWrapper #contentWrapper #content {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 250px;
}
#outerWrapper #contentWrapper #content h1{
  color: #666666;
  font-size: 24px;
  line-height: 30px;
  }
#outerWrapper #contentWrapper #content h2{
  color: #666666;
  font-size: 18px;
  line-height: 24px;
}
  
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #ddd;
  border-top: solid 5px #666;
  padding: 10px 10px 10px 10px;
}
