
*
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

body, html
{
	width: 100%;
}

body
{
	margin: 0;
	background-image: url(../images/timeline-bg.gif);
	background-repeat: repeat-x;
	background-position: 12em 40em; 
}

#infobox
{
	position: absolute;
	top: 15em;
	left: -1000em;
	width: 30em; 
	padding: 1em;
	border: 1px solid gray;
	
	background-image: none;
	background-position: top right;
	background-repeat: no-repeat;
}

#infobox a 
{
	color: #314c44;
}

#infobox ul
{
	margin: 0;
	padding: 0;
	list-style-type: square; 
}

#infobox ul li
{
	margin-left: 1.5em;
}

#pits .entry
{
	position: absolute;
	border-left: 1px solid gray;
	cursor: crosshair;
}

#pits .entry div
{
 	border-bottom: 1px solid gray;
}

#pits .entry div strong
{
	padding-right: 2px;
	margin-right: 4px;
	background-color: gray;
	color: white;
}


#pits .entrysub
{
	position: absolute;
	padding-right: 4px; 
	border-right: 1px solid gray;
 	border-bottom: 1px solid gray;
	cursor: crosshair;
}

#pits .entrysub div
{
}

#pits .entrysub div strong
{
	padding-right: 2px;
	margin-right: 4px;
	background-color: gray; 
	color: white;
}

#sitename
{
	position: absolute;
	top: 404px;
	left: 20px;
	width: 200px;
	font-size: 18px;
	color: white;
}

#logbox
{
	position: absolute;
	bottom: 0em;
	left: 0em;
	height: 10em;
	width: 30em;
	overflow: scroll;
}