* {margin:0; padding:0;}
body {
	font-family:helvetica, arial, sans-serif;
	background:#FDFEFE;
	}
#wrapper {
	width: 98%;
	margin:0 auto;
	overflow:hidden;
	}
header {
	background:#17202A;
	display: table;
	width:96.5%;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 4px 4px 5px #aaa;
	}
header h1 {
	font-family:'Droid Sans';
	font-weight:400;
	font-size:3em;
	letter-spacing:-.05em;
	display: table-cell;
	width: 60%;
	color:#fff;
	padding:0 0 5px 10px;
	}
nav {
	display:table-cell;
	width:40%;
	background:#17202A;
	text-align: center;
	padding:0 0 0 30px;
	}
nav li {
	list-style-type:none;
	display: inline-block;
	padding: 10px;
}

nav ul {
	display: inline;
	text-align: center;
}

nav a {
	font-family:'Open Sans Condensed';
	font-weight:700;
	font-size:1.3em;
	color:#fff;
	}

.mainbody {
		display: table;
		width: 98%;
		margin: 10px;

	}
article {
	display:table-cell;
	width: 60%;
	background:#ABB2B9;
	padding:10px 20px;
	border-radius: 10px 0 0 10px;
	box-shadow: 4px 4px 5px #aaa;
	}
article h1 {
	font-family:'Droid Sans';
	font-weight:700;
	font-size:1.5em;
	letter-spacing:-.05em;
	color:#616161;
	}
article h2 {
	font-family:'Droid Sans';
	font-weight:700;
	font-size:1.8em;
	letter-spacing:-.05em;
	color:#616161;
	text-decoration:overline;
	margin:10px 0 0 0;
	}
article p {
	font-family:'Open Sans Condensed';
	font-weight:300;
	font-size:1em;
	color:#000;
	}

	article ul {
		padding: 0 0 20px 20px;
	}
aside {
	display:table-cell;
	width:40%;
	background:#ABB2B9;
	border-radius: 10 10px 10px 0;
	box-shadow: 4px 4px 5px #aaa;
	padding:20px;
	}
aside h3 {
	font-family:'Open Sans Condensed';
	font-weight:700;
	letter-spacing:-.075em;
	padding: 0 0 20px 0;
	color:#000;
	}
aside p {
	font-family:'Open Sans Condensed';
	font-weight:700;
	font-size:.85em;
	line-height:1.2em;
	padding: 0 0 20px 0;
	color:#000;
	}
footer {
	clear:both;
	background:#000;
	text-align:center;
	margin: 10px;
	padding: 20px 0 20px 0;
	border-radius: 10px;
	box-shadow: 4px 4px 5px #aaa;
	}
footer p {
	font-family:'Open Sans';
	font-weight:700;
	font-size:.65em;
	color:#fff;
	}
footer a {
	font-family:'Open Sans';
	font-weight:700italic;
	font-size:1em;
	color:#ffed53;
	text-decoration:none;
	}

	blockquote {
		padding: 0 0 20px 0;
	}

	@@media only screen and (max-width:1050px) {

		body {
			margin: 0 8px 20px
		}

		#wrapper {
			width: 98%;
		}


		header {
			padding: 1px 0 0 0;

		}
		header h1 {

			font-size:2em;
			display: block;
			width: 100%;
			text-align: center;
			padding: 10px;
		}

		header nav {
			display: block;
			width: 97.3%;
			padding: 0 0 10px 0;
			border-radius: 0 0 10px 10px;
		}

		.mainbody {
			width: 95%;
		}

		article {
			display:block;
			padding: 10px;
			width: 98.5%
			border-radius:10px;
			margin-bottom: 10px;
		}

		aside {
			display:block;
			padding: 10px;
			width: 98.5%
			border-radius:10px;
			margin-bottom: 10px;
		}

		footer {
			display: block;
			width: 96.5%;
		}

		.floatright {
		  float:right;
		}

		function validateForm() {
	    var x = document.forms["myForm"]["fname"].value;
	    if (x == "") {
	        alert("Name must be filled out");
	        return false;
	    }
	}

	.container:hover .overlay {
  opacity: 1;
}
