body {
    background-color: #EEE;
    
}
a {
    text-decoration: none;
    
    color: black;

}

h1 {
    margin: 0;
}
#container{
    background-color: white;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    background-color: #66CCFF;
    color: white;
    text-align: center;
    padding: 13px;
}
#header img{
    float: left;
    height: 37;
}

#content{
    padding: 10px;
}

#nav {
    width: 180px;
    height: 2100px;
    float: left;
    
}
.selected {
    font-weight: bold;
}

#nav ul {
    list-style-type: none;
    padding: 0;
    
}


#main{
    width 600px;
    height: 2500px;

    
}

#btxt a {
    text-decoration: underline;
    color: blue;
}

#photo{
    float: left;
    padding: 10px;
    padding-top: 0px;
    padding-left: 0px;
    width: 350;
}
#phototxt{
    font-size: 18px;
    
    
}



#nelson{
    float: left;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 220;
    width: auto;
    
}
#pepehatxt{
    font-size: 24px;
    font-family: fantasy;
    color: rebeccapurple;
        
    
}
#map{
    align-content: center;
    text-align: center;
    color: #999999;
    
}



#footer{
    clear: both;
    padding: 10px;
    background-color: #999999;
    color: white;
    text-align: right;
    width: auto;
    
}