#archivetab {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 30px;
	height: 100px;
	background: #F00;	
}

.story {
	position: relative;
	width: 975px;
	/*padding-bottom: 15px;
	border-bottom: #FECC26 dotted 3px;*/
	margin-bottom: 15px;
	line-height: 28px;
	cursor: pointer;
	font-size: small;
}

.story .left {
	float: left;
	width: 250px;
	border-right: 10px solid #FFF;
	background: #FFF;
}

.story .right {
	float: right;
	width: 695px;
	padding: 10px;
	color: #FFF;
	background: #009295;
}

.story h2{
	margin: 0px;
	color: #FFF;
	font-weight: bold;
	font-size: large;
	display: block;
	margin-bottom: 8px;
}

.story h3{
	margin: 0px;
	color: #FECC26;
	font-weight: bold;
	font-size: large;
	display: block;
	padding: 10px;
	text-align: right;
}

.story .buffer {
	clear: both;
	width: 975px;
	height: 0px;
}

.story .right .readmore {
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
}

/* single display */

#newsblock {
	position: relative;
	width: 975px;
	background: #009295;
	margin-bottom: 10px;
}

#newsblock_text {
	float: left;
	padding: 10px;
	width: 595px;
	line-height: 24px;
	font-size: small;
	color: #FFF;
}

#newsblock_text a {
	color: #FFF;
}

#newsblock h1 {
	color: #FFF !important;
}

#newsblock_img {
	float: right;
	width: 350px;
	border-right: 10px solid #FFF;
	overflow: hidden;
}

#newsblock_img img {
	border-bottom: 10px solid #FFF;
}

#newsblock .buffer {
	width: 100px;
	clear: both;
}
