/* ----- Header Layout Elements ----- */
body {
/*	text-align:				center;*/
	padding:				0;
	padding-top:			5px;
	padding-bottom:			5px;	
	margin:				0;
	font-family: 			Arial, Verdana, sans-serif;
	background-color:		#e0e0e0;
}
#flag {
	position:				absolute;
	width: 				170px;
	height: 			95px;
	margin-left:			50px;
	margin-top:			15px;
	background-image: 		url('images/flag_small.jpg');
	background-repeat:		no-repeat;
}
#header {
	position:			absolute;
	width:				1000px;
	height:				70px;
	margin-left:			210px;
	margin-top:			5px;
	clear:				both; 
	font-family: 			Arial, Verdana, sans-serif;
	text-align:			Center;
	font-size: 			75px;
	font-weight: 			bold;
	text-shadow:			4px 4px black;
	Color:				#0000ff;
/*	background-color:		#0000bb;*/
}
#menu {
	position:			absolute;
	width:				760px;
	height:				60px;
	margin-left:			50px;
	margin-top:			110px;
	font-size: 			30px;
	font-weight: 			bold;
	text-align:			Center;
/*	background-color:		#00cc00;*/
}
#menu_home {
	position:			relative;
	width:				150px;
	height:				50px;
	margin-left:			0px;
	margin-top:			0px;
	border: 			4px solid blue;
	border-radius: 			10px;
}
#menu_dates {
	position:			relative;
	width:				160px;
	height:				50px;
	margin-left:			180px;
	margin-top:			-58px;
	border: 			4px solid blue;
	border-radius: 			10px;
}
#menu_join_us {
	position:			relative;
	width:				170px;
	height:				50px;
	margin-left:			370px;
	margin-top:			-58px;
	border: 			4px solid blue;
	border-radius: 			10px;
}
#menu_text {
	position:			relative;
	margin:				10px 10px 10px 10px;
}

#next_show {
	position:			absolute;
	width:				400px;
	height:				60px;
	margin-left:		700px;
	margin-top:			70px;
	font-size: 			20px;
/*	background-color:		#0cc000;*/
}
#facebook {
	position:			absolute;
	width:				60px;
	height:				60px;
	margin-left:			1180px;
	margin-top:			105px;
/*	background-color:		#0cc000;*/
}
a:link {
	color:				black;
	text-decoration:		none;

}
a:visited {
	color:				black;
	text-decoration:		none;

}
a:hover {
	color:				red;	
	text-decoration:		underline;
}
a:active {
 	color: 				blue;
	text-decoration:		none;
}
