
#columnLeft  {
	float:left;
	width:560px;
	xbackground-color:#FFCCCC;
}

#columnRight {
	float:right;
	width:165px;
	xbackground-color:#CCFFCC;
}

#pageDescription { 
	color:#666666;
	width:510px;
	display:block;
    float:left;
	padding:10px;	
	margin-left:10px;
	margin-right:10px;
	margin-top:-10px;
	margin-bottom:10px;
	xborder:1px dashed #00FF00;
}

.story {
	width:510px;
	display:block;
    float:left;
	padding:10px;	
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	xborder:1px dashed #00FF00;
}
.storyHover {
	width:510px;
	display:block;
    float:left;
	padding:10px;	
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#EAEAEA;
	xborder:1px dashed #00FF00;
}
.storyThumb {
	border:1px solid #666666;
	float:left;
	margin-right:10px;	
}
.storyThumbBorderOff {
	border:none;
	float:left;
	margin-right:10px;	
}
.storyTitle  {
	color:#990000;
}
.storyTitle a { 
    font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}
.storyTitle a:hover { 
	color:#990000;
	text-decoration:underline;
}
.storyDate  {
	position:relative;
	float:right;
	top:0px;
	right:0px;
	color:#666666;
	font-size:9px;
	text-transform:uppercase;
	white-space:nowrap;
	z-index:50;
	xborder:1px dashed #FF0000;
}
.storyDescription { 
	xborder:1px dashed #00FF00;
}
.storyDescription a { 
	xborder:1px dashed #0000FF;
}
.storyDescription .arrow {
	position:relative;
	padding-right:13px;
	background-image:url(images/arrowSmall.gif);
	background-repeat:no-repeat;
	background-position:right 7px;
	white-space: nowrap;	
	xborder:1px dashed #FF0000;
}
.storyDescription .arrow:hover {
	background-image:url(images/arrowSmall_on.gif);
}










