@charset "utf-8";
.react_tab {
	position:absolute;
	z-index:0;
	bottom: 28px;
	left: 0px;
}
.header-left {
	background-color: e4f0d0;
	background-image: url(../gfx/header-left.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 140px;
}
a.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #909090;
	text-decoration: none;
}
a.language:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #909090;
	text-decoration: none;
	font-weight: bold;
}


.golf {
	background-image: url(../gfx/golf.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.devider2 {
	background-image: url(../gfx/devider2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.devider2_top {
	background-image: url(../gfx/devider2_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.devider2_bottom {
	background-image: url(../gfx/devider2_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.banner {
	background-repeat: no-repeat;
}

.header-right {
	background-color: e4f0d0;
	background-repeat: no-repeat;
	background-position: left;
	height: 140px;
	background-image: url(../gfx/header-right.gif);
}

