* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header {
    width: 100%;
    background: #ffffff;
    border-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    top: 0;
    position: fixed;
}

.headerv2 {
    width: 920px;
    background: #ffffff;
    margin: auto;
}

.headerlogo {
    font-family: 'Georgia', Times, Times New Roman, serif;
    font-size: 30px;
    font-weight: bold;
    float: left;
    background-color: #4aaaa5;
    color: #ffffff;
    padding: 8px;
    margin-top: 20px;
}

.headernav {
    float: right;
    margin-right: 10px;
    padding-top: 5px;
}

p {
    font-family: 'Helvetica Neue';
    color: #777777;
    padding: 15px;
    line-height: 18px;
 }

.logo {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.bodycopyport {
    width: 920px;
    padding: 20px;
    background: #ffffff;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1.5px;
    margin: auto;
    margin-top: 90px;
    margin-bottom:30px;
}

body {
    background-image: url(assets/images/organic-titles.png);
    background-color: #e6e6e6;
}

h2 {
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    color: #4aaaa5;
    padding:5px;
    font-size: 24px;
    font-weight: bold;
    border-bottom-width: 3px;
    border-bottom-style: solid; 
    border-color: #dddddd
 }

a {
    text-decoration: none; 
}

li{ 
    list-style: none;
    float: left;
    margin-left: 15px;
    padding-top: 12px;
}

.footer{
    background-color:#777777;
    width: 100%;
    height: 45px;
    font-family: 'Helvetica Neue';
    color: white;
    padding: 10px;
    text-align: center;
    border-top-color: #4aaaa5;
    border-top-width: 5px;
    border-top-style: solid;
}

.footer2{
    position:absolute;
    bottom: 0;
    background-color:#777777;
    width: 100%;
    height: 45px;
    font-family: 'Helvetica Neue';
    color: white;
    padding: 10px;
    text-align: center;
    border-top-color: #4aaaa5;
    border-top-width: 5px;
    border-top-style: solid;
}