.main
{
    width: 800px;
    height: 500px;
    border: solid 2px #000000;
    background-color: #000000;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    font-family: Calibri;
}

.header
{
    width: 800px;
    height: 55px;
    background-color: #ffffff;
    position: relative;
    top: 20px;
    z-index: 2;
}

.left
{
    width: 330px;
    height: inherit;
    background-color: #ffffef;
    float: left;
    z-index: 1;
    margin-top: -77px;
}

.right
{
    width: 470px;
    height: inherit;
    background-color: #e9facd;
    float: left;
    z-index: 1;
    margin-top: -77px;
}

.left .content
{
    padding-top: 120px;
    padding-left: 50px;
}

.right .content
{
    padding-top: 120px;
}

h1
{
    margin-left: 50px;
    padding-top: 10px;
    font-size: 34px;
    font-weight: normal;
}

ul
{
    list-style-type: none;
    padding-left: 0px;
}

li
{
    margin-bottom: 8px;
}

span
{
    font-size: 34px;
    padding-left: 20px;
}

.right .content p
{
    font-size: 22px;}

#address
{
    padding-left: 110px;
    line-height: 35px;
}