@charset "utf-8";
/* CSS Document */
a{
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#71BD01;
}
body{
	margin: 10px 0px 0px 0px;
	font-family:tahoma;
}
#Header{
	width:900px;
	height:90px;
	float:none;
	margin:auto;
}
	#h_logo{
		width:120px;
		height:90px;
		float:left;
		text-align:left;
	}
	#h_nav{
		width:780px;
		height:90px;
		float:right;
	}
	#h_lang{
		width:780px;
		height:54px;
		float:right;
		text-align:right;
	}
	#h_menu{
		width:780px;
		height:36px;
		float:right;
		background-image:url(../images/nav_menu/nav_menuA08.png);
		background-position:right;
		background-repeat:no-repeat;
	}
#Separate{
	width:900px;
	height:16px;
	float:none;
	margin:auto;
}
#Flash{
	width:900px;
	height:580px;
	float:none;
	margin:auto;
}
#pInfo{
	width:900px;
	height:480px auto;
	float:none;
	margin:auto;
}
#Footer{
	width:100%;
	height:120px;
	background-image:url(../images/bg_footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
	#f_sitemap{
		width:900px;
		height:120px;
		float:none;
		margin:auto;
		font-family:Tahoma;
		font-size:11px;
		color:#616161;
	}
.nomar_link{
	font-family:Tahoma;
	font-size:11px;
	color:#616161;
	text-decoration:none;
}
.alleries_bg{
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
}
