body{
    background-image: url("pictures/wood_texture.png");
    height: 100%;
}
#head{
    height: 300px;
    margin-left: -8px;
    margin-top: -8px;
    margin-right: -8px;
    margin-bottom: 20px;
    background-image: url("pictures/cards_red.png");
    overflow: visible;
}
#title{
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-top: -200px;
    margin-right: auto;
    margin-bottom: 50px;
}
#description{
    width: 230px;
    height: 156px;
    background-image: url("pictures/blank_card.png");
    float: right;
    margin-right: 325px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
#wrapper{
    min-height: 100%;
    width: 1000px;
    height: auto;
    height: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#sidebar{
    width: 220px;
    height: auto;
    float: left;
    background-image: url("pictures/paper_texture.png");
    margin-right: 20px;
    padding-left: 40px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
}
#content{
    width: 520px;
    height: auto;
    background-image: url("pictures/paper_texture_2.jpg");
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    float: left;
}

#foot{
    height: 300px;
    margin-top: 1350px;
    margin-right: -8px;
    margin-bottom: -8px;
    margin-left: -8px;
    background-image: url("pictures/cards_red_2.png");
}
h1{
    text-align: left;
    font-family: "Overlock";
    color: #3D4F84;
}
h2{
    text-align: left;
    font-family: "Coming Soon";
    font-weight: normal;
    font-size: x-large;
    line-height: 80%;
}
p{
    text-align: left;
    font-family: "Asap";
    color: #000000;
}
.p2{
    text-align: left;
    font-family: "Coming Soon";
    font-size: small;
}
.p3{
    text-align: center;
    font-family: "Asap";
}
.p4{
    text-align: center;
    font-family: "Asap";
    font-size: 12pt;
}
a:link{
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #3D4F84;
}
a:hover{
    text-decoration: underline;
    color: #CF0000;
}
a:visited{
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #f13133;
}
ul{
    line-height: 150%;
    padding-left: 13px;
}
li{
    margin-bottom: 15px;
}