#newsbox
{
	border-top: 1px solid #000000;
	border-bottom: 5px solid #000000;

	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

	float: right;
	position: relative;

	width: 180px;

	background-color: #e5e5e5;

	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#newsbox_header
{
	width: 100%;

	height: 20px;

	background-color: #000000;
	background-image: url(../../images/index/newsbox_header.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#newsbox_news
{
	text-align: center;

	font-size: 10px;
	color: #000000;

	padding: 10px;
}

#newsbox_news a:link, #newsbox_news a:active, #newsbox_news a:visited, #newsbox_news a:hover
{
	font-size: 10px;
}
