body, html {
	background-color: #000000;
	background-image: url(/img/td2006/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: "the sans", verdana, sans-serif;
	font-size: 8.5pt;
	margin: 0px;
	position: relative;
	width: 800px;
}

h1 {
	font-size:9.5pt;
}

a:link {
        background-color: inherit;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
        background-color: inherit;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
        background-color: inherit;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
        background-color: inherit;
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: underline;
}

div#header {
	position: absolute;
	top: 18px;
	left: 10px;
}

div#menu {
	border-bottom: 1px solid #ffffff;
	font-size: 9px;
	padding-bottom: 4px;
	padding-left: 14px;
	position: absolute;
	top: 80px;
	width: 786px;
}

div.menuitem {
	display: inline;
	margin-left: 0.5em;
	text-align: left;
	word-spacing: -0.25em;
}

div#menu a {
	font-weight: normal;
	text-decoration: none;
}

div#content {
	font-size: 8.5pt;
	left: 62px;
	position: absolute;
        top: 128px;
	width: 530px;
}

img {
	border: none;
}

div#logo {
	position: absolute;
	right: 48px;
	text-align: right;
        top: 140px;
	width: 141px;
               
}

