/*
    ===================================================================
    Style sheet to define layout.
    ===================================================================
*/

/* Global defaults. */
body, #main, #midwrapper, #aws, #leftblock, #rightblock
{
    margin: 0;
    padding: 0;
}

/* Header. */
#header
{
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-align: right;
    padding-right: 3em;
}


/* Some defaults for the inner columns. */
#aws, #leftblock, #rightblock
{
    position: relative;
    float: left;
}

/* AWS. */
#aws 
{
    width: 100%;
}

/* Left block. */
#leftblock
{
    margin-left: -100%;
}

/* Right block. */
#rightblock
{
}


/* Footer. */
#footer
{
    clear: both;
    text-align: center;
}

/* Inner part of left/right/center block. */
.blockinner
{
    padding: 0.5em;
}


