*
{
    margin: 0;
    padding: 0;
}

body
{
    background: #CCC;
    font-family: Calibri, Arial;
    font-size: 14px;
    color: #666666;
}

body > div#section,
body > div#header > div,
body div#footer > div
{
    max-width:930px;
    margin:0px auto;
    display: block;
}

body div#footer,
body > div#header,
{
    margin:0px auto;
    display: block;
}

body > div#header
{
    height: 50px;
    width: 100%;
    background: #2C2C2C repeat-x top center;
    padding-top: 15px;
    border-bottom: 1px solid white;
    position: fixed;
    top: 0;
}

body > div#section
{
    min-height: 800px;
    margin-top: 100px;
}

a.anchor
{
    padding-top: 90px;
}

body div#footer
{
    width: 100%;
    background: #333333 repeat-x top center;
    overflow: hidden;
    height: auto;
    margin-top: 10px;
}

body > div#header > div
{
    overflow: hidden;
    vertical-align: middle;
}

body > div#header > div > h1
{
    font-size: 30px;
    font-weight: normal;
    padding-left: 10px;
    text-shadow: 2px 0px 1px white;
}

div#section > div
{
    background-color: white;
    box-shadow: 0 0 4px 0px #666666;
    border-radius: 2px;
    border: 1px solid white;
    padding: 10px;
    margin-bottom: 15px;
}

div#section > div#sectionHeader
{
    border-radius: 0px 0px 2px 2px;
    padding: 0px;
    position: fixed;
    top: 55px;
}

div#section > div#sectionHeader > div#menu
{
    color: #666666;
    font-size: 17px;
    margin: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding: 5px;
}

div#section > div#sectionHeader > div#menu > a
{
    display: inline-block;
    letter-spacing: -0.5px;
    padding: 0px 7px 0px 7px;
    color: #666666;
    border: none;
}

body div#footer > div
{
    padding-top: 10px;
    color: #666666;
}

body div#footer > div > div
{
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
    width: 23%;
    margin-right: 10px;
}

body div#footer > div > div.l
{
    width: 45%;
    float: left;
}

body div#footer > div > div.r
{
    width: 45%;
    margin: 0;
    float: right;
    text-align: right;
}

body div#footer > div a
{
    color: #CCCCCC;
}

body > a#toTop
{
    background-color: white;
    border-radius: 10px 0 0 0;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    bottom: 0;
    padding: 5px;
    position: fixed;
    right: 0;
}

body > a#toTop:hover
{
    border-bottom: transparent 1px solid;
}