@charset "utf-8";
html {
	height: 100%;
	overflow-y: none;
}

body {
	background: #666666;
	font-family: "Arial Unicode MS";
	font-size:14px;
}

* {
	margin: 0;
	padding: 0;
	text-align: center;
}

.container {
	width: 720px;
	margin: 0 auto;
	padding-top: 0px;
	font-family:"Arial Unicode MS";
	font-size:13px;
	color: #FF0000;

}
.style3 {font-weight: bold}

.title {
	background: url(../images/tiitel.jpg) top center;
	height: 40px;
}

.pilt {
	background: url(../images/test.jpg) bottom left;
	height: 239px;
	margin-left: -53px;
}

.header-left {
	border: #000 9px solid;
	width: 160px;
	height: 239px;
	float: left;
	min-height: 0px;
}
	
.header-right {
	background: url(../images/parem.jpg) top;
	border: #000 9px solid;
	width: 160px;
	float: right;
	height: 239px;
	min-height: 0px;
	}
	
.header-middle {
	background: url(../images/keskmine_ff.jpg) no-repeat top;
	border: #000 9px solid;
	border-left: 0px;
	border-right: 0px;
	margin-left: 160px;
	width: 400px;
	height: 239px;
	min-height: 0px;
	}
	
.menu-left {
	background: #005164;
	border: #000 9px solid;
	border-top: 0px;
	color: black;
	width: 160px;
	float: left;
	height: 150px;
	font-family:"Arial Unicode MS";
	font-size:13px;
	min-height: 0px;
}

.tpilt {
	background: url(../images/nurk.jpg) no-repeat;
	height: 20px;
	margin-left: -30px;
	margin-top: -10px;
}

.menu-right {
	background: #666666;
	border: #000 9px solid;
	border-top: 0px;
	color: black;
	width: 160px;
	float: right;
	height: 140px;
	font-family:"Arial Unicode MS";
	font-size:13px;
	padding-top: 10px;
	min-height: 0px;
}

.content {
	text-align: left;
	border: 0px;
	background: #BCBCBC;
	color: black;
	margin-left: 178px;
	margin-top: -160px;
	width: 343px;
	height: 577px;
	min-height: 0px;
	padding: 10px;
	overflow-y: auto;
	float: left;
}

.clear {
	clear: both;
}

.footer-left {
	background: #BBB034;
	border: #000 9px solid;
	border-top: 0px;
	color: #990000;
	width: 160px;
	float: left;
	height: 428px;
	margin-top: -438px;
	padding-top: 10px;
	min-height: 0px;
	color:red
}

.footer-right {
	background: #CB3620;
	border: #000 9px solid;
	border-top: 0px;
	color: #990000;
	width: 160px;
	float: right;
	height: 428px;
	margin-top: -438px;
	padding-top: 10px;
	min-height: 0px;
}

.footer-middle {
	border-top: #000 9px solid;
	margin-left: 170px;
	width: 380px;
	height: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
