/*body and header styles*/

body {
	background: url(foggy_woods.jpg) top right no-repeat;
	background-color: gray;
	background-size: 88%;
	font-family: Georgia, serif;
}

header {
	color: white;
	display: block;
	text-align: center;
	font-size: 1.4em;
	text-decoration: underline;
	width: 100%;
}

body p {
	display:block;
	color: white;
	margin: 95px 0px 25px 0px;
	width: 60%;
}


/*Field styles*/

fieldset {
	background-color:rgb(195, 195, 195);
	border: 2px solid rgb(180, 222, 255);
	float: left;
	margin: 40px 0px 10px 2%;
	width: 35%;
}

legend {
	background-color: rgb(89, 89,89);
	color: white;
	padding: 4px 0px;
	text-indent: 15px;
	width: 100%;
}

/*Label styles*/

label {
	clear: left;
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 7px 3.5% 7px 5px;
	width: 40%;
}

/*Input control styles*/

input {
	display: block;
	float: left;
	font-size: 0.8em;
	margin: 5px 0px;
	width: 50%;
}

input#testBox {
	clear:left;
	background-color: rgb(195, 195, 195);
	border:2px inset rgb(190, 190, 190);
	width:323px;
}

input#reggie {
	clear: left;
	width: 20%;
}

input#naw {
	float: left;
	width: 20%;
}

/*Navigation styles*/

nav {
	float: left;
	margin: 55px 25px 0px 2px;
	padding: 10px;
	position: relative;
	width: 12%;
}

nav ul li {
	background-color: rgb(89, 89, 89);
	display: block;
	border: 2px solid rgb(192, 192, 192);
	margin: 3px 0px 8px 0px;
	padding: 5px;
	font-size: 1.0em;
	text-align: center;
	width: auto;
}

nav ul li a {
	color: white;
	text-decoration: none;
}

nav ul li a:hover {
	color: green;
}

aside p {
	display: block;
	float: right;
	width: 45%;
}

footer address {
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	color: yellow;
	clear: left;
	float: right;
	text-align: center;
	width: 35%;
}
