/*colours used: #e1de75=yellow background
		#b0b848=green buttons
		#8b8c40=green text
		#bbc4e1=blue buttons
*/

body {
	background: #b0b848;
	/*background-image: url(page_edge.jpg);*/
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0px;  
	margin: 0px;
	font-family: verdana, lucida, helvetica, sans-serif;
	}

#container {
	width: 700px;
	background:  #e1de75;
	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("headerBackground.jpg") center top;
	margin: 0px;		/*Doesn't seem to do anything*/
	padding-top: 250px;
	padding-right: 20px;
	border: 2px solid #000;
	}

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

#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: #bbc4e1;
	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:#8b8c40;
	font-weight:bold;
	}

#sidebar a:hover {
	background: #b0b848;
	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;
	}

#contentcraft {
	/*width: 75%;*/
	padding-left:3%;		/*Otherwise the div contains no text and the background disappears*/
	padding-right: 3%;
	/*border-top:20px solid #6BA0D2;*/
	font-size: 11pt;
	}
	
#content h2 {
	margin: 15px 0px 0px 0px;
	padding: 6px 20px 2px 6px;
	text-align: left;
	font-size: 180%;
	font-variant: small-caps;
	color: #8b8c40;
	border-bottom: 1px solid #8b8c40;
	text-align:justify;
	}

#contentcraft h2 {
	margin: 15px 0px 0px 0px;
	padding: 6px 20px 2px 6px;
	text-align: left;
	font-size: 180%;
	font-variant: small-caps;
	color: #8b8c40;
	border-bottom: 1px solid #8b8c40;
	text-align:justify;
	}

a 	{
	color: #545007;
	}
	
a:hover {
	color: #8b8c40;
	}	

	
.p1:first-letter	{
	color: #8b8c40;
	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;
	}

