#content{
  background-image: url("../img/content_bg.jpg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 637px;/**/
}
#content h3{
font-size:1.2em;
border-bottom:white 2px solid;
}
#stories{
list-style:none;
margin-top: 25px;
margin-left:40px;
margin-right:40px;/**/
overflow: auto;
height:550px;
/*text-indent:30px;*/
display:block;
width:650px;
padding-right: 5px;
}
*html #content ol{
scrollbar-face-color:#72aedd; 
scrollbar-track-color:#22597c; 
scrollbar-shadow-color:#6895b8; 
scrollbar-dark-shadow-color:#254f6d; 
scrollbar-3dlight-color:#9ecff6;
}
#stories li{
font-size:1.4em;
color:red;
margin-bottom:25px;
list-style:none;
clear:both;
padding-top:10px;
}
.imgStory p{
/*display:inline;*/
width:400px;
padding:10px;
margin-top:-10px;
}
.noImgStory p{
padding:10px;
margin-top:-5px;
}
*html .imgStory p{
padding:0px;
/*display:inline;
margin-top:-30px;*/
}
*html .noImgStory p{
margin-top:-15px;
}
li img{
float:right;
display:inline;
margin-top:15px;
max-width: 190px;
border:none;
/*max-height:190px;*/
}
*html li img{
margin-right:-120px;
}
*+html li img{
margin-right:-140px;
}
#content li span{
diplay:inline;
float:right;
clear:both;
font-weight:normal;
}
*html #content li span{
margin-top:-30px;
margin-bottom:30px;
}
*html li h3{
margin-bottom:10px;
}
*+html li h3{
margin-bottom:20px;
}
#content h2{
background-image: url("../img/secTitle_bg.png");
background-repeat: no-repeat;
background-position: 5px 4px;
font-size: 1.4em;
padding-left: 50px;
}