body{
	margin: 0px;
	padding: 0px;
	background: #234;
	text-align: left;
}
a{
	text-decoration: none;
	color:inherit;
	color:
}
hr{
	margin: 2px;
}
.top{
	width: 100%;
	background: #000;
}

.header{
	width: 924px;
	height: 25px;
	padding: 10px 4px;
	text-align: center;
	font:12px Trebuchet MS,Arial,sans-serif;
	line-height: 22px;
	color: #567;
}
.title{
	font: Bold 18px Trebuchet MS,Arial,sans-serif;
	color: #89A;
	float: left;
}
.title a{
	text-decoration: none;
	color:inherit;
}
.title a:hover{color:#FFF;}

.codebox{
	padding: 5px;
	width: 32%;
	height: 200px;
	background: #FFF;
	overflow: scroll;
	float: left;
}
.section{
	background: #567;
	clear: both;
	font-weight: normal;
	font-size: 12px;
	color: #EEE;
	padding: 5px;
}
.stories{
	background: #FFF;
	font:12px Georgia,Times,serif;
	line-height: 110%;
	float: left;
	width: 14%;
	margin-right: 2px;
	height: 600px;
	overflow: hidden;
}
.storyblock{
	overflow: hidden;
	margin:2px;
}

.story{
	letter-spacing: -.02em;
	display: block;
	padding: 5px;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	margin-right: 5px;
	font-weight: bold;
}

.story:hover{
	background: #EEE;
}
.date{
	margin-top: 2px;
	font-size: 9px;
	font-weight: normal;
	color: #789;
}
.copyright{
	clear: both;
	padding:10px 20px;
	font:12px Georgia,Times,serif;
	color: #789;
	margin-top:20px;
	text-align: center;
}
.copyright a{color: inherit;}
.copyright a:hover{color: #fff;}
