@CHARSET "ISO-8859-1";
#newsmenu {
	display: block;
	width: 100%;
	text-align: center;
}

#newsmenu_swf :focus {
	outline: none;
}

#news_content {
}

.message {
	font-style: normal;
}

.category_title {
}

.message_image {
	display: inline;
	float: left;
	padding-right: 10px;
	padding-top: 20px;
}

.message_image img {
	border: none;
}

.message_title {
	padding-top: 20px;
	font-size: 1.8em;
	padding-bottom: 15px;
}

.message_content {
	padding-bottom: 30px;
	width: 90%;
}

.message_date {
	width: 700px;
	display: block;
	text-align: right;
}

.message_separator {
	display: block;
	width: 100%;
	height: 32px;
	background-image: url('/images/news/news_separator.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
