* {
	margin: 0;
	padding: 0;
}

div#header {
	background-image: url('header.gif');
	background-repeat: repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 55px;
	padding-top: 5px;
	padding-left: 10px;
	z-index: 1;
}

div#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2em;
	margin-right: 10px;
	padding-left: 165px;
	text-align: center;
}

div#navbar {
	background-image: url('navbar.gif');
	background-repeat: repeat-y;
	position: fixed;
	top: 0;
	left: 0;
	width: 138px;
	height: 100%;
	padding-top: 70px;
	padding-left: 10px;
	padding-right: 17px;
}

div#content {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 2em;
	right: 0;
	overflow: auto;
	margin-top: 60px;
	margin-left: 165px;
	margin-right: 10px;
	padding: 10px;
}

div#debug {
	background-color: #FFFFFF;
}

	table
{
	border-collapse: collapse;
}

ul {
	margin-left: 10px;
}

form {
	display: inline;
}

h1 {
	display: inline;
}

span.warning {
	color: #FF0000;
}

span.notice {
	color: #00FF00;
}

.xstooltip 
{
	background-color: #CCCCCC;
	visibility: hidden; 
	position: absolute; 
	top: 0;  
	left: 0; 
	z-index: 2;
	padding: 3px; 
	border: solid 1px;
}
