@charset "utf-8";
#header {
	position: relative;
	background:url(img/aan.jpg);
	width: 636px;
	height: 106px;
}
body {
	margin: 0;
	padding: 0;
	background:#7B7BB7;
	color:#30303B;
	font-family:Arial, Helvetica, sans-serif;
}
#raam {
	position: relative;
	margin:25px auto 5px auto;
	width:636px;
	height: 600px;
	background: #FFFFCC;
	overflow:hidden;
}
#menu {
	position: relative;
	float: left;
	clear:left;
	width: 140px;
	top:0;
	height:494px;
	z-index: 2;
	background:url(img/pilvtaust.jpg)
}
#content {
	position: relative;
	height: 90%;
	margin: 0 0 30px 15px;
	padding: 30px 10px;
	overflow:scroll;
	height: 434px;
}
#footer {
	position: relative;
	margin:-20px auto 0 auto;
	width:636px;
	background:#eef url(img/aliuminepiir.jpg) no-repeat;
	height: 20px;
}
/**/
ul {
	text-align:center;
	margin: 60px 0 0 -40px;
}
li {
	list-style: none;
	margin: 35px auto;
	color: #fff;
	text-transform:uppercase;
}
/**/
.left {
	text-align:left
}
.center {
	text-align:center
}
.right {
	text-align:right
}

.margin {margin: 10px}

/**/
a.menu:link { color:#fff; text-decoration:none;}
a.menu:visited { color:#fff; text-decoration:none;}
a.menu:active { color:#fff; text-decoration:none;}
a.menu:hover { text-decoration: underline;}
/**/
a:link { color:#0066FF; text-decoration:underline;}
a:visited { color:#0066FF; text-decoration:none;}
a:hover { color:#0033FF; text-decoration:underline;}

