div#header {
    width: 760px;
    background-color: #fff;
}

div#lang {
    width: 65px;
    height: 25px;
    text-indent: 5px;   
    background: #999;
    float: left;
}

div#flag1 {
    width: 40px;
    height: 25px;
    background: #999999;
    float: left;
}

div#flag2 {
    width: 40px;
    height: 25px;
    background: url("../graphics/lang.gif") no-repeat;
    float: left;
}

div#anim {
    width: 520px;
    height: 26px;
    margin: 4px 0px 0px 15px;
    float: left;
}

div#titlebar {
    width: 400px;
    height: 15px;
    background-color: #d8161f;
    float: left;
}

div#title {
    width: 408px;
    height: 105px;
    float: left;
    border: solid #d8161f;
    border-width: 0px 0px 0px 2px;
}

div#titleb {
    width: 408px;
    height: 105px;
    float: left;
}

div#txt1 {
    width: 388px;
    color: #e37676;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif ;
    font-size: 24pt;
    text-align: left;
    padding-top: 35px;
    padding-left: 8px;
    float: left;
}

div#maintopiac {
    width: 388px;
    height: 22px;
    font-weight: bold;
    letter-spacing: .2em;
    padding-left: 10px;
    float: left;
}

div#logo {
    float: right;
    background-color: #fff;
}

div#boxes {
    width: 20px;
    float: left;
    text-align: center;
    background-color: #fff;
}


