body
		{
			margin: 0;
			padding: 0;
			background : #078930 url(../img/bg.png) repeat-x;
			color: #000;
		}
		
#wrapper{
width:84%;
max-width:1000px;
min-width:800px;
position: relative;
left: 50%;
margin-left: -42%; /* half the width of the div */
} 
		
img { border:none; margin: 0;
			padding: 0;}	
#try {background: url(../img/white.png) transparent;
clear:both;
position:absolute;
top:0px;
bottom:;
width:;
height:;
left:;
text-align:center;
font-size:1.2em;
 border: solid black 2px;}

.pisipilt {
	padding: 0px;
	float: left;
}
.pildiala {float:left;}

#next {background: transparent ;
		float:right;
		width:25px;
		}
#prev {background: transparent;
		float:left;
		height:100%;
		width:25px;
		}		
#header
		{ float:left;
			height: 207px;
			background: transparent;
			margin-top: 1px;
			width:100%;
			margin-left:33px; 
		 border:none;
		}
		#banner {
			float:left;
			height: 207px;
			background: url(../img/head_l2.png)top right no-repeat;
			width:94%; 
			border:none;
			}
		#lang {
			float:left;
			height: 207px;
			background: transparent;
			width:33px; 
			margin-left: -40px;
			border:none;
			}
		#header1 {
			clear:both;
			float:left;
			height:76px;
			background: url(../img/pm.png) transparent no-repeat center left;
			width:85%;	
			margin-left:7.5%;
		}

		#contentarea
		{ 	
			float: left;
			margin-left: 33px;
			width: 94.5%;
			background: white ;
			margin-bottom: 0px;        
		}
		#content
		{ 
			float: left;
			margin-left: 0%;
			width: 73%;
			background: transparent url(../img/cont.png) left repeat-y;
			margin-bottom: 0px;
            border:none;
		    font:  normal 1em times, serif, arial;
			padding: 10px;
		}
		#nav
		{   
			float: left;
			position:relative;
			width: 18%;
			min-width:100px;
			background: transparent;
			color:#000;
			font: bold 13px/16px sans-serif, arial;
			margin-right:1%;
			
		}
		
		#footer{  
			 text-align:center;
			clear: both;
			width:75%;
			margin-left:12.5%;
			height: 50px;
			margin-bottom: 10px;
		}
#read { clear:both; 
position:absolute; 
top:0px; 
left:0px; 
background: white; 
color:#000; 
padding:30px; border: double #078930 7px;}
.RR {	background: url(../img/rr2.png) right repeat-y; }
.BB {	background: url(../img/bb2.png)bottom repeat-x; }
.BR {	height:30px; background: url(../img/br2.png) bottom right no-repeat; }
.BL { 	background: url(../img/bl2.png) bottom left no-repeat; }
.TR {	background: url(../img/tr2.png) top right no-repeat; }

#site a:link, a:link { color: #000; text-decoration: none; font-weight:bold; border:none; }
#site a:hover, a:hover { color: #000; text-decoration: none; font-weight:bold;  border:none;}
#site a:visited, a:visited { color: #000; text-decoration: none ;font-weight:bold;  border:none;}
#site a:active, a:active { color:#000; text-decoration: none; font-weight:bold;  border:none;} 

/**************** menu coding *****************/


#menu {
	list-style-type:none; 
	width:100%; 
	padding:0; 
	margin:0 auto; 
	}
#menu ul {
	list-style-type:none; 
	padding:0; 
	margin:0; }
#menu li { /* alamenu*/
	background:transparent ; 
	width:100%;
	 }
#menu li.sub {
	background:url(../img/o.png) transparent bottom left no-repeat;
	padding-left:10px;}
#menu li.s {
	background:url(../img/transparent.png);
	padding-left:10px;}
#menu li.ico {
	background:white;
	float:left;
	width:20px;}
#menu li, #menu li a {
	display:block; 
	color:#000; 
	font-family:arial, sans-serif; 
	font-size:14px; 
	line-height:24px; 
	width:100%; 
	text-decoration:none;
	text-align:left; 
	cursor:pointer; 
	font-weight:bold;}
#menu ul:hover, #menu li a:hover {background:url(../img/yellow.png) transparent;
	color: #000;
	font-size:14px;
	padding-left:0px;
	  }
#menu ul {position:absolute;
left:-9999px;
width:100%;}
/*alamenu tagane taust*/
#menu li.click {background:url(../img/g.png)transparent bottom left no-repeat;
padding-left:10px;}
#menu li.ico.click {background:white; padding:0px;}
#menu li.click ul{
	position:relative;
	top:0px; 
	float:right;
	width:90%;
	left:0px; 
	background:url(../img/transparent.png);
	border-right:none;}
	



