/*headings*/

html{ 
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #ccc;
	margin: 0px;
	padding: 0px;
}

 #external a:link {
font-family: verdana;
font-size:11px;
font-weight: bold;
color: #3a1607;
text-decoration:none;



}

 #external  a:visited {
font-family: verdana;
font-size:11px;
font-weight: bold;
color: #3a1607;
text-decoration:none;



}

#external a:hover {

color:#c66420;
text-decoration:none;


}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3a1607;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	padding-left:40px;
	padding-right: 40px;
	line-height: 200%;
}

p.book {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3a1607;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	padding-left:20px;
	padding-right: 20px;
text-align:center;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3a1607;
	padding-top: 50px;
	padding-left:20px;
	padding-right: 20px;
	text-align: center;
	
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a1607;
	display: compact;
	padding-left:20px;
	padding-right: 20px;
	text-align: center;
	
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a1607;
	padding-left:20px;
	text-align:center;
	padding-right: 20px;
}

.bigline {
width: 400px;
vertical-align:center;




}
/*centre the images*/

img.post {
padding: 6px;
border-top: 1px solid #3a1607;
border-left: 1px solid #3a1607;
border-bottom: 1px solid #3a1607;
border-right: 1px solid #3a1607;
display:block;
margin-left:auto;
margin-right:auto;
text-align: center;
} 

img.photos {

display:block;
margin-left:auto;
margin-right:auto;
text-align: center;
} 


/*center the decorative line*/
img.bigline {
display:block;
margin-left:auto;
margin-right:auto;
text-align: center;
} 

/*structure*/
/*don't mention height of container so that it adapts to length of text*/

#container {
	/*add in hack to cater for browsers which don't do box model*/
	width: 747px;
	voice-family: "\"}\""; voice-family:inherit; width:745px;

	border: 1px solid #3a1607;
	margin-left: 100px;
	background-color: #fff;
/*this keeps the wrapper in one location, makes it a layer and allows you to put ai image in the body tag*/
	position: absolute;
}

/* the banner sits in the container*/

#banner {
	background-image: url(newbanner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
background-color:#fff;
width:745px;

height:250px;

}

/*this is the horizontal navigation bar*/ 
#menu {
height: 22px;
	width: 747px;
	voice-family: "\"}\""; voice-family:inherit; width:745px;
background-color: #c66420;

position:absolute;
top: 251px;
	voice-family: "\"}\""; voice-family:inherit; top:250px;

}

/*this is the text container*/


/*this is the footer at the end of the page*/

#footer {
height: 22px;
	width: 747px;
	voice-family: "\"}\""; voice-family:inherit; width:745px;
background-color: #c66420;
float:left;
color:#fff;
font-size:11px;
text-align: center;
padding-top: 5px;
}

/*horizontal navigation box and list*/

ul {
	height: 18px;
	border-right: solid 1px  #3a1607;
	width:350px;
	background-color: #d39f74;
padding-top: 4px;
	margin:0px;

	
}

li {

display: inline;


				text-align:left;
		
text-indent:5px;
	font-family: verdana;
font-size:11px;
font-weight: bold;
color:#c66420;
text-decoration:none;
	
}
 li a:link, a:visited {
font-family: verdana;
font-size:11px;
font-weight: bold;
color:#3a1607;
text-decoration:none;



}

 li a:hover {

color:#c66420;
text-decoration:none;


}
