@charset "UTF-8";
/* CSS Document */

.newsitem{
border-bottom: 1px solid #999;
clear: both;
margin: 0px 0 10px 0;
padding: 0 0 10px 0;
}

.newsitem img{
float: right;
}

.newsitem h4{
text-transform:uppercase;
}

div#news{
height: 400px;
overflow: auto;
margin: 0 0 30px 0;
padding: 0 15px 0 0px;
}


div#news img{
float: right;
padding: 0 0 0 10px;
}

