body {
	text-decoration: none;
	text-align: center;
	/*background:#040505;*/
	background:#101212;
	/*
	background-color: #101211;
	*/
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#FFF;
}
a:link {
	text-decoration: none;
}
a.pasakojimas:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* ------------------ */
	/* LAYOUTAS */

#lefta {
	left: 0px;
	top: 0px;
	height: 1005px;
	/*
	width: 450px;
	*/
	width: 384px;
	position: fixed;
	
	background-image: url(images/background.jpg);
	/**/
	background-repeat: no-repeat;
	
}
#righta {
	height: 100%;
	width: auto;
	/*
	left: 470px;
	*/
	left: 408px;
	top: 10px;
	position: absolute;
/* 	color: #000000;  */
}
/* -------------- */
	/* MENU */
	
#menu {
	position: absolute;
	z-index: 1;
	/*
	left: 320px;
	*/
	left: 236px;
	/*
	top: 400px;
	*/
	top: 471px;
	/*border: 1px solid #000000;*/
}
.menuitem {
	width: 125px;
	height: 25px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	text-align: right;
	font-family: "Bodoni MT";
	background:#101212;
	color: #dce6cf;
	padding: 0 5px 0 0;
}
.menuitem#a {background: #264a80;}
.menuitem:hover {
	background-color: #d9b555;
/*	background-color: #b8aa84; */
	background-image:none;
	color: #000;
/*	color: #101115; */
}
.menuitem:active {
	background-color: #fcd572;
	}


.pasakojimas {
	margin-top: 50px;
	position:static;
	max-width: 700px;
	top: 10px;
	/*width: 600px;*/
	font-size: 17px;
	text-align: left;
	line-height: 1.3em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
div.pasakojimas p {
	margin-top:10px;
	text-indent:15px;}
.fotke_tekste {
	float:left;
	height: 244px;
	width: 185px;
	background-color:#09C;
	margin: 0 10px 0 0;
	}
/*#ikonos {font-family: Tahoma, Geneva, sans-serif;font-size: 15px;}*/
div#ikonos  p {font-family: Tahoma, Geneva, sans-serif;font-size: 15px; margin-top:0px; text-indent:0px;}
.ikona1 {top:4px; position:relative;}
.ikona2 {top:3px; position:relative;}
#mailto:hover {color: #09C;}
			   

/********** fixas ************/

div#lefta { position: absolute; left: 0px; top: 0px; }
body > div#lefta { position: fixed; }

/************/