/* CSS Document */


html {
	height: 100%   
}
body {
	height: 100%  
}
body {
	margin: 0;
	background-color: #C0C0C0; 
	background-image: url(../images/bg.jpg);
	background-repeat:repeat; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	font-style: normal;
}
h1 span {
	display: block; 
	overflow: hidden; 
	white-space: nowrap; 
	height: 50px
}
h4{
	display: block;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
}

h5 {
	display: block;
	overflow:hidden;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	font-style: normal;
}
a {
	color:#003399;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
		
}
#container {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 757px; 
	border-style: solid;
	border-color: #d8d8d8;
	border-width: 0px;
	position: relative;
	border: 0px solid #000000;
}

#header {
	background-image: url(../images/logog.jpg); 
	width: 755px; 
	height: 186px;
	border: 1px solid #FFFFFF;
	float: left;
	top: 0px;
	left: 0px;
	margin-top: 0px;
}
#column1 {
	float: left;
	margin-left: 0px;
	margin-top: 50px;
	
}
#column1 li {
	list-style-image:url(../images/rodykle.gif);
	list-style-position: inside;
	margin-left: -33px;
	
}
#column1 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;

}
#column1 a:hover {
	text-decoration:underline;
}
#virejas {
	position:absolute;
	top:240px;
	left:80px;
	width:120px;
	height:200px;
	background-image:url(../images/bg_left.jpg);
	z-index:0;
}	
#menu {
	top: 187px;
	left:0px;
	position: absolute;
	background-image: url(../images/bg_top_line.jpg);
	background-repeat:repeat-x;
	width: 755px;
	height: 32px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;


}
#kalbos {
	position: absolute;
	right: -18px;
	top: 194px;
	width: 100px;
	height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	z-index:20;
}
#kalbos A
{
	color:#FFFFFF

}
#content {
	margin-left: 70px;
	text-align: justify;
	top: 30px;
	min-height: 441px;
	width: 610px; 
	position: relative;
	
}
#column1 {
/*	margin-bottom: 400px; */
}

#content {
	margin-bottom: 100px;
}
#footer {
	bottom: 0px;
	position: relative; 	
	background-image: url(../images/bg_bot_line.jpg);
	background-repeat: repeat-x;
	width: 755px;
	left: 0px;
	height: 32px;
	border: 1px solid #FFFFFF;
}
#footer #down {
	margin-top: 0px; z-index: 2;

}
#footer #down ul {
	list-style-type: none; 
	color: #FFFFFF;

}
#footer #down ul li {
	display: block; 
	position: absolute; 
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:normal;
	color:#FFFFFF;
}
#footer #down ul .date {
	margin-left: 60px;
	width: 600px; 
	top: 10px;
}
#footer A{
	color: #FFFFFF;
}