body {
	background: url(img/logo_ltbml.png) no-repeat;
	background-position: 40px 40px;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	height: 100%;
	margin: 0;
	padding: 0;
}

p {
	line-height: 15px;
	margin: 0 0 2px 0;
	padding: 0;
}

/* navigation */
#nav {
	position: absolute;
	top: 110px;
	left: 35px;
	z-index: 99;
	padding: 6px 6px 6px 0px;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: normal;
}

#nav a {
	margin: 5px;
	color: #333333;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
}

/* content */
div.content {
	border: 0;
	padding: 0 0 11px 0;
	width: 380px;
	height: auto;
	top: 180px;
	left: 40px;
	position: absolute;
	text-align: left;
}

div.content h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 6px;
	padding: 0;
	text-transform: uppercase;
}

div.content h2 {
	border-bottom: 2px solid #333333;
	border-top: 1px dashed #333333;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 3px 0 4px;
}

div.content h3 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 5px;
	padding: 0;
}

#team {
	font-size: 10px;
	font-style: italic;
}

/* images */
table.imagesline {
	border: 0;
	border-spacing: 0;
	padding: 0;
	top: 180px;
	left: 500px;
	position: absolute;
}

td {
	padding: 0;
	vertical-align: top;
	text-align: right;
}

#image {
	margin: 0;
	width: 400px;
	height: 300px;
}

td a {
	margin: 3px 5px 0 0;
	text-decoration: none;
	color: #333333;
}

td a:hover {
	text-decoration: none;
}