@charset "utf-8";
/* CSS Document */
body {
	background:url(img/bg.png);
	color:#25201a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
}
#wrap {
	width:806px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:auto;
	background:url(img/sisu_bg.png) repeat-y;
}
#header {
	width:806px;
	float:left;
	height:115px;
	background:url(img/header.png);
}
#keelevalik {
	width:376px;
	padding-left:430px;
	float:left;
	height:25px;
	padding-top:35px;
	padding-bottom:30px;
	overflow:hidden;
	background:url(img/keelevalik_bg.png) no-repeat;
}
#menyy {
	width:784px;
	padding-left:20px;
	float:left;
	height:52px;
	padding-top:6px;
	background:url(img/menu_bg.png);
}
#sisu_wrap {
	width:806px;
	float:left;
	height:auto;
	overflow:auto;
}
.left {
	width:490px;
	padding-left:40px;
	float:left;
	height:auto;
	overflow:auto;
}
.right {
	width:224px;
	float:right;
	height:auto;
	text-align:right;
	padding-right:11px;
}
#footer {
	width:786px;
	float:left;
	height:25px;
	padding-top:25px;
	padding-left:20px;
	background:url(img/footer.png);
	color:#e3d1a2;
	font-size:10px;
}
h1 {
	width:100%;
	float:left;
	line-height:25px;
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0;
	margin:0;
	padding-bottom:10px;
}
/*menu ul*/
ul#nav {
    padding :0;
	margin: 0;
	display:inline;
	font-size : 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	list-style:none;
}	
ul#nav li {
	font-family:Arial, Helvetica, sans-serif;
    color:#e3d1a2;
    font-size : 12px;
	font-weight:bold;
	text-transform:uppercase;
    float:left;

}
ul#nav li a {
    font-family:Arial, Helvetica, sans-serif;
    color:#e3d1a2;
    font-size : 12px;
	text-align :center;
	font-weight:bold;
	text-transform:uppercase;
	display : block;
	text-decoration : none;
	padding-left:15px;
}
ul#nav li a:hover {
	font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    font-size : 12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration : none;
	padding-left:15px;
}
/*menu ul*/

div#keelevalik a { 
	color:#fff;
	font-size:10px;

}
div#keelevalik a:hover { 
	color:#e3d1a2;
	font-size:10px;

}


a:link {
	color: #938650;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #938650;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
a:active {
	text-decoration: none;
	color: #F60;
}

