html {
	min-width: 800px;
	min-height: 100%;
	margin-bottom: 1px;
}
/*--------------------- body ---------------------*/
body { 
	background-color: #FFFFF0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-family: "Georgia", sans-serif;
	font-size: 1.1em;
	color:#7d744d;
	text-align: center;
}
/*--------------------- container ---------------------*/
#container {
	max-width: 800px;
	width: expression(document.body.clientWidth > 800? "800px": "auto");
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
/*--------------------- header ---------------------*/
#header{
	height: 149px;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	border-bottom:2px solid #993300;
	cursor: pointer;
	width: 800px;
}

/*--------------------- langSel ---------------------*/
#langSel{
	font-family: "Georgia", sans-serif;
	font-size: .7em;
	text-align: center;
	vertical-align: middle;
	color:#FFFFF0;
	height: 20px;
	/*width: 110px; kolm keelt*/
	width: 70px;
	position:relative;
	margin-top: -20px;
	top: 20px;
	padding-top: 2px;
	float:right;
	background-color:#a84400;
	background-repeat:no-repeat;
	cursor: pointer;
	text-decoration: none;
}

#langSel a:link, #langSel a:visited{
	font-family: "Georgia", sans-serif;
	font-size: .9em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color:#FFFFF0;
}

html>body #main {
	float: none;
	width: auto;
}

#popup {
	position: fixed;
	visibility: visible;
	left: 0px;
	top: 20px;
	z-index: 10 !important;
}
#popup > table {
  border-width: 0px;
  border-spacing: 0px;
  border-style: none;
}
#popup > table td, #popup > table tr {
  border-width: 0px;
  padding: 0px;
  border-style: none;
}
#popup > table img {
  border: 0px;
}

#main {
	float: left;
	width: 100%;
	margin: 32px 0px 0px 0px;
}

#leftpanel {
	float: left;	
	/*width: 180px;*/
	margin: 0px 25px 0px 0px;
	height: 350px;			
}

#content {	
	padding: 0px 30px 0px 0px;	
	margin: 0px 0px 0px 0px;
	/*float: right; 
	width: 600px;			*/
}

div#footer{
	height: 27px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
	color: #797842;
	border-top: 2px solid #ddd6c3;
	float:left;
	width: 100%;
}
/*------------------------ pagenav links the horizontal page navigation-------------------------*/
#pagenav ul {
	height: 30px;
 	padding: 4px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	opacity: 1;
	border-bottom:2px solid #993300;
	text-align:center;
}

#pagenav li   {
	display:inline;
	list-style-type: none;
	border-right:2px solid #bfba9a;
	border-collapse:separate;
}

#pagenav a {		
	font-size: 13px;
	padding: 1px 13px;
}

#pagenav a:link, #pagenav a:visited {
	color: #705D32;
	text-decoration: none;
}

#pagenav a:hover, #pagenav li:hover {
	color: #993300;
	text-decoration: none;
}

#pagenav .active a, #pagenav .active li {
	color: #993300 !important;
}

#pagenav a:active {
	color: #993300;
	text-decoration: none;
}

/*------------------------ nav links the vertical page navigation-------------------------*/
#subnav {		
	float: left;
	padding: 0px 0px 0px 0px;
}

#subnav ul {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
}

#subnav li   {
	margin: 0;
	width: 150px;
	padding: 10px 0px 4px 4px;
	display: block;
	list-style-type: none;
	/*list-style-image: url(../images/bullet_b.gif);
	list-style-position: inside;*/
	border-bottom: 2px dotted #797053;
	white-space: normal;
}

#subnav a {		
	font-size: 13px;
	display: block;
}

#subnav a:link, #subnav a:visited {
	color: #705D32;
	text-decoration: none;
}

#subnav a:hover, #subnav li:hover {
	color: #993300;
	text-decoration: none;
}

#subnav .active a, #subnav .active li {
	color: #993300 !important;
}

#subnav a:active {
	color: #993300;
	text-decoration: none;
}
/*--------------------- text/headings ---------------------*/

h1 {
	font-family: "Georgia", sans-serif;	
	font-size: 14px;
	text-transform: uppercase;	
	font-weight: bold;
	color: #a84400;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

h2 {
		font-family: "Georgia", sans-serif;	
	font-size: 14px;
	text-transform: uppercase;	
	font-weight: bold;
	color: #a84400;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

h3 {
	font-family: "Georgia", sans-serif;	
	font-size: 14px;
	text-transform: uppercase;	
	font-weight: bold;
	color: #a84400;
	margin: 0px 0px 2px 3px;
	padding: 0;
}

h4 {
	font-family: "Georgia", sans-serif;	
	font-size: 14px;
	text-transform: uppercase;	
	font-weight: bold;
	color: #a84400;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

h5 {
	font-family: "Tahoma", "Arial", sans-serif;	
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;	
	margin: 0px;
	padding: 6px 0px 6px 10px;	
	background-color: #CACACA;
}

h6 {
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #606060;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

#h7 {
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #F12585;
	font-weight: normal;
	margin: 0px 0px 5px 3px;
	padding: 0;
}
/*--------------------- paragraphs ---------------------*/
p {
	font-size: 12px;
	/*line-height: 1.1em;
	margin: 0;
	margin-bottom: 0.5em;*/
	padding: 0px 0px 0px 0px;	
}

#content ul {
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
}

#content li {
	font-size: 12px;
	list-style-image: url(../images/bullet_b.gif);	
}

#content table {
	font-size: 12px;
}

p .small{
	font-size: 10px;
	padding: 0;
	padding: 0px 0px 0px 0px;	
}

p a:link {
	color: #705D32;
	text-decoration: none;
	text-decoration:underline;
}

p a:hover {
	color: #993300;
	text-decoration: none;
	text-decoration:underline;
}
