/*********************************************\
|*                                           *|
|*              TEMPLATE STYLES              *|
|*                                           *|
\*********************************************/

body {
	margin: 0px;
	padding: 5px;
	background-color: black;
	text-align: center;
}

div#PageLayout {
	width: 950px;
	border: 3px outset #908070;
	margin: 0 auto;
	text-align: left;
}

div#PageBanner {
	background-color: #908070;
	height: 179px;
	overflow: hidden;
}

	div#Outline {
		margin:  10px;
		padding: 20px;
		border:  1px dotted black;
		height:  115px;
		width:   687px;
		text-align:  center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:   14px;
	}
	
	span#BandName {
		font-weight:    bold;
		font-size:      26px;
		letter-spacing: 2px;
	}
	
	span#AlbumTitle {
		font-weight:    bold;
		font-size:      40px;
		color:          #C02010;
		font-family:    Georgia, "Times New Roman", Times, serif;
		letter-spacing: 2px;
	}
	
	a#AlbumCover img {
		float: right;
		border: 0px;
	}

div#Navbar {
	 border-top:    2px solid #C02010;
	 border-bottom: 2px solid #C02010;
	 height: 30px;
}

div#Submenus {
	height: 1px;
	position: relative;
	z-index: 5000;
}

div#PageContent {
	padding: 0px 20px 0px 20px;
	min-height: 200px;
	color: #908070;
}

div#PageFooter {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #908070;
	padding: 20px;
}

	div#PageFooter hr {
		width: 66%;
		color: #908070;
	}

p#BottomSpacer {
	height: 150px;
}
