<style type="text/css">
	body {
		font-size: 0.9em;
		font-family: technic, serif;
		color: #333;
	}

	h1 {
		font-size: 1.5em;
		text-align: left;
		margin-bottom: 5px;
	}
	h2 {
		font-size: 1.1em;
		padding-bottom: 3px;
		margin-bottom: 3px;
		-webkit-user-select:none;
		-moz-user-select:none;
	}
	
	ol, ul {
		margin-bottom: 10px;
	}

	a { text-decoration: none; color: #069; }
	a:hover { text-decoration: underline; }
	a:visited, a:active { color: #069; }

	#top_nav {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;

		width: 100%;
		text-align: left;
		height: 25px;
		line-height: 25px;
		background-color: #069;
		z-index: 100;

		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
	}

	#top_nav ul {
		position: relative;
		left: 45%;
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: left;
	}

	#top_nav ul li {
		position: relative;
		width: 75px;
		right: 55%;
		float: left;
		display: inline;
		margin: 0 1px 0 0;
		padding: 0;
		background-color: #333;
		text-align: center;
	}
	#top_nav ul li:hover {
		background-color: #666;
	}

	#top_nav ul li a {
		display: block;
		color: #eee;
	}

	#wrapper {
		width: 86%;
		margin: 30px auto;
		text-align: left;
	}

	#nav {
		float: right;
		margin-right: auto;
	}
	#nav ul, #nav ol {
		list-style-type: none;
		padding: 0;
		margin: 5px 0;
	}

	p {
		/*width: 700px;*/
		width: 85%;
		float: left;
		padding: 0;
		margin: 0 0 5px 0;
	}

	p#cloud {
		border: 1px dotted #069;
		margin: 10px 0;
		min-height: 300px;
		min-width: 650px;
		clear: left;
	}

	p#cloud span {
		float: left;
		color: #069;
		display: inline;
		line-height: 30px;
		text-align: center;
		padding: 5px;
		-webkit-user-select:none;
		-moz-user-select:none;
	}

	/* Tooltips
	 *-------------*/
	p#cloud a {
		-webkit-user-select:none;
		-moz-user-select:none;
	}
	p#cloud a.tooltip      { position: relative; }
	p#cloud a.tooltip span, p#cloud a.tooltip_link { display:  none; }
	p#cloud a:hover span   {
		display: block;
		position: absolute;
		width: 150px;
		height: 15px;
		line-height: 15px;
		font-size: 10px;
		top: 1.3em;
		left: -2em;
		z-index: 10;
		padding: 2px;
		border: 1px solid #ffc;
		background-color: #ddd;
		color: #000;
	}

	p#cloud span a.unconfirmed {
		color: #666;
	}

</style>
