@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/brand-black-bg.jpg);
}
#footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #CCC;
	background-color: #000;
	padding: 10px 0px;
	margin-right: -22px;
	text-align: center;
	display: block;
	margin-left: -22px;
}


#violin {
	height: 250px;
	width: 675px;
	position: absolute;
	background-image: url(images/Violin.png);
	z-index: 4;
	left: 3px;
	top: 4px;
}

#title {
	background-image: url(images/KellySpinksMusic.png);
	height: 80px;
	width: 600px;
	position: absolute;
	left: 350px;
	top: 5px;
	margin: 0px;
	padding: 0px;
	z-index: 6;
}

#page {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CCC;
	height: auto;
	width: 1000px;
	padding: 68px 20px 0px;
	overflow: visible;
	position: absolute;
	left: 130px;
	top: 131px;
	z-index: 1;
}
.border {
	border: thin solid #000;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.borderAmeripolitan {
	border: thin solid #000;
	padding: 0px;
	background-image: url(images/Ameripolitan-2016_700w.jpg);
	text-align: center;
	margin: 0px;
	width: 700px;
	height: 376px;
}


.align-right {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
}

#MenuPos {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 600px;
	position: absolute;
	z-index: 8;
	left: 138px;
	top: 178px;
}

.center-div {
	text-align: center;
}

.gigs {
	font-size: large;
	line-height: 1.25em;
}

.strike-out {
	text-decoration: line-through;
}

.sponsor {
	text-align: center;
	background-color: white;
	width: 700px;
	padding: 0px;
	margin: auto;
}