


/* Tables still need 'cellspacing="0"' in the markup. */




/* Remove possible quote marks (") from <q>, <blockquote>. */
td{
	vertical-align: top;
}

/* Remove annoying border on linked images. */
a img { border: none; }

/* ------------------------------------------
	������
------------------------------------------ */

body{
	margin: 0px;
	padding: 0px;
	background: #256600 url(img_green/bg.png);
}

.body-wrap{
	background: url(img_green/cbg.png) repeat-y center;
	height: 100%;
}

.logo img{
	width: 709px;
	height: 138px;
}

.menu-item{
	background: url(img_green/nav_bg.png) repeat-x top;
	text-align:center;
	padding-top:15px;
	font-size: 16px;
	font-style: italic;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu-item a{
	color: #104d00;
	text-decoration: none;
}
.menu-item a:hover{
	color:white;
}

.content-wrap{
	background: url(img_green/contentbg.png) repeat-y center;
}

body, td{
	cursor: default;
	text-align:left;
}

body, div, td, input, select{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #2a7000;
}
a:hover{
	color: #FF4500;
	text-decoration: none;
}

.content-cell{
	width: 709px;
}
.footer{
	background: url(img_green/footer_bg.png) repeat-x;
	font-size:14px;
	padding-top:24px;
	color: #2a7000;
}
.footer a{
	text-decoration: none;
}
.footer a:hover{
	color:white;
}
h1{
	color: #256700;
	font-size: 20px;
	font-weight: normal;
		font-style: italic;
		padding-top:10px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.contents{
	padding: 0px 20px 0px 10px;
	background: url(img_green/contentbgpic.png) no-repeat top right;
}
.lang-link{
	text-align:right;
	text-transform: uppercase;
}

.content-pics{
	width: 210px;
	padding: 40px 0px 0px 15px;
}

#slideshow{
	display:none;
	width: 210px;
	height: 260px;
}

#slideshow img{
	width: 210px;
	height: 260px;
}

.clist{
	padding-left:10px;
}

.clist p{
	margin: 0px;
	padding: 0p;
	padding-bottom:5px;
	background: url(img_green/listitem.png) no-repeat;
	padding-left: 25px;
}

.clist p.odditem{
	background: url(img_green/listitem2.png) no-repeat;
}
.content{
	line-height:160%;
}
hr{
	height: 1px;
	border:none;
	border-bottom: 1px dotted #266900;
	background: #F2F2F2;
}

.spoiler{
	font-size:11px;
	color: #525252;
	display:none;

}
i{font-family:Trebuchet MS, Tahoma;}