﻿.page{
    background-color:#699B84; 
    width: 900px;
    height: 600px;
}

body {
    color: #C6D9D0;
    background-color: #699B84;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0px;
}

h1{
    text-align: center;
    font-weight: bold;
    text-shadow: 3px 2px black;

}

header{
    text-align: center;
    height: 140px;
}

nav {
    clear: both;
    background-color: #468267;
    height: 40px;
    text-align: center;
    padding-top: 5px;
}

nav li {
    display: inline;
    margin-right: 10px;
    text-align: center;
    text-shadow: 1px 1px black;

}

nav li a {
    color: #C6D9D0;
}

nav li a:hover, nav li a.this {
    color: #2B684C;
}

figure {
    float: left;
    padding: 5px;
    margin: 10px;
}

#fig {
    border: 1px solid black;
}

figcaption {
    text-align: left;
    font-size: 75%;
}
section.articles{
    float: left;
    width: 640px;
    color: white;
}

aside {
    position: absolute;
    left: 680px;
    width: 200px;
    float: right;
    padding: 0px 0px 0px 20px;
    margin-right: 20px;
    text-shadow: 1px 1px black;

}

aside section a {
    display: block;
    padding: 10px;
    color: #C6D9D0;
    border: 1px solid #C6D9D0;
}

aside section a:hover {
    color: #C6D9D0;
    background-color: #468267;
}

footer {
    position: relative;
    bottom: 0px;
    width: 850px;
    clear: both;
    height: 40px;
    text-align: left;
    padding-left: 50px;
    padding-top: 10px;
}

#footer{
    background-color: #468267;
    font-size: 12px;
}

ol{
    overflow: hidden;
}

table, th, td {
    border: 1px solid #C6D9D0;
    padding: 5px;
}

table {
    margin-left: 50px;
}


