/*
---------------- Clickable Headline Bars
-------------------------------------------------------- */	

#invitationals a.mover{
	display: block;
	width: 950px;
	height: 75px;
	}
	
h1#englandHead{
	background: url(../images/home/england.jpg);
	height: 75px;
	width: 950px;
	}
	
h1#englandHead a{
	background: url(../images/home/england.jpg);
	text-indent: -999px;
	display: block;
	height: 75px;
	width: 950px;
	}
	
h1#usaHead{
	background: url(../images/home/usa.jpg);
	height: 75px;
	width: 950px;
	}
	
h1#usaHead a{
	background: url(../images/home/usa.jpg);
	text-indent: -999px;
	display: block;
	height: 75px;
	width: 950px;
	}
	
h1#chinaHead{
	background: url(../images/home/china.jpg);
	height: 75px;
	width: 950px;
	}
	
h1#chinaHead a{
	background: url(../images/home/china.jpg);
	text-indent: -999px;
	display: block;
	height: 75px;
	width: 950px;
	}
	
h1#southAfricaHead{
	background: url(../images/home/southAfrica.jpg);
	height: 75px;
	width: 950px;
	}
	
h1#southAfricaHead a{
	background: url(../images/home/southAfrica.jpg);
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 950px;
	}

/*
---------- Content Backgrounds & Content Styles
-------------------------------------------------------- */	

#england{
	background: url(../images/home/englandBG.jpg) no-repeat;
	width: 950px;
	}
	
#usa{
	background: url(../images/home/usaBG.jpg) no-repeat;
	width: 950px;
	}
	
#china{
	background: url(../images/home/chinaBG.jpg) no-repeat;
	width: 950px;
	}
	
#southAfrica{
	background: url(../images/home/southAfricaBG.jpg) no-repeat;
	width: 950px;
	}
	
.content{
	width: 323px;
	float: left;
	padding-right: 50px;
	padding-left: 80px;
	}
	
.content h4{
	font: normal 16px/24px 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #bdbdbd;
	margin-top: 60px;
	margin-bottom: 3px;
	}
	
.content h5{
	color: #6EC06F;
	font: normal 15px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	}
	
.content p{
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #969696;
	}
	
.content sup{color: #6EC06F;}
.content h6{
	background: url(../images/home/enter.blur.jpg);
	height: 22px;
	width: 60px;
	margin-left: 260px;
	margin-top: 30px;
	}
	
.content h6 a{
	background: url(../images/home/enter.blur.jpg);
	text-indent: -9999px;
	height: 22px;
	width: 60px;
	display: block;
	}
	
.content h6 a:hover{
	background: url(../images/home/enter.focus.jpg);
	display: block;
	height: 22px;
	width: 60px;
	}
	
.tournament{
	height: 250px;
	width: 497px;
	display:block;
	float:left;
	}
	
.tournament img{
	margin-top:25px;
	margin-left:3px;
	}
	
.clear{clear:both;}
