/* Insert foto */
#header{
 background-image: url();
 background-repeat: no-repeat;
 background-position: left top;
}

/* move title to right to get the necessary space for the foto*/
#title{
 margin-left: 65px;
}

/* add a border around post */
.post
{
 border: 1px solid #CCCCCC;
 border-bottom-width: 2px;
 border-right-width: 2px;
 padding: 4px;
 margin-bottom: 20px;
}

/* relocate the Search */
#Search{
    position: absolute;
    right : 10px ;
    top : 20px;
    width : 130px;
    height : 52px;
    overflow:hidden; 
}


}
