* {margin:0; padding:0;}
body {
	font-family:helvetica, arial, sans-serif;
	background:white;
	}
#wrapper {
	width:98%; 
	margin:0 auto; 
	overflow:hidden;
	}
	h2 {
	  font-family: 'Droid Sans';
	  color: red;
	  text-align: center;
	  padding: 20px;
	}
	h3 {
	  font-family: 'Droid Sans';
	  color: black;
	  text-align: center;
	  padding: 20px;
	}
header {
	background:red;
	display: table;
	width: 95%;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	border-radius: 10px;
	box-shadow: 4px 4px 5px #aaa;
	}
header h1 {
	font-family:'Droid Sans';
	font-weight:200;
	font-size:4em;
	letter-spacing:-.05em;
	display: table-cell;
	width: 60%;
	color:#fff;
	padding:25px 5px 5px 10px #aaa; 
	}
nav {
	display: table-cell;
	width:25%;
	background:red;
	text-align:center;
	padding:0 0 0 30px;
	font-size: 1.5em;
	}
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:.85em;
	color:#fff;
	}
	.floatrightbox {
  border-width: 5px;
  border-style: solid;
  border-color: black; 
  height: 350px;
  width: 90%; 
  padding: 10px 10px 10px 30px;
  margin: 10px 0 0 10px;
  }
    .floatright {
    float: right;
    }
article {
	display:table-cell;
	width: 60%;
	background:#fff;
	padding:20px 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.25em;
	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;
	padding: 0 0 20px 0;
	}
	.mainbody {
	  display: table;
	  width: 98%;
	  margins: 10px;
	}
	article ul {
	  padding: 0 0 20px 20px;
	}
aside {
	display:table-cell;
	width:40%;
	background:#F5DEB3;
	border-radius: 0 10px 10px 0;
	padding:10px;
		box-shadow: 4px 4px 5px #aaa;
	}
aside h3 {
	font-family:'Open Sans Condensed';
	font-weight:700;
	letter-spacing:-.075em;
	color:#000;
	padding: 0 0 20px 0;
	}
aside p {
	font-family:'Open Sans Condensed';
	font-weight:700;
	font-size:.85em;
	line-height:1.2em;
	color:#000;
	}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px; 
  resize: vertical 
}
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #45a049;
}
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
	@media only screen and (max-width:1050px){
	  
	  body {
	    margin: 0 8px 20px;
	  }
	  #wrapper{
	    width: 90%;
	  }
	.mainbody {
	  width: 95%;
	}
	article {
	  display: block;
	  padding: 10px;
	  width: 98.5%;
	  border-radius:10px;
	  margin-bottom: 10px;
	}
	aside {
	  display: block;
	  padding: 10px;
	  width: 100%;
	  border-radius: 10px;
	}
	  footer {
	    display: block;
	    width: 96.5%;
	  }
	}