article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
}

a {
	color: #fbd802;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}

td {
	vertical-align: top;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img,
.gm-style img {
	max-width: none;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}



body {
	background-color: #000000;
	margin: 0;
	color: #ffffff;
}

#wrapper {
	height: 1150px;
	width: 1280px;
	background-image: url("images/Background_1280x1200.jpg");
	background-size: 1280px 1220px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#header {
	/*height: 22.8vh;*/
	height: 165px;
	width: 100%;
	float: left;
}

#mainmenu {
	/*height: 5.7vh;*/
	height: 40px;
	width: 925px;
	margin-left: 179px;
	margin-right: 179px;
	color: #fbd802;
	font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif; font-size: 24px; font-style: normal; font-variant: normal;
	font-size: 20px;
	float: left;
	letter-spacing: 5px;
}

#mainmenu a {
	text-decoration: none;
	color: #fbd802;
}

#mainmenu a:hover {
	color: #594C00;
}

#mainmenu ul {
	display: inline-block;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}


#mainmenu ul li {
	display: inline-block;
	list-style: none;
	float: left;
	text-transform: uppercase;
	margin-left: 16px;
}

#mainmenu ul li:first-of-type {
	margin-left: 0;
}

#menu_left {
	/*width: 55vw;*/
	width: 85%;
	float: left;
	padding-top: 6px;
}

#menu_right div {
	float: right;
	display: inline-block;
}

#menu_right img {
	width: 35px;
}

#menu_right {
	width: 15%;
	float: left;
}

#left {
	height: 517px;
	width: 179px;
	float: left;
}

#mainbody {
	height: 500px;
	width: 875px;
	float: left;
	padding: 25px;
}

#right {
	height: 517px;
	width: 179px;
	float: left;
}

#foot {
	height: 17px;
	float: left;
}


/********************/
/*     CONTENT      */
/********************/


.band_image {
	width: 215px;
	margin-right: 20px;
	transition: all 0.8s ease-in-out;
	filter: grayscale(1) blur(1.1px) sepia(0.71);
}


.band_image:hover {
	filter: none;
}

