﻿/*
  

   Trout123 Layout Styles
   Author: Bruce Enever
   Date:   April 2016

   Filename:         123layout.css
   Supporting Files: none

*/



/* Display HTML5 structural elements as blocks  */

article, aside, figure, figcaption, footer, hgroup, header, section, nav { display: block; }


/* Layout styles */


body {
margin: 0px auto;
padding: 0px;
width: 95%;
max-width: 1400px;
min-width: 820px;
}

header h2 {
width: 100%;
margin: 0px auto;
}

header p {
text-align: center;
}

nav {
width: 20%;
float: left;
margin-right: 2.5%;
}


section img {
float:  right;
margin: 15px;
}


figcaption {
text-align: center;
font-style: italics;
}

address {
clear: both;
width: 100%;
}

footer {
width: 100%;
}