

h1 {
    display:inline;
    float:right;
    clear:right;
    margin-right:20px;
    margin-bottom:6px;
    /* border: 1px solid red; */
}


.block {
    float:right;
    width: 350px;
    clear:right;
    padding:2px;
    margin-top:4px;
    margin-right:26px;
    text-align:center;
    /* border: 1px solid blue; */
}

p, ul {
    float:right;
    width: 180px;
    margin-top:4px;
    margin-bottom:0px;
    text-align:left;
    /* border: 1px solid red; */
}


.title {
    float:left;
    width: 120px;
    margin-top:0px;
    text-align:left;
    font-size:20px;
    /* border: 1px solid blue; */
}


#main_image {
    background: url('images/main.jpg') no-repeat 20px 5px;
    height:371px;
    /* border: 1px solid blue; */
}



