@charset "UTF-8";
/* CSS Document */

#flyer {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#band_pic {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	display: none;
	margin-right: auto;
	margin-left: auto;
}
#bus_card_logo {
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
}

.flyer_right {
	float: right;
}
.flyer_left {
	float: left;
}
.flyer_link {
	width: 600px;
}
#flyer_content {
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


.flyer_link {
	display: none;
}

#flyer_home_link {
	font-size: 30px;
	font-weight: 500;
	text-decoration: none;
}

#band_pic_print {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	display: block;
}
#flyer_phone {
	width: 600px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	margin-top: 100px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
h4 {
	font-size: 18px;
}

body {
	font-size: 16px;
	width: 100%;
	text-align: center;
}

