/* sets the colour etc for the main body outside wrapper*/
body {
margin: 0;
padding: 0;
font:80% Arial, Verdana, Helvetica, sans-serif;
}

#twoColLayout {
background: #ffffff;
}
#oneColLayout {
background: #ffffff;
}

#twoColLayout #primaryContent{
	float:left;
	width:470px;
	margin: 20px 0px 20px 40px;
}
#twoColLayout #fadeWrapper{
	width:730px;
	margin:10px 10px 0px 0px;
	padding: 0;
	background: repeat-x left top;

}
#secondaryContent{
	float:left;
	width:200px;
	margin: 20px 0 20px 5px;
}

#oneColLayout #secondaryContent, #oneColLayout #sideContent, #oneColLayout #fadeWrapper{
	display:none;
}

#primaryContent {
	float:left;
	width:710px;
	display:inline;
	background: left top;
	margin: 25px 10px 15px 25px;

}

/* default links */

a:link {
color: #3d3d3d;
}
a:hover {
color: #a1a1a1;
}
a:visited {
color: #4a9a9b
}

/*paragraph */

p{	
	margin: 0;
	padding: 0 20px 20px 28px;
	color: #333;
}
#twoColLayout #primaryContent p{
	padding: 0 15px 15px;
}
#secondaryContent p, #sideContent p{
	text-align: center;
	margin: 0;
	padding: 0px;	
}

/* headers */

h1 {
	margin: 0;
	padding: 20px;
	font-size: 140%;
	color: #000000;
	text-indent: -9000px;
}
h2 {
	margin: 10px 20px 20px 28px;
	padding: 2px;
	font-size: 110%;
	color: #000000;
}
#twoColLayout #primaryContent h2{
	margin: 15px 15px 20px;
}



/* main wrapper that holds it all centrally */

#wrapper {
	width:750px;
	margin:0 auto;
	background-color: #FFFFFF;
	padding: 0 10px 10px 10px;
}

/* header */

#header {
	width: 750px;
	height: 162px;
	background:url(header.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
}



#contentHolder{
	width:750px;
	color:#FFFFFF;
	float:right;
	background: url('shadows.jpg') repeat-y;
	margin: 0px;
	padding: 0px;

}


/* footer */

#footer{
	clear:both;
	width: 750px;
	height: 47px;
	background: #ffffff url('footer.jpg');
	padding: 0px;
font-size:85%;
}

#footerCopy {
	width:300px;
	margin: 0px;
	padding: 12px 4px 4px 28px;
	font-size:90%
	float:left;

}
#footerLink{
	
	width:200px;
	padding: 12px 20px 4px 28px;
	text-align: right;
	float:right;


 }

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	color: #4a9a9b;
	
}

/* image control. */

img {
	float: left;
	margin: 0px 0 2px 5px;
	border: 2px solid #C5BDBD;
}

/* Images*/

.default img {
	border: 0;
}

.mainImage {
	display: block;
	float: none;
	margin-top: 4px;
	border: 3px solid #C5BDBD;
}

.img-wrapper {
	margin: 10px 30px 10px 20px;
	float:left;
	line-height:0;
}
 
.img-wrapper img {
	float:none;
	margin:0;
	background:#fff;
	padding:4px;
	border:1px solid #3f260d;
	position:relative;
	left:-5px;
	top:-5px;
}
.img-small{
	margin: 10px 0px 10px 55px;
	float:none;
	display:block;
	line-height:0;
}
.img-small img {
	float:none;
	background:#fff;
	padding:4px;
	border:1px solid #C5BDBD;
	position:relative;
	margin: 10px 0px 5px -5px;
}
.photo-wrapper {
	margin: 15px 20px 20px 20px;
	float:right;
	line-height:0;
}

.photo-wrapper img{
	float:none;
	background:#fff;
	padding:4px;
	border:1px solid #C5BDBD;
	position:relative;
}


/* spacer used immediately after the floated gallery thumbnails to ensure the box expands to hold them all */

.spacer {
	clear: both;
}


/* horizontal main menu navigation - based on a method from Richard Rutter */
#mainNav{
	margin: 77px 0 0 44px;
	padding: 0;
	font-size: 140%;
	height: 20px;
}

#mainNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#mainNav li{
	display: inline;
	margin: 0;
	padding: 0px 10px;
	float: left;
	width: auto;
}

#mainNav a{
	color: #3f260d;
	display: inline;
	width: auto;
	text-decoration: none;
	background: #CFB369;
	margin: 0px;
	padding:2px 1em;
}

#mainNav a:hover, #mainNav a:active {
	color: #5DBDB1;
}

#mainNav a.active:link, #mainNav a.active:visited {color: #3f260d;}


/* Highlighting the current page */

body.home #mainNav a#home, body.links #mainNav a#links, body.books #mainNav a#books { 
 color: #de5c7e;

}
body.home #mainNav a:hover#home, body.links #mainNav a:hover#links, body.books #mainNav a:hover#books { 
  color: #5DBDB1;
}

.thumbnails {
margin: 0 0 20px 50px;
}
