#navbar ul.navbar
{
    margin-left : 2em ;
}

#navbar ul.navbar ul li
{
    margin-left : 0em ;
}





* div.container
{
    background-image : url('../images/diamond.jpg') ;
    background-position : right 150px ;
    background-repeat : no-repeat ;

    /*border : 1px solid blue ;*/
}

* div.content
{
    /*border : 1px solid yellow ; */
}


* #navbar ul li a:hover 
{
    background-color : #000 ;
}

    * #navbar ul li ul li a:hover {
        background-color : #555 ;
        width : 100% ;
    }

* div.sidebar
{
    margin-left : -140px ;
}