@charset "utf-8";
	
body {
	font-family: "Agency FB";
	color: #000;
	font-weight: bold;
	background-color: #FFF;
}

#container {
	width: 968px;
	background:#FFF;
	margin: 0 auto;
	overflow: hidden;	}
	
#container h1 {
	position: absolute;
	top: -500px;
}

#banner {
	position: relative;
}
#milestone_menu {
	position: absolute;
	/* [disabled]top: 50px; */
	right: 0px;
	bottom: 0px;
}

	
#main_image {
	position: relative;
	height: auto;
	width: 968px;
}

#ticketing_header {
	font-family: "Agency FB";
	font-size: 24px;
	background-color: #FF0;
	text-align: center;
}


#ticketing {
	padding-left: 250px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #439BC3;
	background-color: #FF0;
}

#home_left_column, #home_center_column, #home_right_column {
	width: 316px;
	float: left;
	background-color: #439BC3;
	}

#home_center_column, #home_right_column {
	margin-left: 10px; }

h2 {
	color: #F3E7B8;}
	
p1 {
	font-family:"Courier New", Courier, monospace;
	color: #F3E7B8;}

p2 {
	font-family:"Courier New", Courier, monospace;
	color: #E7060E;}
