.text {
    width: 600px;
    padding: 0 20px;
    float: left;
}

.text.large {
    clear: both;
}

.text.small {
    width: 280px;
}

.text img,
#news-message img {
    padding: 4px;
}

.more a {
	padding-left: 15px;
	background: url('../img/arrow-264c93.gif') 0 4px no-repeat;
}

.block, #right .news-view {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.block h2, #right .news-view h2 {
    background: url('../img/title.gif') repeat-x;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 38px;
    margin: 0;
}

.block .inner {
    padding: 20px 20px 0 20px;
}

.block.foo .inner {
    text-align: center;
}

.block a {
    text-decoration: none;
}

.block a:hover {
    text-decoration: underline;
}

.block strong {
    font-size: 14px;
    font-weight: normal;
    font-family: AllerBold, Arial, Helvetica, sans-serif;
}

.block u {
    text-decoration: none;
    font-size: 16px;
    font-family: AllerBold, Arial, Helvetica, sans-serif;
}

#functions {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 5;
	background: #fff;
	padding: 5px;
}
#functions a {
	height: 16px;
	width: 16px;
	display: block;
	float: left;
	text-decoration: none;
}
#functions .print {
	margin-right: 20px;
	background: url(../img/icon_print.gif) left top no-repeat;
}
#functions .enlarge {
	background: url(../img/icon_enlarge.gif) left top no-repeat;
	margin-right: 5px;
}
#functions .smaller {
	background: url(../img/icon_smaller.gif) left top no-repeat;
}