
/* **** Page / Maincontent **** */
#maincontent {
	min-height: 25em;
	/* IE */
	height: 25em;
}
html>body #maincontent {
	/* Un-IE */
	height: auto;
}

#localmenu li.category {
	color: #333;
}
#localmenu li.category ul {
	margin-top: 0;
}

#mainmenu ul li#menu_english a {
	background: url("../_gfx/front1/menu_bullet-en.png") no-repeat 3px 50%;
}
#mainmenu ul li#menu_english a:hover {
	background-color: #E5EFF5;
}
#mainmenu ul li#menu_english.current a {
	background-color: #E5EFF5;
}

p.author {
	text-align: right;
	font-style: italic;
}
p.date {
	text-align: right;
}
p {
/*	text-align: justify;*/
}

#maincontent h1 .context, 
#maincontent .article-summary h2 .category,
#maincontent .article-summary h3 .category {
	display: block;
	font-weight: normal;
	font-size: 75%;
	color: gray;
}
