@CHARSET "UTF-8";

#newscontainer {
	position: relative;
	width: 100%;
	margin: auto;
	font-family: Helvetica,sans-serif;
	background-color: #3FAFF9;
	
}

#newscontainer h1{
	color: #FFF;
	font-size: 16px;
	text-align: center;	
	width: 200px; 
	font-weight: normal;
	font-family: Geneva, Helvetica,sans-serif;
}




 #newscontainer  ul, li{
margin: 0; padding: 0;
list-style: none;
}

a {
	text-decoration: none;
	color: #292929;
}

a:hover {
text-decoration: underline;
}

#widget {
	overflow: hidden;
	padding: 1em;
	border: 1px solid #c5c5c5;
	height: 105px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	min-width: 110px;
	-moz-border-radius-bottomright: 10px;
	width: 680px;
}


#widget  img {
	border: 1px solid white;
	padding: .2em;
	background: #d3d3d3;
	margin-right: .5em;
	width: 75px;
	height:75px;
	float: left;
}

#widget li {
	float: left;
	display: inline;
	list-style-type: none;
	position: relative;
	top: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 1em;
	padding-right: 10px;
	width: 320px;
	height: 100px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
	font-family: Geneva, Helvetica,sans-serif;
}

#widget li span a{
	position: relative;
	top: 10px;
	color: #0E0850;
	font-size: 13px;
	
}

#widget li p {
	color: #474747;
	font-size: 14px;
}
