#pageBanner
{
    text-align:center;
}

#stories
{
    
}
.story
{
    /*margin:5px;*/
	width:350px;
    /*height:130px;
    overflow:none;*/
	font-size:0.8em;
	padding:0;
	color:#333333;
}
.story img
{
	border:0;
}
.story a
{
    color:#333333;
    height:100%;
    display:block;
    /*padding:10px;*/
    cursor:hand;
    border:1px solid white;
}
.storyText
{
    float:right; 
    width:215px;
}
#pageContents
{
    font-size:1.2em;
    font-weight:normal;
    width: 550px;
    margin-left:17px;
}
.feature
{
  float:right;
}
