/* CSS Document */

body {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	font-size: 13px;
	margin: 0;  
	padding: 0; 
	background-color: #000;
	background-image: url(images/bg_3colour.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/LHS_right.jpg);
	background-repeat: repeat-y;
	background-color:#FFF;
}

#header {
	background-color: #fff;
	background-image: url(images/header_5thed.jpg);
	background-repeat: no-repeat;
	color: #eee;
	height: 210px;
	padding-bottom: 0px;
}

#navigation {
	float: left;
	width: 190px;
	margin: 0 0 10px 0;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
}
#navigation li a {
	color: #ffffff;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}
#navigation li a:link, #navigation li a:visited {
	color: #CC0000;
	display: block;
	background: url(images/navbutton.jpg) 0 -35px;
	background-repeat: no-repeat;
	padding: 8px 0 0 10px;
}
#navigation li a:hover {
	color: #ffffff;
	background: url(images/navbutton.jpg);
	background-repeat: no-repeat;
	padding: 8px 0 0 10x;
}
#content {
	float: right;
	width: 530px;
	padding: 0 10px 10px 10px;
}
#content p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.1em;
	color: #000000;
}
#content h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.7em;
	color: #c22d27;
}
#content h2 {
	
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	padding-top: 5px;
}
#content h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.3em;
	margin-top: 30px;
}
#content ul {
		list-style-type: circle;
		font-size: 0.9em;
}

#content li {
	margin-top: 10px;

}
#content a:link, #content a:visited {
	color: #c22d27;
	font-weight: bold;
}
#content a:hover {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
#content .image-left {
	margin-right: 10px;
	border: 3px solid #fff;
	float: left;
}
#content .image-right {
	margin-left: 10px;
	border: 3px solid #fff;
	float: right;
}

#content .bookref {
	margin-top: -10px;
	margin-left: 15px;
	text-indent: -15px;
}
	
#footer {
	clear: both;
	height: 44px;
	padding: 10px 0 0 0;
}