@charset "utf-8";
 body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px;
	padding-top: 10px;
	color: #BBBBBB;
	background-color: #000000;
	background-image: url(images/template.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
	background-attachment: fixed;
	scrollbar-face-color: Black;
	scrollbar-highlight-color: #4A2E11;
	scrollbar-3dlight-color: Black;
	scrollbar-shadow-color: #552D1A;
	scrollbar-darkshadow-color: Black;
	scrollbar-track-color: #240000;
	scrollbar-arrow-color: #552D1A;
}
#baniere {
	height: 190px;
	width: 833px;
	margin: 0px auto;
}
#navigation li {
	list-style-image: none;
	list-style-type: none;
	display:block;
	float:left;
	margin: 0px;
	padding: 0px;
	height: 45px;
}

#navigation {
	width: 833px;
	margin: 0px auto;
	;
	position: relative;
	height: 45px;
}
#workzone {
	width: 836px;
	position: relative;
	margin: 0px auto;
}
.cell_left{
   float: left;
}
#column_middle {
	width: 102px;
}
#column_right {
	position:relative;
	overflow:hidden;
	height: 611px;
	width: 549px;
	background-repeat: repeat-x;
	background-image: url(images/bottom_middle.png);
	background-position: bottom;
}
#border_right {
	width: 6px;
	position:absolute;
	bottom: 6px;
	top: 9px;
	background-image: url(images/border_right.png);
	background-repeat: repeat-y;
	background-position: right;
	left: 543px;
}

#lecture {
	width: 543px;
	position:absolute;
	bottom: 6px;
	overflow: auto;
	top: 10px;
	background-image: url(images/lecture.png);
	background-position: right;
}
#footer {
	font-size: 9px;
	text-align: center;
	padding: 295px 0px 0px 5px;
	color: #999999;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}



#column_left {
	width: 180px;
}
#column_left li {
	list-style-image: none;
	list-style-type: none;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 26px;
}

#column_middle li {
	list-style-image: none;
	list-style-type: none;
	display:block;
	margin: 0px;
	padding: 0px;
}
