body
{
    background-color: lightblue;
    font: 25px arial;
}

#header
{
    padding-top: 3px;
    background-color: blue;
    font: 17px arial;
    text-align: center;
    color: white;
}

.sidebar 
{
    float: left;
    width: 130px;
    position: relative;
    z-index: 1;
    top: 20px;
    left: 10px;
    background: lightgray;
    overflow-x: hidden;
    padding: 8px 0;
    border: 1px solid #222222;
}

.sidebar a 
{
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    color: darkblue;
    display: block;
}

.main
{
    margin-left: 5%;
    margin-right: 5%;
    font-size: 25;
    padding: 0px 10px;
}

.home
{
    
    background: lightgray;
    border: 1px solid #222222;
    text-align: center;
    font-size: 25px;
    padding: 10px;
    float: center;
}

ul
{
    padding-left: 10px;
    margin-top: 0px;
}

ul li
{
    font-size: 18px;
}

#actvphoto
{
    height: 50%;
    width: 50%;
}

#photo
{
    height: 580px;
    width: 360px;
    overflow: hidden;
    display: inline;
}

.activity
{
    background: lightgray;
    border: 1px solid #222222;
    margin: 5px;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    float: left;
    width: 218px;
}

.activity p
{
    padding: -5px;
    text-decoration: none;
    color: darkblue;
    width: 218px;
}

.activity h3
{
    padding: -5px;
    text-decoration: none;
    color: darkblue;
    width:218px;
}
