#header{
	background: url('../img/top_header_logo.png') right bottom no-repeat;
	background-color: #fcfcfc;
	height: 77px;
	width: 702px;
	padding-top: 20px;
	padding-left: 30px;
	vertical-align: bottom;
}

#header_text{
	padding-top:30px;
	padding-bottom: 5px;
	vertical-align: bottom;
	text-align: right;
	padding-right: 300px;
}

h1{
	font-size: 8pt;
	font-family: Verdana;
	padding: 12px;
	margin: 0px;
	text-align: right;
}

h2{
	font-size: 5px;
	color: #0000a9;
}

h4{
	font-size: 8pt;
	padding: 2px;
	margin: 2px;	
}

p{
	padding: 5px;
	margin: 5px;
}



#main_text{
	float: left;
	color: black;
	font-family: Verdana;
	font-size: 8pt;
	width: 390px;
	margin: 18px;	
	background-color: white;
}

#maint_text.h2{
	font-weight: bold;

}

#menu{
	background: url('../img/vertical_menu_separator.gif') left top repeat-y;
	height: 100%; 
}

#main_container{
	background-color: #fcfcfc;
	width: 730px;
	float: left;
	position: relative;
}
	
body{
	background-image: url('../img/backround_donelaitis.png');
	margin: auto; 
	padding: auto; 
	height:100%; 
	width: 100%;
	font-family: Verdana;	
	
} 


#entire{
	margin: 50px auto;
	padding: auto;
	width: 732px;
}


#main_container { float: left; overflow: hidden; }
#main_container div{ 
	float: left; 
	margin-bottom: -1000px; 
	padding-bottom: 1000px; 
}

#left_col{
	float: left;
	width: 100px;
	height: 226px;
	background-image: url('../img/biuras.jpg');
	background-repeat: no-repeat;
}

#menu_col{
	background-color: #ececec;
	margin-left: 50px;
	width: 154px;
	height: 100%;
}

#footer{
	clear:both;
	background-color: #ececec;
	height: 33px;
	width: 732px;
	font-size: 7pt;
}

