header {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #006699;
}

navigation {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 10%;
    height: 700px;
    padding-right: 10px;
    float:left;
    background-color: #eeeeee;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #006699;
}

section {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 110px;
    border: 4px solid #000;
    background: linear-gradient(#fff, #ffffa3);
    
}

p {
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

div {
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

h2 {
    margin-left: 10px;
}

.hidden{
    display:none;
}

#clickmore:hover {
    text-decoration: underline;
    cursor: pointer;
    font-size: 1.1em;
}

img {
    margin: 10px;
    float:right;
}

h3 {
    text-align: center;
}

.vid {
    display: block;
    margin: 0 auto;
}

aside {
    position: absolute;
    right: 0px;
    top: 100px;
    width: 6%;
    background-color: #eeeeee;
    padding-left: 35px;
    padding-right: 30px;
    height: 690px;
    padding-top: 10px;
}

footer {
    position: absolute;
    left: 0px;
    top: 810px;
    width: 100%;
    height: 30px;
	padding-top: 10px;
    color: #fff;
    background-color: #000;
    text-align: center;
}