.mydhf #footer {
	padding: 0 10px;
	border-top: thin solid #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.mydhf #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mydhf #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.mydhf #header {
	padding-top: 10px;
}
.mydhf #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/backgroundwall_two.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
body {
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-decoration: none;
	background: #000000;
}
#navigation {
	width:190px;
	height:120px;
	z-index:1;
	left: 200px;
	top: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px 0px 0px 18px;
	margin-bottom: 1em;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}


#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#navigation ul li {
	margin: 0;
}

#navigation ul li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	color: #000000;
	text-decoration: none;
	width: 100%;
}

#navigation ul li a {
	width: auto;
}


#navigation ul li a:hover {
border-left: 10px solid #000000;
border-bottom: 1px solid #000000;
background-color: #660000;
color: #FFFFCC;
}

#contact {
}


#contact a:hover {
color: #FFFFCC;

}



.style1 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.style2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.style3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.style4 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	line-height: 16pt;
}

.style5 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: normal;
	padding: 6px;
	font-weight: bold;
}

.style6 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}

.style7 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style: normal;
	color: #000000;
	margin-left: 8px;
	line-height: 14pt;
	margin-top: 20px;
}	

.style8 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	
border-left: 10px solid #000000;
border-bottom: 1px solid #000000;
background-color: #000000;
color: #FFFFCC;
}


.style11 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
