/* CSS Document */

#message_home {
	margin-left:8px;
	margin-top: 6px;
	width:960px;
	height:210px;
}

#content {
	background-image:url(../images/bg_content_single.png);
	width:976px;
	min-height:301px;
	margin-top:8px;
	background-repeat: no-repeat;
}
#leftlayout {
	float:left;
	margin-top:43px;
	margin-left:16px;
	display:inline;
}
#headline {
	float:left;
	width:369px;
	height:42px;
	
}
#homeimage {
	width:155px;
	height:228px;
	margin-top:13px;
	margin-left:394px;
}
#news {
	float:right;
	width:360px;
	height:228px;
	margin-top:25px;
	margin-right:20px;
	display:inline;
}
#news ul {
        list-style-type: none;
        width: 360px;
		margin: 10px 0;
		padding:0px;
} 

#news li {
        margin: 1px 0;
		width:360px;
}

#news li a {
	color: #333333;
	display: block;
	font: bold 10px "Trebuchet MS", Helvetica, Arial, Geneva;
	text-decoration: none;
	background: #ebebeb;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

 * html #news li a {  /* make hover effect work in IE */
	width: 340px;
}

#news li a:hover {
        background: #dfdfdf;
}

#news a em { 
        color: #333333;
        display: block;
        font: normal 10px "Trebuchet MS", Helvetica, Arial, Geneva;
        line-height: 125%; 
}

#news a span {
        color: #0099cc;
        font: normal 10px "Trebuchet MS", Helvetica, Arial, Geneva;
        line-height: 400%;
}