/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333;
}

h1 { 
	font:1.4em Arial, Helvetica, sans-serif; 
}

h2 {
	font:1.2em Arial, Helvetica, sans-serif; 
}
h1, h2, a {
	color: #CC0000;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:white;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding:1em;
	text-align:center;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	text-align:center;
	font-size:0.85em;
}

	div#content p {
	padding:1 0em;
	line-height: auto;
	}
div#footer {
	position:absolute;
	height:75px;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#43464a url(footbg.png) repeat-x;
	}
	div#footer p {
	padding:1em;
	margin:0;
	font-size:11px;
	line-height:normal;
	color:#a5a5a5;
	}
	div#footer td {
	margin:0;
	font-size:11px;
	color:#a5a5a5;
	}
	div#footer img {
	padding-top:1px;
	}
	
div#footer a:link, div#footer a:visited {
	text-decoration: none;
	color:#a5a5a5;
	}
div#footer a:hover, div#footer a:active {
	text-decoration: underline;
	color:#a5a5a5;
	}	
.desine{
	text-align:right;
	}
.kaire{
	text-align:left;
	}
.vidurys{
	text-align:right;
	}
