/********************************/
/*		General definitions		*/
/********************************/
body {
	margin:				0;
	padding:			0;
}

/********************************/
/*		Top						*/
/********************************/
div#top {
	display:			table;
	position:			fixed;
	left:				0;
	top:				0;
	width:				100%;
	height:				3em;
	text-align:			center;
	z-index:			1;
}

div#menu {
	display:			table-cell;
	padding-bottom:		0;
	vertical-align:		bottom;
	border-bottom:		1px solid black;
}

div#menu ul {
	display:			block;
	margin:				0 0.3em 0.2em 0;
}

div#menu li {
	display:			inline;
}

div#menu a {
	margin:				0 0.6em;
}
div#menu a:hover {
	border-top:			2px dotted blue;
	padding-top:		0.2em;
}
div#menu a.currentItem {
	margin:				0 0.6em;
	border-top:			2px dotted black;
	padding-top:		0.2em;
}

/********************************/
/*		Middle					*/
/********************************/
div#middle {
	float:				left;
	margin:				3em 0 0 0;
	z-index:			0;
}

div#content {
	margin:				40px 5em;
}

/********************************/
/*		Botom					*/
/********************************/
div#bottom {
	float:				left;
	width:				100%;
	margin-bottom:		1em;
	z-index:			0;
}

table#badges {
	margin:				auto;
	padding:			0.2em;
}

/********************************/
/*		Other					*/
/********************************/
div#border {
	position:			fixed;
	left:				0;
	top:				3em;
	height:				40px;
	width:				100%;
	z-index:			2;
}

div#logo {
	position:			fixed;
	top:				0;
	left:				0;
	padding:			1em;
	z-index:			5;
}

div#guestbook {
	position:			fixed;
	top:				5em;
	left:				1em;
	z-index:			3;
}