body {
	background: #3B3B3B url(../images/body-background.png) repeat-x;
	text-align:center;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

#content {
	text-align:left;
	margin:0 auto;
	width:850px;
	padding-top:148px;
}

#logo {
	float:left;
	background: url(../images/logo.png) no-repeat;
	width:219px;
	height:44px;
}

#nav {
	float:right;
	width:600px;
	list-style:none;
	margin:35px 0 0 0;
	padding:0;
}

#nav li {
	float:right;
	padding:0 20px;
}

.c {
	clear:both;
}

a, a:link, a:hover, a:active, a:visited {
	color:black;
	text-decoration:none;
}

.tool-tip {
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:85%;
	background:black;
	opacity:0.9;
	padding:5px 8px 6px 8px;
	width:120px;
	line-height:140%;
}

.tool-title {
	display:none;
}