.generaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffd248;
}

a:link{
	color: #0000FF;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-size: 9pt;
}
a:active{
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-size: 9pt;
}
a:visited{
	color: #0000FF;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-size: 9pt;
}
a:hover{
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-size: 9pt;
}
#Container {
	width: 760px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: 600px;
	background-color:"#ddddff";
	background-image: url("images/woodplank.jpg");
	color: #ffffff;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	position: static;
}
#menu {
	position:relative;
	width: 760px;
	height: 30px;
	z-index:1;
	left: 0px;
	top: 7px;
	background-color: #474400;
	text-align: center;
}
#menu a:link{
	color: #ffd248;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-size: 15px;
}
#menu a:active{
	color: #ffd248;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-size: 15px;
}
#menu a:visited{
	color: #ffd248;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-size: 15px;
}
#menu a:hover{
	color: #FF2222;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-size: 15px;
}
#Header {
	position:relative;
	width: 760px;
	height: 150px;
	z-index:2;
	left: 0px;
	top: 0px;
	color: #882d00;
	font-family: Brandish;
	font-size: 25px;
}
.headduncanskingley{
	font-family: Brandish;
	font-size: 28px;
	font-weight: bold;
	color: #882d00;
}
#Main {
	position:relative;
	width: 730px;
	height: auto;
	z-index:2;
	left: 0px;
	top: 15px;
	color: #882d00;
	border: 15px;
	border-color: #882d00;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
}
#Contact {
	position:relative;
	width: 600px;
	height: auto;
	z-index:2;
	left: 0px;
	top: 15px;
//	color: #ffd248;
	color: #882d00;
	background-image: url("images/woodplank.jpg");
//	background-color: #882d00;
	border: 15px;
	border-color: #882d00;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
}
