div#header
{
	margin:0 0 15px 0;
	padding:10px 20px;
	border: 1px solid black;
	line-height:13px;
	background-color:#eeeeee;
	font-size:13px;
	font-weight:bold;
}

div.content 
{
	width:auto;
	background-color:white;
}

div#containerLeft, div#containerRight, div.archive
{
	display:none;
}

div#footer
{
	width:auto;
	padding:10px;
	font-size:9px;
}

div#footer p
{
	text-align:center;
}

a
{
	text-decoration:none;
}

a:after
{
	content: " [" attr(href) "]";
}