/*Final Project
     

      Bows and Boards
      Author: Ronald Wallace
      Date:  01/06/2016

      Filename:main.css
	  
*/

* {
	margin: 0px;
	padding: 0px;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

header, section, footer, aside, nav, article {
	display:block;
}

body {
	background: black;
	color: white;
	text-align: left;
	
}

#wallace {
	width:1000px;
	margin: 20px auto;
	text-align: left;
}

#main_header {
	border: 3px solid black;
	padding: 20px;
}

#ron {
	background: black;
	color: blue;
}
#ron li {
	display: inline-block;
	list-style: none;
	padding: 20px;
	font-family: Verdana, Geneva, sans-serif;
}

#new_products {
	float: left;
	width: 660px;
	margin: 30px; /* 720px 280px left */
}

#offer {
	float: left;
	width: 220px;
	margin: 20px 0px;
	padding: 30px;
}

#the_footer {
	clear: both;
	text-align: center;
	padding: 20px;
}

















































