body {
	background-color:#E0E0E8;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	bottom:0px;
}
img { }

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#topimage {
	position:absolute;
	height: 97px;
	width: 800px;
	z-index:3;
	top: 2px;
	float:right;
	overflow:hidden;
	visibility: visible;
}

#topbar {
	background-color: #262d22;
	position: absolute;
	height: 100px;
	width: 800px;
	z-index:2;
	top: 1px;
	overflow:hidden;
	visibility: visible;
}
#title {
	position: absolute;
	height: 100px;
	width: 40%;
	z-index:5;
	top: 6px;
	left:120px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #9900FF;
	overflow:hidden;
	visibility: visible;
}
#tree {
	position: absolute;
	height: 100px;
	width: 1px;
	z-index:3;
	top:0px;
	left:0px;
	visibility: visible;
}
#bar {
	background-color:#0000CC;
	position:absolute;
	left: 0px;
	top:100px;
	width:800px;
	height:20px;
	z-index:3;
	text-align:center;
	color: #FFFFFF;
	visibility: visible;
}

#leftbar {
	background-color: #262d22;
	position: absolute;
	top: 0px;
	height: 75%;
	width: 120px;
	z-index:1;
	visibility: visible;
	overflow:hidden;
}
.buttonscontainer {
	width: 100px; 
	top:170px; 
	left:0px;
	z-index: 1;
	position:absolute;
	}

.buttons a {color: #99FFFF;
background-color: #0000CC;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #000033;
font: 10px Trebuchet MS, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #CC0000;
text-decoration: none;
color: #99FFFF;}

#page {
	position:absolute;
	width: 800px;
	height: 100%;
	z-index:2;
	}
#main {
	position:absolute;
	top:120px;
	left: 120px;
	width: 725px;
	visibility: visible;
	z-index: 1;
}
#try {
	height: 100%;
	width: 800px;
	}
.list {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
}
#corp {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	font-size:8px;
	}
