header, nav, section, footer, aside {
    display: block;
}
* {
    text-align: left;
    font-family: "Times New Roman", Georgia, Serif;
}
body {
    text-align: center;
    background-image: url("./images/sails.jpg");
}
nav {
    text-align: center;
    margin: 10px;
}
footer {
    clear: both;
    text-align: center;
    margin: 20px;
    color: #FFFFFF;
    margin-top: 100px;
}
.images {
    width: 680px;
    height: auto;
}
.images-double {
    width: 310px;
    height: auto;
}
.images-half {
    width: 475px;
    height: auto;
}
.images-full {
    width: 960px;
    height: auto;
}
h1 {
    font-size: 24px;
    text-align: center;
    margin: 20px;
    color: #FFFFFF;
}
h2 {
    font-size: 18px;
    text-align: center;
    margin: 16px;
    color: #FFFFFF;
}
h3 {
    text-align: center;
    margin: 16px;
    font-size: 17px;
}
figure {
	margin: 0px;	
}
.links {
    color: #FFFFFF;
    font-size: 18px; 
}
.inlinks {
    color: #FFFFFF;
}
#container {
    text-align: center;
    width: 960px;
    margin: 0 auto;
}
#main-section {
    float: left;
    width: 260px;
    margin: 10px;
    font-size: 18px;
    color : #FFFFFF;
}
#main-aside {
    float: left;
    width: 640px;
    margin: 0px;
    font-size: 14px;
}
#main-section-whole {
    width: 960px;
    margin: 0px;
}
