.betweenTabElite{
	width: 20px;
	border-bottom:1px solid black;
	border-left: none;
	border-top: none;
	border-right: none;
}

.currentTabElite{
	width: 120px;
	border-bottom:none;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
}

.currentTabElite a{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.currentTabElite a:hover{
	color: red;	
}

.otherTabElite{
	width: 120px;
	border-bottom:1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	background-color: lightgray;
	text-align: center;
}

.otherTabElite a{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.otherTabElite a:hover{
	color: red;
}

.titleTabElite{
	width: 400px;
	padding-left: 20px;
	border-bottom:1px solid black;
	border-left: none;
	border-top: none;
	border-right: none;
}

.finalImg{
	background-image:url(elite/final.jpg);
	background-repeat:no-repeat;
	height:300px;
}

.demiH1, .demiH2, .demiH3, .demiH4, .finalH1, .finalH2, .finalH,
.demiF1, .demiF2, .demiF3, .demiF4, .finalF1, .finalF2, .finalF{
	font-size: 13px;
	font-weight: bold;
}

.demiH1{
	position: absolute;
	left: 18px;
	top: 260px;
}

.demiH2{
	position: absolute;
	left: 18px;
	top: 340px;
}

.demiH3{
	position: absolute;
	left: 18px;
	top: 468px;
}

.demiH4{
	position: absolute;
	left: 18px;
	top: 548px;
}

.finalH1{
	position: absolute;
	left: 264px;
	top: 298px;	
}

.finalH2{
	position: absolute;
	left: 264px;
	top: 506px;	
}

.finalH{
	position: absolute;
	left: 311px;
	top: 405px;
}

.demiF1{
	position: absolute;
	left: 18px;
	top: 660px;
}

.demiF2{
	position: absolute;
	left: 18px;
	top: 740px;
}

.demiF3{
	position: absolute;
	left: 18px;
	top: 868px;
}

.demiF4{
	position: absolute;
	left: 18px;
	top: 948px;
}

.finalF1{
	position: absolute;
	left: 264px;
	top: 698px;	
}

.finalF2{
	position: absolute;
	left: 264px;
	top: 906px;	
}

.finalF{
	position: absolute;
	left: 311px;
	top: 805px;
}