/* Styles for the Metro */
*{
    padding:0;
    margin:0;
}
body{
    background-image: url("../images/gh-ultramarines-icon.png");
    background-repeat: repeat;
}

div.wrapper{
    width:940px;
    padding:20px;
    margin:20px auto;
    overflow: hidden;
    background-color: lightslategray;
}

nav{ 
    height:50px;
    background-color: #0437F2;
}
nav li{
    list-style: none;
    float:left;
    margin-right: 15px;
    line-height: 50px;
    width: 20%;
    text-align: center;
    font-weight: bolder;
    font-size: large;
}
nav a{
    text-decoration: none;
    color: goldenrod;
}

h1,h2 {
    padding-bottom: 20px;
    color: goldenrod;
    
}

header{
   
    margin-bottom:10px;
}

img{
    margin-bottom: 10px;

}

header img{
    width:200px;
}

img.right{
    float:right;
    width:33%;
    margin-left:15px;
}
img.left{
    float:left;
    width:30%;
    margin-right: 15px;
}

p{
    margin-bottom: 20px;
}
main{
    float:left;
    width: 580px;
}

aside{
    float:right;
    width:340px;
}
aside img{
    width: 300px;
}

footer{
    background:white;
    clear:both;
    height:50px;
}

footer li{
    list-style: none;
    float:left;
    margin-right: 15px;
    line-height: 50px;
    
}

img#id{
    height:auto;
    width: 940px;
    overflow: hidden;
    padding-right: 10px;;
}