#news-txt {
background:#373737;
width:960px;
position:relative;
margin: 10px 0px 30px 0px;
}

#news-nav {
background:#373737;
color:#fff;
width:225px;
float:left;
}

#news-nav ul {margin: 25px 0px 0px 25px;}

#news-nav li {
color:#ffffff;
list-style-type: none;
background:none;
padding-left:0px; /* space between bullet and text */ 
margin: 0px;
}

#news-nav li a {
color:#ffffff;
text-decoration:none;
display:block;
width:181px;
height:35px;
line-height:2.5em;
background: url(../images/bullet.gif) no-repeat left center;
text-indent:15px;
border-bottom:1px solid #4a4949;
}

#news-nav li a:hover, #news-nav li a.active {background:#4a4949 url(../images/bullet.gif) no-repeat left center;}

#news-text-panel {
background:#ffffff;
border: 1px solid #d5decd;
padding:25px 20px;
float:left;
width:693px;
min-height: 400px;
}

#news-text-panel p {margin: 0px 10px 8px 20px;}

#news-text-panel ul {margin: 0px 0px 10px 20px;}

#news-text-panel div.news-item {
clear:both;
height:110px;
margin: 0px 0px 0px 18px;
}

#news-text-panel div.news-item img {
float:left;
margin: 0px 15px 0px 0px;
width:85px;
}

#news-text-panel div.news-txt  {
float:left;
width:550px;
margin: 0px 0px 0px 0px;
}

#news-text-panel div.news-txt h4 {
font-size:1.2em;
margin: 0px 0px 3px 0px;
}

#news-text-panel div.news-txt p {
font-size:1.2em;
margin: 0px 0px 3px 0px;
}

#news-text-panel div.news-txt span.date {
font-weight:normal;
font-size:0.8em;
}

    