
#maincontent
{
    /* moves content underneath menu, unit in em so if a 
        user increases the text size the gap also increases */
    margin-top: 13.6em;
}



/* position Logo etc to top of skin */
#logo
{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

#menu
{
    position: absolute;
    top: 96px;
    left: 0;
    margin: 0;
    width: 97%;
}

#breadcrumbs
{
    position: absolute;
    top: 141px;
    left: 15px;
    margin: 0;
}

#search
{
    color: Blue;
    font-weight: bold;
}

/* Sub Menu - correct positioning of sub menu */
.NavMenu .m
{
    margin-top: -96px;
}

