body {
	padding: 0;
	margin: 0;
	background-color: black;
	width: 100%;
	height: 100%;
}

#header {
	color: red;
	top: 15px;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0 0 0 1em;
	font: small-caps bold 24pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

#navit {
	position: absolute;
	top: 60px;
	left: 0px;
	width:60px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	line-height:1.3em;
	background: transparent;
}

#nav {
	padding:0 0 0 0;
	margin:0;
	list-style:none;
	line-height:1em;
}


#nav li {
	margin:0;
	padding:0;
}

#navit a {
	color: #f89a1b;
	text-decoration: none;
	font: small-caps bold 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

#navit a:hover {
	color: yellow;
}

#navit a:visited {
	color: #f89a1b;
}

#wrapperleft {
	position: absolute;
	top: 60px;
	left: 8%;
	width: 800px;
	height: 85%;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	border-style: solid;
	border-color: black;
	background-color: white;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.3em;
	color: black;
	padding: 1em;
	text-align: left;
}

#wrappermid {
	position: absolute;
	top: 60px;
	left: 29%;
	width: 25%;
	height: 85%;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	border-style: solid;
	border-color: black;
	background-color: white;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.3em;
	color: black;
	padding: 1em;
	text-align: left;
}

#wrapperright {
	position: absolute;
	top: 80px;
	left: 56%;
	width: 25%;
	height: 85%;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	border-style: solid;
	border-color: black;
	background-color: white;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.3em;
	color: black;
	padding: 1em;
	text-align: left;
}

img.right {
	background-color: silver;
	font-size: x-small;
	color: gray;
}

#pict {
	color: black;
	font: 9pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	background-color: white;
	float: right;
	width: 350px;
	height: auto;
}

b {
	color: red;
	font-weight: normal;
	font-style: normal;
}

i {
	font-style: italic;
	color: olive;
}

#contents {
}

#chrono {
}

#pict {
	color: gray;
	text-align: center;
	background-color: transparent;
	font: normal smaller "Lucida Grande", Lucida, Verdana, sans-serif;
}

#specs {
}

#biblio {
}

#chrono li {
	list-style-type: none;
	list-style-position: inside;
}

desc {
	font-style: italic;
}

ul#chronic {
	list-style-type: none;
	padding:0; 
	margin:0; 
}

ul {
	list-style-type: none;
	padding:0; 
	margin:0; 
}

#adsright {
	background-color: transparent;
	color: white;
	font-size: 9pt;
	position: absolute;
	top: 15px;
	width: 160px;
	height: 600px;
	right: 0;
}

#adstop {
	color: white;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	background-color: transparent;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	font: small-caps x-small "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 15px;
	background-color: transparent;
	text-align: center;
	border-style: none;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: navy;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	color: red;
	font-weight: bold;
}

a:visited {
	color: maroon;
}

a.header:hover {
	color: yellow;
}

a.header:visited {
	color: #ff9900;
}

#biblio li {
	list-style-type: circle;
	list-style-position: inside;
}

#specitem {
	text-align: left;
	width = 100%;
	background-color: silver;
	text-size: x-small;
}

#desc {
	text-align: left;
	font-style: italic;
}

#spitem {
	text-align: right;
	text-size: small;
	font-style: bold;
	float: right;
}

#even {
	background-color: silver;
}

table {
	font-size: x-small;
}