
body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #798675;
	background-position: bottom right, bottom left, top left;
	background-repeat: no-repeat;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
}


h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	border: 5px solid #000000;
	border-bottom: 15px solid #000000;
	background: #005648;
	background-image: url(menu/bwhefheader.jpg);
	background-position: bottom right, bottom left, top left;
	background-repeat: no-repeat;
}

a {
	color: #DBE3CB;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #8DA87F;
	font-weight: bold;
	text-decoration: none;
}

a:link img,	a:visited img {
	color: #DBE3CB;
}
	
	a:focus img,
	a:hover img,
	a:active img{
	color: #8DA87F;
	}


/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	border: 5px solid #000000;
	border-top: none;
	background: #000000;
	color: #D9D9C3;
	letter-spacing: 1px;
	
}

#contentintro {
	width: 690px;
	margin-right: auto
	margin-left:auto
	border: 5px solid #000000;
	border-top: none;
	background: #000000;
	color: #D9D9C3;
	letter-spacing: 1px;
	padding: 5px;
	
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}