@charset "utf-8";
/*-----------------------------------------------------
Notes
-----------------------------------------------------*/
#news-photo-top{
	float: left;
	width: 190px;
	background-image: url(/_images/photos/news-photo-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#news-photo-rt{
	background-image: url(/_images/photos/news-photo-rt.jpg);
	background-repeat: no-repeat;
	background-position: right 16px;
}
#news-photo-bot{
	background-image: url(/_images/photos/news-photo-bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#news-photo-lt{
	background-image: url(/_images/photos/news-photo-lt.jpg);
	background-repeat: no-repeat;
	background-position: left 16px;
	padding: 16px 12px 12px 8px;
}
#news-photo{
	height: 227px;
	width: 170px;
	overflow: hidden;
}
#news-border{
	float: left;
	position:absolute;
	z-index: 30;
	background-image: url(/_images/photos/news-photo-border.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 262px;
	width: 190px;
	overflow: hidden;
}


#news{
	padding: 1em 0 0 0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0000FF;
	width: 307px;
	float: right;
}