/* CSS Document */
div.header:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.header
{
	padding-bottom:1px;
	border-bottom-width:1px;
	border-bottom-color:#777777;
	margin-bottom:10px;
	width:100%;
	border-bottom-style: solid;
}

div.title
{
	float:left;
	text-align:left;
	font-size:120%;
	display:table-cell;
}

div.navi
{
	text-align:right;
}

ul.navi
{
	list-style:none;
}

ul.navi li
{
	display:inline;	
	padding:2px;
}
  
li.active 
{
	background-color: #eeeeee;
}


div.body h3 
{
	text-align:center;
	font-size:120%;
	margin-bottom:2em;
}
