/**
 * www.madman2k.net Style Sheet
 * Theme: GlassMan
 * Part: Layout
 * License: CCL2 [http://creativecommons.org/licenses/by-sa/2.5/legalcode]
 * Copyright by MadMan2k
 */
	html {
		min-height: 100%;
		color: #000000;
		background: #d8d4ce url('images/fade.png') repeat-x bottom; /* fixed kills everything */
		font-family: "DejaVu Sans", sans-serif;
	}
	
	body {
		margin: 0;
		padding: 10px 0;
	}
	
	/* Root */
	div#shadow-layer1 {
		width: 834px;
		margin: auto;
		padding-bottom: 5px;
		background: url('images/shadow-bottom.png') no-repeat bottom;
		
	}
	
	div#shadow-layer2 {
		background: url('images/shadow.png') repeat-y;
	}

	div#root {
		background: url('images/background.jpg') no-repeat;
		width: 800px;
		margin: auto;
		padding: 153px 17px 12px; /* 12px margin + 5px shadow, same for top */
		position: relative;
	}
	
	div#userbar {
		position: absolute;
		top: 15px;
		right: 20px;
		font-size: 0.7em;
		color: white;
	}
	
	div#userbar a {
		font-weight: bold;
		text-decoration: none;
		color: #2051ff;
	}

	div#userbar a:hover{
		color: #ca0000;
	}
	
	/* Menu */
	ul#menu {
		padding: 0;
		list-style: none;
		font-size: 0.9em;
		margin: 0;
		display: inline;
	}
	
	ul#menu li {
		position: relative;
	}
		
	ul#menu > li {
		float: left;
		padding: 5px 0;
		margin-right: 1.5em;
	}
	
	ul#menu li a {
		text-decoration: none;
		color: black;
		font-weight: bold;
	}
	
	/* Content */
	div#content {
		clear: left;
		border: 1px solid black;
		min-height: 400px;
		padding: 0 5% 1em;
		position: relative;
	}

	div#tooltip {
		background-color: #eef5ff;
		border: 1px solid #021329;
		-moz-border-radius: 7px;
		padding: 3px 5px;
		font-size: 0.9em;
		opacity: 0.8;
		position: absolute;
		display: none;
		top: 0;
		left: 0;
	}
