body{
	font-family:sans-serif;
	background:#bbb;
	margin:0;
	padding:0;
}
hr{
	display:none;
	visibility:hidden;
}
a:hover {
	background-color:#ccc;
}
h1, h2, h3{
	font-family:Sans-Serif;
	font-weight:bold;
}
a img{
	border:none;
}
/* -------------------------------------------------------- */
#page{
	background-color:#fff;
	margin:auto;
	padding:0;
	width:800px;
	color:#000;
}
/* -------------------------------------------------------- */
#header{
	text-align:center;
}
#header a{
	text-decoration:none;
}
#header a:hover {
	text-decoration:none;
}
#header h1{
	margin:0;
	padding-top:5px;
	padding-bottom:0.5em;
}
/* -------------------------------------------------------- */
#menu ul{
	margin-left:0;
	padding-left:0;
	display:inline;
} 
#menu ul li{
	margin-left:1em;
	margin-right:1em;
	margin-bottom:0;
	border:1px solid #069;
	list-style:none;
	display:inline;
}
#menu ul li.here{
	border-bottom:1px solid #ffc;
	list-style:none;
	display:inline;
}
#menu a{
	text-decoration:none;
	font-weight:bold;
	color:#ccc;
	display:inline;
}
#menu li a:hover{
	text-decoration:none;
}
#menu li a:hover {
	display:inline;
	background-color:#069;
	color:#fff;
}
#menu{
	padding:0.5em;
	background-color:#069;
	text-align:center;
}
/* -------------------------------------------------------- */
#content { display: block; }
.contentcolumn{
	line-height:1.3em;
	/*float:left;*/
	padding:1em;
	width:auto;
	border:0.5em solid #eee;
	background:#fff;
}
#content{
	font-size:0.9em;
}
.post{
	border:1px solid #bbb;
	border-bottom:5px solid #bbb;
	border-right:3px solid #bbb;
	margin:5px 1em 1em;
	text-align: justify;
	padding:1em;
	min-height:300px;
}
.post p{
	margin:5px 4em 1em 1em;
}
.post h2{
	color:#039;
}
.alignright{
	float:right;
}
.alignleft{
	float:left
}
/* -------------------------------------------------------- */
#footer{
	margin:0 1em 0;
	padding:1px;
	width:auto;
	clear:both;
	text-align:center;
	background-color:#eee;
}
#footer p{
	font-size:small;
}
