﻿/*
  Bluebonnet Sewing

  Filename: sewing.css
  Author: Rachal Simmons
  Date: 3/8/2016

*/


/* Display HTML5 structural elements as blocks */

article, header, footer, section, nav {
  display: block;
}


/*Default Page Element Styles */
body {
margin: 0px auto;
padding: 0px;
width: 98%;
max-width: 800px;
min-width: 250px;
}

header, footer {
margin: 0px auto;
}

nav {
width: 200px;
float: left;
margin-right: 10px;
}

section {
width: 590px;
float: left;
}

section img {
float:  right;
margin: 15px;
}

address {
clear: both;
width: 100%;
}