h1,h2{
    margin: 0px;
    margin-bottom: 5px;
    padding: 5px;
    text-align: right;
}

h1#darkgray{
    height: 25px;
    font-size: 20px;
    color: #FFFFFF;
    background-image: url(http://www.mugnier.co.il/img/header_darkgray.png);
}

h1#title{
    padding: 6px;
    margin: 0px;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: bold;
    color: #e8cb69;
    background-image: URL('http://www.mugnier.co.il/img/header_darkred.png');
}

h2#breadcramps{
    margin: -4px 0px -2px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    width: 770px;
    background-color: #EEEEEE;
}

h2#breadcramps a{
    color: #333;
    text-decoration: none;
}

h2#breadcramps a:hover{
    text-decoration: underline;
}