.article .date {
	font-style: italic;
}
.article .maillink {
	color: #939598;
	font-size: .8em;
	margin-bottom: 1.5em;
	margin-left: 48%;
	text-align: right;
	text-transform: uppercase;
}
.article .maillink img {
    vertical-align: bottom;
}
.article .image, .articleimage {
	float: left;
	margin: 0 10px 10px 0;
}
.article .image img, .articleimage img {
	max-width: 200px;
}
.article .image span, .articleimage span {
    display: block;
    font-size: .85em;
    color: #666;
    margin: 4px 0 0 0;
    max-width: 200px;
}
.article .file {
	margin-bottom: 1em;
}

.grid {
	background: transparent url('background.png') top center no-repeat;
	height: 880px;
	padding-bottom: 10px;
	width: 880px;
	margin: 0 auto;
}
.grid div {
	/*border: 1px solid white;*/
	float: left;
	height: 88px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 88px;
}
.grid div img {
	height: 88px;
	vertical-align: bottom;
	width: 88px;
}
.grid div div {
	background-color: #2eafa4;
	border: 1px solid #fff;
	color: #fff;
	float: none;
	font-size: .85em;
	height: auto;
	left: -999em;
	padding: 5px;
	position: absolute;
	text-align: left;
	width: 250px;
}
.grid div div h2 {
	color: #fff !important;
	font-size: 1em !important;
	text-transform: none !important;
}
.grid div div a {
	color: #fff;
}

.countimg {
    background-color: #fff;
    margin: 0 auto;
    padding: 10px 23px;
    text-align: center;
    width: 176px;
}

.block {
    background-color: #ffe39c !important;
}
