body {
	background-color: #000;
	
}
a:link {
	color: #FFF;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #FAE09E;
}
.h1 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.t1 {
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.t2 {
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	top: 0px;
	background-color: #000;
}
.tourdate {
	width: 800px;
	position: relative;
	left: 0px;
	overflow: auto;
	height: 400px;
}
.footer {
	background-image: url(images/page/footer.gif);
	height: 25px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 650px;
}


.h2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.tourlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9E09D;
}
.albums {
	position: relative;
	width: 800px;
	text-align: left;
	overflow: auto;
	height: 400px;
}
.gallerycontain {
	width: 800px;
	position: relative;
	left: 0px;
	overflow: auto;
	height: 400px;
}
.homefield {
	height: 400px;
	overflow: auto;
}
.h3 {
	color: #F9E09D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.feedbackcontain {
	width: 800px;
	position: relative;
	left: 0px;
	overflow: auto;
	height: 400px;
}
