HTML, BODY {
    margin:0; padding:0;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
}
H1 {
    font-size: 18px;
    margin: 0 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    height:40px;
    line-height:40px;
}
A {
    color: #00f;
    text-decoration: none;
}
A:hover {
    color: #f00;
    text-decoration: underline;
}


#logo {
    width:305px;
    float:left;
}
#logo IMG { margin-top:40px; border: none; }
#sections {
    margin: 40px 0 0 305px;
}
.clr {
    clear: both;
}


#section_lost {
    background: #2C4A29 url('bg/lost.jpg') 100% 0 no-repeat;
}
#section_lost .boxAbout {
    background: #f0f0f0;
    margin-bottom: 1px;
}
#section_pb {
    background: #586C76 url('bg/pb.jpg') 100% 0 no-repeat;
}
#section_pb .boxAbout {
    background: #f0f0f0;
    margin-bottom: 1px;
}
#section_heroes {
    background: #E81125 url('bg/heroes.jpg') 100% 0 no-repeat;
}
#section_heroes .boxAbout {
    background: #f0f0f0;
    margin-bottom: 1px;
}
#section_musu {
    background: #46506F url('bg/musu.jpg') 100% 0 no-repeat;
}
#section_musu .boxAbout {
    background: #f0f0f0;
    margin-bottom: 1px;
}
#section_blogas {
    background: #70AB6B url('bg/blogas.jpg') 100% 0 no-repeat;
}
#section_blogas .boxAbout {
    background: #f0f0f0;
    margin-bottom: 1px;
}

.box {
    margin: 0 10px;
    padding: 1px;
}

.section H2 {
    margin: 0 1px 0 1px;
    padding: 5px;
    font-size: 13px;
    text-align: center;
}
.section H2 A {
    display: block;
    color: #fff;
    text-decoration: none;
}
.section H2 A:hover {
    text-decoration: underline;
}
.section H3 {
    font-size: 12px;
    margin: 0 0 5px 0;
}
.section UL {
    margin: 5px 0;
    padding: 0;
    list-style: square;
}
.section UL LI {
    font-size: 11px;
    margin-left: 15px;
    margin-bottom: 5px;
}
.section {
    width: 50%;
    float:left;
    margin: 0 0 10px 0;
    padding: 0;
}
.boxContent {
    background-color: #fff;
    padding: 5px 3px 3px 3px;
    height: 100px;
    overflow:hidden;
}
.boxAbout {
    font-size: 11px;
    margin: 0;
    padding: 3px;
    height: 51px;
    line-height: 15px;
    text-align: justify;
}
