/* Format Sidebar */
div.Sidebar
{
    /* Position */
    float: left;
    
    /* Size */
    width: 14em;    
}

/* Move content to left */
div#Content
{
    margin-left: 15em;
}

/* Make Border */
div.Sidebar div.Box
{
    border: solid thin black;
    margin-bottom: 1em;
    padding: 0em 1em 0em 1em;
}