body {
	margin: 0;
	font-family: "Arial";
	font-size: 14px;
	line-height: 1.5;
	background: #c5c5c5 url('img/background_fade.jpg');
	background-repeat:repeat-x;
	text-align: center;
	background-color:#e5e5e5;
}
#container {
	margin: 5% auto 0 auto;
	display: block;
	width: 15px; 
}

.title {
	font-size: 30px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	color: #161616;
	margin: 2em 0 1em 0;
	text-shadow: 0px 1px 0px #fff;
	display: block;
}

ul {
	margin-left: -5em;
}

#menu-css li, #menu-jquery li {
	display: inline;
	list-style: none; 
}
a, a:visited {
	color: #161616;
	text-decoration: none;
	border: none;	
}
a:focus { outline: 0; }
a img { border: 0; }


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


