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 ;
}

.contactLink a {
    font-family : sans-serif ;
    text-decoration : none ;
}

.contactLink a:hover {
    background-color : #500 ;
}

dl.deco {
	background-image : none ;
	background-color : #333 ;
}