#page #title {
    margin-bottom: -10px;
    zoom: 1;
}
#topPages {
    top: -25px;
}
#itemHdr {
    background: #333333;
    color: white;
    overflow: auto;
    text-align: center;
    font-size: 11px;
    line-height: 22px;
    margin: 0px 8px 0 10px;
    padding-left: 17px;
}

#page div h2 {
    background: url(../img/page-bg-fill.jpg) no-repeat 0 62px;
    padding: -10px 35px;
	margin: 0px 10px 0px 10px;
    line-height: 50px;
    font-family: Arial Black;
    font-size: 18px;
}

#itemHdr .photo {
    height: 10px;
}
#itemHdr .title, #itemHdr .date, #itemHdr .author {
    margin-top: 0;
}

.item {
    line-height: 11px;
}
.photo {
    float: left;
    width: 170px;
    height: 101px;
}

.title {
    padding-top: 25px;
    float: left;
    width: 430px;
}

.date {
    padding-top: 25px;
    float: left;
    width: 130px;
    text-align: center;
}

.author {
    padding-top: 25px;
		float: left;
    text-align: center;
}

.tt {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 10px;
}
.td {
    font-size: 10px;
}