@charset "utf-8";
/* CSS Document */

body {
	background-image: url(grid.gif);
	background-repeat: repeat;
}
body,td,th {
	color: #FFFFFF;
	font-size:12px;
}

.column {
	background:url(content.jpg) repeat-y;
	position:absolute;
	left:100px;
	top:0px;
	width:797px;
	height:800px;
	z-index:0;
	visibility:visible;
}

.content {
	position:relative;
	top:127px;
	left:30px;
	font-size:18px;
	width:740px;
}	
.toolbar {
	position:absolute;
	z-index:1;
	height:auto;
	width:100px;
	background-color: #313031;
	padding: 5px 0px 5px 0px;
	height:auto;
	top: 118px;
}

.menu {
     border-top: 1px solid white;
     text-decoration: none;
     background-color: #313031;
	 padding: 5px;
     color: white;
     font-family: Tahoma;
     font-size: 10pt;
     font-weight: bold;
}
.menu:hover {
     background-color: #5A8EC6;
}
.header{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}