body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-top: 4px;
    font-family: 'Helvetica';
    background: url('../_img/header.png') no-repeat center top;
}
a, a:visited {
    text-decoration: none;
    color: black;
}
a:hover {
    color: black;
    text-decoration: underline;
}

/*
* Textos
*/
label.title-ano {
    font-size: 35px;
    color: #c04498;
    margin-right: 5px;
}
label.title-title {
    font-size: 20px;
}
p.content {
    font-size: 15px;
    text-align: justify;
}

/*
* Head
*/
#header div.head{
    width: 487px;
    float: left;
}
#header div.head#midia-left {
    text-align: left;
}
#header div.head#midia-right {
    text-align: right;
}

/*
* Main
*/
#main {
    width: 976px;
    margin: auto;
}

/*
* Fazendo
*/
#main div#fazendo {
    margin-top: 60px;
}
#main div#fazendo div.o-que-estavamos-fazendo {
    float: left;
    width: 535px;
    height: 49px;
    background:url('../_img/o-que-estavamos-fazendo.png');
    margin-right: 25px;
}
#main div#fazendo .day {
    font-family: 'Helvetica';
    font-size: 40px;
    font-weight: bold;
    color: #787a79;
    padding-top: 30px;
    height: 85px;
    text-align: center;
    float: left;
    margin: 0px 5px 0px 5px;
}
#main div#fazendo .day#dia {
    background:url('../_img/note-1.png') no-repeat;
    width: 74px;
}
#main div#fazendo .day#mes {
    background:url('../_img/note-2.png') no-repeat;
    width: 103px;
}

/*
* Pic
*/
#main #stuff .stuffs .pic {
    text-align: center;
}
#main #stuff .stuffs .pic ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#main #stuff .stuffs .pic ul li {
    float: left;
    margin-right: 35px;
}
#main #stuff .stuffs .pic img {
    border: 2px solid #CFCFCF;
}


/*
* Stuff
*/
#main div#stuff {
    
}
#main div#stuff .stuffs {
    width: 570px;
}