body {
	background: #f2f1eb url(/htdoc/images/index.bkgr.jpeg) top left repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a img {
	border: 0px;
}

#header {
	background: url(/htdoc/images/header.bkgr.gif) no-repeat top left;
	width: 903px;
	height: 122px;
	margin: 0px 0 0 78px;
	position: relative;
}

#logo {
	margin: 0px; padding: 0px;
	position: absolute;
	top: 19px;
	left: 20px;
}

#tools, #nav {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#tools {
	top: 18px;
	right: 20px;
}

#tools li,
#nav li {
	float: left;
}
#tools a,
#nav a {
	display: block;
	text-indent: -3000em;
	outline: none;
	height: 14px;
	overflow: hidden; 
}

#nav {
	top: 92px;
	left: 21px;
}

