/* CSS Document */

body {
	background-color: #FF8C00;
	margin: 0px;
	padding: 0px;
}
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #FF8C00;
	height: 20px;
	width: 400px;
	margin-left: 250px;
	margin-top: 10px;
}
#album {
	margin-left: 165px;
}
.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #FF8C00;
	height: 20px;
	width: 400px;
	margin-left: 220px;
	margin-top: 10px;
}
table {
	margin: 0px;
	padding: 0px;
}
.intro {
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 521px;
	width: 720px;
	background-image: url(images/IntroBand.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.band {
	background-image: url(images/IntroBand.gif);
	margin: 0px;
	padding: 0px;
	height: 57px;
	width: 100%;
}

