@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	color:#669410;
	font-family: Arial;
	font-size:12px;
	background:url(../images/BG.jpg) center repeat;
}
#holder {
	width:900px;
	margin:0 auto;
	padding-top: 10px;
}
#Vanner {
	width:900px;
	height:202px;
	background:url(../images/banner.jpg) top no-repeat;
}
#navi {
	width:900px;
	height:56px;
}
	#navi ul{
		margin:0;
		padding:0;
		display: block;
	}
	#navi li{
		float:left;
		display: block;
		list-style-type:none;
	}
#whitespace {
	background:url(../images/space.jpg) top no-repeat;
	width:900px;
	height:20px;
}
#katawan {
	background:url(../images/bdyREP.jpg) repeat-y left;
	width:900px
}
	#katawan .left{
		float:left;
		width:580px;
		margin:22px;
	}
	*html #katawan .left{
		margin:0;
		padding:22px;
	}
	#katawan .right{
		float:right;
		width:267px;
		background:url(../images/r-Rep.jpg) right repeat-y;
	}
		.right .leafy {
			background:url(../images/leafy.jpg) no-repeat bottom;
		}
		.leafy .conte {
			margin:11px 20px 0px 11px;;
		}
			.conte ul{
			}
			.conte li{
				list-style-image:url(../images/gpotato.jpg);
				padding:2px;
			}
				.conte li a{
					color:#669410;
					text-decoration:none;
					font-weight:bold;
				}
#b4foot {
	background:url(../images/b4foot.jpg) no-repeat top;
	height:176px;
	width:900px;
}
#fuuter {
	background:url(../images/foot.jpg) no-repeat top;
	width:900px;
	height:50px;
}
	#fuuter ul{
		margin:0;
		padding:0px  0px 0px 120px;
		display: block;
	}
	#fuuter li{
		float:left;
		display: block;
		list-style-type:none;
		padding:20px 10px;
	}
/* -------------------------------------------- Extra CSS -------------------------------------------- */
.clear {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.flx {
	float:left;
	padding-right:10px;
}
.frx {
	float:right;
	padding-left:10px;
}