body { font-family: "Arial", "Tahoma", "Sans Serif";
	font-size:1em;	
	width:800px; 
	margin:auto;}
	
h1 { /*Setup for the main headers*/
    font-size: 1.5em;
    padding-top: 0.6em;
    padding-bottom: 0.4em;
}

h2 {	/*Setup for the secondary headers*/
    font-size: 1.2em;
    padding-top: 0.6em;
    padding-bottom: 0em;
}

p	{	/*Setup for all paragraphs. You may add Padding-Top/Bottom, Line-Height ect. if you want to.*/
    text-align:justify;
}

li {	/*Setup for list items. Use padding instead of all those <br> tags you had.*/
    padding: 0.4em;
}

figcaption {	/*Setup for the figcaption to differentiate from other text*/
	font-size: 0.8em;
	font-style: italic;
}
.piccent p {	/*had to add this because of the problem with two pictures in a figure, figcaption can only be used within figure*/
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

    /*Here I set up two classes for your pictures, picright and piccent*/
.picright {	/*picright is for smaller pictures, floated on the right, used for the map at the top. Text will wrap around these.*/
		 float: right;
		 padding: 1em;
		 text-align: center;
}
.piccent {	/*piccent for larger, centred pictures. Will force text above or below in order*/
		 position: relative;
		 padding: 1em;
		 text-align: center;
}

.piccent2 {	/*piccent2 for several images on one line, centred pictures. Will force text above or below in order*/
		 position: relative;
		 padding: 0.2px;
		 text-align: center;
}		 

.piccent3 {	
		 position: relative;
		 text-align: center;
}

	
	
#header 
		{width:900px;
		height:160px;
                padding-top: 0.5em;
                color: #608020;
                font-size: 3em;
                font-family: "Times", "Serif";
                font-weight: bold;
		}
nav {
    display: inline-block;
    width: 800px;
}
.menuitem	{
    float: left;
    background: #608020;
    line-height: 3em;
}
#current {
    background: #709030;
}
.menuitem a	{
    display: block;
    height: 50px;
    text-align: center;
}
.menuitem a:link	{
    text-decoration: none;
    color: #fff;
}
.menuitem a:hover	{
    background: #8B4513;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.menuitem a:visited	{
    color: #ff9;
}
/*Main menu seup*/
.home		{width: 97px;}
.history	{width: 118px;}
.training	{width: 176px;}
.dday		{width: 87px;}
.post		{width: 129px;}
.contact	{width: 115px;}
.links		{width: 78px;}
/*Wings sub-menu*/
.fresh		{width: 267px;}
.salt		{width: 266px;}
.river		{width: 267px;}