@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
}

body {
	background-image:url(en/images/index_01.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.greenHeader {
	color:#6eba27;
	font-weight:bold;
	font-size:16px;
}

a,
.greenTxt {
	color:#6eba27;
	font-weight:bold;
}

#container {
	margin-top: -100px;
}

#copy {
	margin-top:-10px;
	padding:13px;
	height:500px;
	background-color:#FFF;
	font-size:12px;
	text-align:left;
	vertical-align:top;
}

#copy_right,
#copy_left {
	width:300px;
	float:left;
	margin-top:5px;
}

#copy_right {
	margin-left:50px;
}

#menu {
	position:relative;
	left:-160px;
	top:505px;
	width:111px;
	height:58px;
	z-index:1;
	visibility:hidden;
}