html {background: #dcdcdc;}

#header {
	width: 720px;
	height: 156px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 3%;
}

#header-img {
	float: left;
	width: 160px;
	height: 156px;
	

}

#header-bkgd {
	float: right;
	width: 160px;
	height: 156px;

}

#header-text {
	float: left;
	width: 720px;
	height: 156px;
	background-image: url("../img/Header_Background.jpg");
	background-position: right;
	text-align: center;
	border-left: 4px groove gray;
	border-top: 4px groove gray;
}

#contentheader-text {
	float: left;
	width: 100%;
	text-align: center;
}

#contentfooter-text {
	float: left;
	width: 100%;
	text-align: center;
}

#content {
	float: left;
	width: 50%;
	margin-left: 3%;
	padding: 0 5px;
	display: inline;
	background: #fff;
	border-left: 4px groove gray;
	border-top: 4px groove gray;
}

#nav {
	float: left;
	width: 17%;
	font-size: 1em;
	padding: 0 3px;
	margin-left: 2%;
	text-align: left;
	background: #fff;
	border-left: 4px groove gray;
	border-top: 4px groove gray;
}

#media {
    margin-top: 4px;
	margin-left: 2px;
}

#nav dd {
	margin: 0;
	padding: 0 5px;
}

dd a, p.link a {
	display: inline;
	text-decoration: none;
	color:#8c4210;
	font-weight: bold;
}

dd a:hover, p.link a:hover {
	background: #ffff42;
}

#info {
	float: right;
	width: 0%;
	margin-right: 0%;
	padding: 0 0px;
	background: #fff;
	border-right: 0px groove gray;
	border-bottom: 0px groove gray;
}

#w3 a {
	color: #fff;
}
