#newsblock {
    position: relative;
    float: left;
    width: 740px;
    height: auto;
}

table.news {
    margin: 50px 0px 0px 0px;
    table-layout: fixed;
}

table.news td {
    width: 150px;
}

table.news tr.header td {
    height: 25px;
    font-family: Tahoma;
    font-size: 14px;
    color: #013b63;
    padding: 0px 15px 11px 15px;
    font-weight: bold;
}

table.news tr.content td {
    min-height: 100px;
    height: 100px;
    padding: 5px 15px;
    vertical-align: top;
    font-family: Tahoma;
    font-size: 11px;
}

table.news tr.content td strong {
    color: #013b63;
}

table.news tr.content td a {
    color: #000000;
}

#man {
    position:absolute;
	right: 30px;
	top:   0px;
}