/* CSS RESET Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END Reset */


body {
	background-color: #fff;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0;
	margin: 0;
	
}
#pageWrapper {
	background-color: #FFF;
	width: 960px;
	/*height: 500 px;*/
	margin-right: auto;
	margin-left: auto;
}
#menuWrapper {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div.menupic {
	float: left;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.menupic a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.menupic a:link {
	color: #A6C64A;
}
.menupic a:hover {
	color: #5B157A;
}
.menupic a:visited {
	color: #DCFF79;
}
#leftMenu {
	width: 20%;
	float: left;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#leftMenu li{
	padding: 0 0 1.5em 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #A6C64A;
}

a:hover {
	color: #5B157A;
}

a:visited {
	/*color: #DCFF79;*/
	color: #A6C64A;
}

#mainContent {
	margin-left: 65%;
	line-height: 1.50em;
	font-size: 110%;
	margin-top: 30px;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin-bottom: 1em;
}

#mainContent h1 {
	text-align: right;
}

#mainContent h2 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 120%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#mainContent p+p {
	text-indent: 1.5em;
	margin-top: 0;
}

#collectors {
	margin-top: 3em;
}

#collectors p {
	text-indent: 0;
	margin-bottom: 1em;
	color: #a6c64a;
}

#collectors p + p {
	text-indent: 0;
	margin-bottom: 1em;
	color: #a6c64a;
}

.bookBox {
	width: 45%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 2em;	
	margin-right: 5%;
}
.bookBox img {
	margin-bottom: 1em;
	margin-left: 15%;
}

.bookBox h2 {
	font-size: 130%;
	font-weight: bold;
}

.bookBox h3 {
	font-size: 120%;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.title {
	color: #A6C64A;
	font-size: 150%;
	padding: 5px 0 2px 0;
	text-transform: uppercase;
	margin: 0;
}

.subtitle {
	font-size: 120%;
	padding: 5px 0 13px 0;
	margin: 0;
}

.name {
	color: #000;
	font-size: 110%;
	margin-bottom: 3px;
	font-weight: normal;
}

.namenosub {
	color: #000;
	font-size: 110%;
	margin-bottom: 3px;
	margin-top: 13px;
	font-weight: normal;
}

.first {
	margin-top: 20px;
}

#centre {
	margin: 30px 0 0 0;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#colourblock {
	/*position: absolute;
	z-index: 1;
	left: 74px;
	top: 600px;
	width: 588px;*/
	margin-top: 20px;
	width: 100%;
	background-color: #d5f578;
	padding: 20px 10px;
}
#leftCol {
	width: 60%;
	float: left;
}

#footer {
	padding-top: 25px;
	text-align: center;
	color: #A6C64A;
	height: 60px;
}
#text {
	width: 60%;
	padding: 10px 0 0 15px;
}

#text p{
	font-size: 120%;
	padding: 10px 0;
	border-bottom: 2px solid #A6C64A;
}
#collectors p img {
	margin-left: 10px;
	margin-right: 10px;
}
#exhibition {
	margin-top: 2em;
	text-align: center;
	text-indent: 0;
}