body{
	margin : 0px;
	padding : 0px;
	background-color:#472021;
	background-image : url(images/bg.jpg); 
	background-repeat : repeat-x;
	background-position : top left;
}
.bg1{
	background-image : url(images/bg1.jpg); 
	background-repeat : repeat-x;
	background-position : top left;
}
.bg2{
	background-image : url(images/bg2.jpg); 
	background-repeat : repeat-x;
	background-position : top right;
}
.bg3{
	background-image : url(images/bg3.jpg); 
	background-repeat : repeat-x;
	background-position : top left;
}
.bg_top{
	background-image : url(images/bg_top.jpg); 
	background-repeat : repeat-x;
	background-position : top left;
}
.bg_next{
	background-image : url(images/bg_next.jpg); 
	background-repeat : repeat-x;
	background-position : top left;
}
.bg_front{
	background-image : url(images/bg_front.jpg); 
	background-repeat : repeat-x;
	background-position : top left;
}
.tekstas{
	font-family : Verdana;
	font-size : 12px;
	color: #484848;
}
.title{
	font-family : Verdana;
	font-size : 14px;
	color: #484848;
	font-weight:bold;
}
.fix{
	padding: 8px;
}
.linkai a:link, .linkai a:visited, .linkai a:active{
	font-family : Verdana;
	font-size : 11px;
	color: #FF6600;
	text-decoration:none;
	font-weight:bold;
}
.linkai  a:hover {
	font-family : Verdana;
	font-size : 11px;
	color: #000099;
	text-decoration:underline;
	font-weight:bold;
}

