div.header {
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
}

div.headerLogo {
    width: 500px;
    height: 50px;
    font-size: 32px;
    margin-left: 50px;
    position: relative;
    padding: 40px 0 0 400px;
    background: url("../images/logo.png") no-repeat;
    background-size: 150px;
}

div.headerTitle {
    top: 0px;
    width: 100%;
    height: 100px;
    position: absolute;
    line-height: 100px;
    text-align: center;
    font-size: 32px;
    font-family: sans-serif,serif,monospace;
}

div.headerSeparateLine {
    width: 100%;
    height: 10px;
    background-color: #CC0000;
}

div.body {
    width: 95%;
    margin: auto;
    -webkit-box-shadow: 0px 3px 25px 1px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 3px 25px 1px rgba(0,0,0,0.43);
    box-shadow: 0px 3px 25px 1px rgba(0,0,0,0.43);
}

div.bodyToolbar {
    width: 100%;
    height: 10px;
    background-color: #EFEFEF;
}

div.bodyToolbarHandler {
    float: right;
    width: 100%;
    height: 50px;
    position: relative;
}