@charset "utf-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #feffca;
	margin: 0; 
	padding: 0;
	padding-top: 30px;	
	text-align: center;
	color: #000000;
}
#lielezers{
	text-align: center;
	margin: 0 auto; 
	width: 500px;
	padding-bottom:130px;
	background-image: url(img/lielezers.png);
	background-repeat: no-repeat;

}
#container {
	width: 500px;
	background: #feffca;
	margin: 0 auto; 
	text-align: left;
}
#mill{
	width: 250;
	height:300px;
}
#lang {
	padding-top:50px;
	width: 500px;
	background: #feffca;
	margin: 0 auto; 
}
#lang-selector {
	white-space: nowrap;
	color:#590100;
}

a.lang-current,
a.lang-current:visited,
a.lang-current:hover
{
	color:#590100;
	font-weight: bold;
}

a.lang-other,
a.lang-other:visited
{
	color:#590100;
 text-decoration: none;
 	font-weight: bold;
 
}

a.lang-other:hover
{
	font-weight: bold;
	color:#000;
}
