/* CSS for Web Final
Matthew Blanchard */



header, nav, section {
   display: block;
}

/*Header Styles*/

header {
	width: 730px;
	background: white;
	margin: 0px auto;
}


/* Body Styles */

body {
   font-family: Verdana, Geneva, sans-serif;
   color: white;
   margin: 0px auto;
   width: 730px;
   background: grey;
}


/* Footer Styles */

footer {
   width: 720px;
}

footer address {
   border-top: 1px dashed white;
   font-size: 10px;
   font-style: normal;
   text-align: center;
}
