html, body {
    background-color: #264056;
}
body {
    margin: 0px;
    padding: 0px;
}
.layout-all-document {
    background-image: url('layout/bg-general.jpg');
    background-repeat: no-repeat;
    background-color: #377FAF;
    background-position: center top;
}

.layout-page {
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    min-height: 400px;
    overflow:hidden;
}

.layout-page > header {
    height: 139px;
}
.layout-main-navigation {
    z-index: 3;
}
.layout-main {
    display: block;
    background-color: #FFF;
    padding: 20px;
    padding-top: 45px;

    border-radius: 0px 10px 10px 10px;
    -moz-border-radius: 0px 10px 10px 10px;
    box-shadow: 3px 3px 5px rgba(128,128,128,0.7);
    z-index: 0;
}

.layout-footer {
    height: 140px;
    background-color: #264056;
}

.layout-flash {
    display: block;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    padding: 20px;
    border: 1px solid #00A000;
    background-color: #80FF80;
    color: #330033;
    border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(128,128,128,0.7);
    opacity: 0.7;
    z-index: 1;
}
.layout-flash-error {
    border: 1px solid #a00007;
    background-color: #ff000b;
    color: #FFF;
    font-weight: bold;
    opacity: 0.9;
}

.layout-inside-column {
    display: block;
    float: left;
    width: 208px;
}

.layout-inside-main {
    display: block;
    position: relative;
    float: right;
    width: 650px;
}

.layout-inside-column-right {
    display: block;
    float: right;
    width: 208px;
}

.layout-home-splash {
    display: block;
    position: relative;
    float:left;
    width: 640px;
    min-height: 300px;
    padding: 8px;
    background-color: #FFF;
    box-shadow: 1px 1px 5px 3px rgba(128, 128, 128, 0.7);
    -moz-box-shadow: 1px 1px 5px 3px rgba(128, 128, 128, 0.7);
}

.layout-home-column {
    display: block;
    float:right;
    width: 240px;
    min-height: 328px;
}

.layout-home-reference {
    margin-top: 20px;
}
