/*
#header {
	background-color: BurlyWood;
	font-family: clearview one, helvetica, arial, sans-serif;
	font-weight: normal;
}
#footer {
	background-color: #666666;
	background-image: url(res/bg_footer.gif);
	background-repeat: repeat-x;
	border-top: solid 1px white;

	text-align: right;
	color: white;
	font-size: 90%;
	padding: 4pt;
	height: 1em;

	clear: both;
}
*/

.golf_flyer{ 
/*	background-image: url(../web_images/golf2.png); */

  background: url('../web_images/golf2.png') no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% auto;
	background-color: black;
/*
	height: 100%;
*/
	/* Center and scale the image nicely */
/*
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
*/
	}
#TroopName{
	font-family: 'Charmonman', cursive;
	font-size: 4vw;
}
#TournamentDate{
	font-family: 'Old Standard TT';
	font-size: 8vw;
	font-weight: bold;
	
}
#Charity{
	font-family: 'Old Standard TT';
	font-size: 4vw;
	font-weight: bold;
	
}
#TournamentAnnual{
	font-family: 'Righteous', cursive;
	font-size: 2vw;

}
#goldGolf{
	color: #ffc107;
	font-size: 20vw;
	font-family: 'Times New Roman';
	text-align: center;
	line-height: 1.0;
}