body{
    background-color: gainsboro;
}
#navigation {
    border-right: solid 2px black;
    border-bottom: solid 2px black; 
    width: auto;
    float: left;
    height: 200px;
    padding: 10px;
    display: inline-block;
}

.navButton {
    width: 100px;
    height: 50px;
}

#usNav, #intNav {
    margin-bottom: 10px;
    margin-left: 10px;
}

#homePic {
    width: auto;
    position: relative;
}

.showPic {
    display: inline-block;
}

#pic1 {
    width: 500px;
}

#pic2 {
    width: 500px;
}

#pic3 {
    width: 300px;
    height: 200px;
}

#pic4 {
    width: 200px;
    height: 300px;
}
#oceanPic {
    height: 200px;
    width: 200px;
}
#description {
    margin: auto;
    width: 50%;
    position: static;
    letter-spacing: .5px;
    line-height: 20px;
    display: block;
}

#descriptHolder {
    margin: auto;
    width: 100%;
}
