/*colours used: #c3b1a7=pale brown background
		#b0b848=green buttons
		#997461=brown text
		#c0bebf=grey buttons
*/

body {
	background: #997461;
	background-repeat:repeat;
	padding: 0px;  
	margin: 0px;
	font-family: verdana, lucida, helvetica, sans-serif;
	}

#container {
	width: 700px;
	background:  #c3b1a7;
	margin: 0px auto; 		/*This keeps the div in the centre of the page!*/
	border-right:12px solid #fff;
	border-left:12px solid #fff;
	border-bottom: 12px solid #fff;
	border-top: 12px solid #fff;
	}

#header {
	/*height: 300px;*/
	background: url("familyheader.jpg") center top no-repeat;
	margin: 0px;		/*Doesn't seem to do anything*/
	padding-top: 298px;
	padding-right: 20px;
	border: 2px solid #000;
	}

#header2 {
	/*height: 300px;*/
	background: url("familyheader2.jpg") center top no-repeat;
	margin: 0px;		/*Doesn't seem to do anything*/
	padding-top: 148px;
	padding-right: 20px;
	border: 2px solid #000;
	}
	
#header h1 {
	color:white;
	vertical-align:baseline;
	text-align:right;
	font-size:30pt;
	}

h1	{
	color: #63432c;
	}
	
#sidebar {
	float: left;
	/*border-left: 1px dotted #090909;
	border-right: 1px dotted #090909;
	border-top: 1px dotted #090909;*/
	width: 20%;
	font-size: 10pt;	
	}


#sidebar a {
	background: #c0bebf;
	display: block;
	margin-left: 0;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
	border-bottom: 1px solid #000;
	color:#997461;
	font-weight:bold;
	}

#sidebar a:hover {
	background: #997461;
	color:#fff;
	}
	
#content {
	/*width: 75%;*/
	padding-left:23%;		/*Otherwise the div contains no text and the background disappears*/
	padding-right: 3%;
	/*border-top:20px solid #6BA0D2;*/
	font-size: 11pt;
	}
	
#content a {
	color: #63432c}
	
#content a:hover {
	color: #997461;
	}

	
#content h2 {
	margin: 15px 0px 0px 0px;
	padding: 6px 20px 2px 6px;
	text-align: left;
	font-size: 180%;
	font-variant: small-caps;
	color: #997461;
	border-bottom: 1px solid #997461;
	text-align:justify;
	}
	
.p1:first-letter	{
	color: #997461;
	font-size: 140%;
	font-weight: bold;
	/*margin: 0px 2px 0px 0px;*/
	}
	
.p2:first-letter {
	font-weight:bold;
	}
	
#footer {
	border-top: 1px dotted #000;
	font-size:10pt;
	padding-left: 1em;
	}
	
.update	{
	text-align:right;
	}

table	{
	font-size: 80%;
	}