@charset "UTF-8";
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.GalleryHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #9966CC;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;

}
a.small:link {
	color: 6633cc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.nav:link {
	color: 6633cc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
a.nav:hover {
	color: #FFFFCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
a.nav:active {
	color: ff0033;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
a.nav:visited {
	color: 330066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;

}
a.small:hover {
	color: #FFFFCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.small:active {
	color: ff0033;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.small:visited {
	color: 330066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.TextHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9966FF;
}
.eventHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.eventHeadingsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
body {
	background-color: #000000;
	background-image: url(images/backgrounds/mainbg.png);
	background-repeat: repeat-x;
}
#Header {
	background-image: url(images/backgrounds/banner.png);
	height: 100px;
	width: 800px;
	position: absolute;
	top: 0px;
	z-index: 1500;
	left: 20px;
	background-repeat: no-repeat;
}
#rightheader {
	background-image: url(images/backgrounds/KirkWallent.png);
	height: 100px;
	width: 280px;
	position: absolute;
	top: 0px;
	z-index: 1600;
	right: 20px;
	background-repeat: no-repeat;
	vertical-align: baseline;
	font-family: "Comic Sans MS", cursive;
	font-size: x-small;
	color: #FFF;
	line-height: 175px;
	text-align: right;
}
#Navbar {
	height: 30px;
	width: 800px;
	position: absolute;
	left: 20px;
	top: 100px;
	padding: 5px;
}
#sidebar {
	height: 470px;
	width: 150px;
	position: absolute;
	left: 20px;
	top: 130px;
	background-image: url(images/backgrounds/sidebarbg.png);
	z-index: 1500;
	background-color: #000;
}
#rollover {
	height: 450px;
	width: 400px;
	position: absolute;
	z-index: 1500;
	left: 170px;
	top: 145px;
}
#facebookbutton {
	height: 80px;
	width: 250px;
	position: absolute;
	top: 145px;
	background-color: #CCC;
	right: 20px;
}

#newswindow {
	height: 200px;
	width: 780px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 630px;
	z-index: 1000;
	padding-right: 10px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 10px;
	background-image: url(images/backgrounds/newsbg.png);
}
#commingsoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	height: 100px;
	width: 400px;
	margin-left: -200px;
	position: absolute;
	left: 50%;
	top: 200px;
	text-align: center;
	z-index: 1000;
}
#formwindow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 500px;
	width: 550px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 250px;
	color: #CCCCCC;
	z-index: 1500;
}
#widetextbox {
	height: 100px;
	width: 760px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 140px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#sidepic {
	height: 450px;
	width: 325px;
	margin-left: 75px;
	position: absolute;
	left: 50%;
	top: 250px;
	z-index: 1000;
}
#newsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	width: 100%;
	position: fixed;
	z-index: 1010;
	background-image: url(images/backgrounds/newsheadbg.png);
	background-repeat: repeat-x;
	bottom: 5px;
	left: 0px;
	font-size: 10px;
}
#centeredcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	height: 500px;
	width: 740px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 150px;
	padding-right: 30px;
	padding-left: 30px;
	overflow: visible;
	z-index: 1000;
}
#characterwindow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 450px;
	width: 550px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 140px;
	text-align: center;
}
#gallery {
	height: 700px;
	width: 880px;
	margin-left: -440px;
	position: absolute;
	left: 50%;
	top: 250px;
}
#merch {
	height: 150px;
	width: 740px;
	left: 0%;
	background-image: url(images/merch/merchbg.png);
	padding-top: 0px;
	padding-bottom: 0px;
}
#disk {
	height: 200px;
	width: 740px;
	background-image: url(images/backgrounds/Diskograpybg.png);
}
#eventhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fcd605;
	height: 20px;
	width: 250px;
	position: absolute;
	top: 245px;
	text-align: center;
	padding-top: 5px;
	background-image: url(images/backgrounds/eventheadbg.png);
	right: 20px;
}
#events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	overflow: auto;
	position: absolute;
	top: 270px;
	background-image: url(images/backgrounds/eventbg.png);
	color: #FFFFFF;
	text-align: center;
	right: 20px;
	bottom: 50px;
	background-position: bottom;
}
#rightcolumnhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fcd605;
	height: 20px;
	width: 250px;
	position: absolute;
	left: 50%;
	top: 140px;
	margin-left: 150px;
	text-align: center;
	padding-top: 5px;
	background-image: url(images/backgrounds/eventheadbg.png);
}
#rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 430px;
	width: 250px;
	margin-left: 150px;
	overflow: auto;
	position: absolute;
	left: 50%;
	top: 165px;
	background-image: url(images/backgrounds/eventbg.png);
	color: #FFFFFF;
	text-align: center;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	height: 415px;
	width: 740px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 150px;
	padding-right: 30px;
	padding-left: 30px;
	overflow: auto;
	z-index: 1000;
}
#pagebg {
	height: 550px;
	width: 800px;
	left: 50%;
	z-index: 100;
	position: absolute;
	margin-left: -400px;
	top: 130px;
	background-image: url(images/backgrounds/fullpagebgbg.png);
}
#homegraphic {
	position: absolute;
	left: 180px;
	top: 145px;
	z-index: 100;
	right: 280px;
	bottom: 50px;
}
#slideshowbig {
	height: 150px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 600px;
	z-index: 1500;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/backgrounds/scrollbg.png);
}
#invisiblebutton {
	height: 20px;
	width: 400px;
	position: absolute;
	z-index: 2000;
	top: 575px;
	margin-left: -250px;
	left: 50%;
	cursor: pointer;
}
.Newsheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FCD605;

}
.homeimage {
	max-width: 100%;
	
}
