
#maincontent {
	height: 313px;
	background-color: #afc1cf;
}

#maincontent ul		{
	margin : 0;
	padding : 0;
	list-style-type: disc;	
}

#maincontent li	{
	display: list-item;
	list-style-position: inside;
}

#maincontent	h2	{
	font-size: 1.8em;
	color : #6c100e;
	letter-spacing: .3em;
}

#maincontent	h3	{
	color : #6c100e;
	font-size: 1.2em;
	font-weight: bold;
	margin : 16px 0 10px 0;
}

#maincontent	strong	{}
#maincontent	.notpublished	{ background-color: #ffdddd }

/* THe 'relative' caused real probles with IE6
#maincontent	.article_item	{
/*	position: relative;	*/
}

#maincontent	.article_item .article_bulk	{
	font-size: .92em;
}

#maincontent	.article_item a {
	text-decoration: underline;
	color: #0b2689;
}

#maincontent	.article_item a:hover {
	color: #f00;
}

#maincontent	.article_more	{ font-size : .8em; text-align: right; }

/* -------- */
