body {
	color: #555;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
}

a img {
	border: none;
}

#title h1 {
	background-image: url(/images/logobig.png);
	background-repeat: no-repeat;
	margin: 72px 0 12px 72px;
	overflow: hidden;
	padding-top: 160px;
	height: 0;
	width: 480px;
}
#title h2 {
	margin-left: 128px;
	margin-bottom: 32px;
}

#whatis {
	/* top right bottom left */
	margin: 20px 225px 30px 180px;
}

#promo {
	border-top: 1px silver solid;
	border-bottom: 1px silver solid;
	clear: both;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	margin: 0;
}
#padder {
	margin-top: 2px;
}
#promo p {
	display: inline;
	margin: 4px;
}
#copyleft {
	position: absolute;
	left: 5px;
}

#w3c {
	background-color: #EFD;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	text-align: right;
	border-bottom: 1px solid black;
}
#w3c a {
	text-decoration: none;
	padding-right: 4px;
}

#navbar {
	background: #DEC;
	background: #EDEFF2;
	border: 1px solid #6291CA;
	position: absolute;
	top: 30px;
	right: 10px;
	width: 180px;
}

#offsite h3 {
	margin: 8px 10px;
	line-height: 1.0;
	padding-left: 7px;
}

acronym { cursor:help; }

