.menuleft {
	text-align: left;
	width: 275px;
	margin-top: 0px;
	padding: 0px;
	position:fixed;
	left:0px;
	top:245px;
	z-index:3;
}
.header {
	text-align: left;
	width: 100%;
	height:255px;
	margin-top: 0px;
	padding: 0px;
	position:fixed;
	left:0px;
	top:0px;
	background-image: url(../backgr_header.gif);
	background-repeat: repeat-x;
	z-index:2;
}
.content {
	text-align: left;
	width: 701px;
	height:330px;
	margin-top: 0px;
	padding: 0px;
	position:absolute;
	left:281px;
	top:256px;
	z-index:1;
}
