div.month-art-image {
    width: 440px;
    height: 330px;
    overflow: hidden;
    text-align: center;
}

div.month-other-box {
    margin: 10px 0px 20px;
}

div.month-other-box div {
    margin: 3px 0px;
}

div.month-other-box div.month-other-author a {
    text-transform: uppercase;
    color: #b41e23;
    text-decoration: none;
    font-size: 1.083em;
}

div.month-other-box div.month-other-title a {
    color: #b41e23;
    text-decoration: none;
    font-size: 1.083em;
}

div.month-other-box div.month-other-author a:hover, div.month-other-box div.month-other-title a:hover {
	text-decoration:underline;
}

span.small-line-hack {
	font-size:2px;
	height:2px;
	line-height:2px;
}

.uppercase {
	text-transform:uppercase;
}

div.month-art-foot {
	padding-top:10px;
}

div.month-art-foot-box-left {
	clear:left;
	float:left;
	width:170px;
	text-align:left;
}

div.month-art-foot-box-right {
	clear:right;
	float:right;
	width:170px;
	text-align:left;
}