﻿.newscontainer
{
	position:relative;
	border:  1px solid #ccc;
    background-color: #eee;  
}

.newstitle
{
	position:absolute;
	top: 6px;
	left:15px;
	width:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:larger;
	font-weight:bold;
	z-index: 10;
}
.newscontent
{
	clear:both;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
    background-color:  #CCCCCC;
	font-size:small;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
    overflow:auto;
	height: 200px;	
}

.newscontent img
{
	vertical-align:top;
}