html, body {
	padding: 0;
	margin: 0;
	min-height: 100%;
}

body {
	font-family: Helvetica, Arial, Sans-serif;
	color: rgb(131,151,105);
	text-align: center;
	background-color: rgb(190,215,158);
	/* background-image: url(../../images/floral-background.png); */
}

div#backgroundFrame {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	min-height: 100%;
	background-color: rgb(211,241,181);
	background-position: bottom;
	background-image: url(../../images/bottom-panorama.jpg);
	background-repeat: no-repeat;
	border-width: 0 0 1px 0;
	border-color: rgb(131,151,105);
	border-style: solid;
}

img#topLeftFlower {
	position: absolute;
	top: 0;
	left: 0 !important;
	left: -480px;
	z-index: 1;
	width: 225px;
	height: 189px;
}

ul#navigation {
	margin: 0;
	padding: 0;
	display: table;
}
	
	ul#navigation li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
	}

div#frame {
	position: relative;
	top: 0;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div#bodyBlock {
	width: 700px;
	min-height: 400px;
	margin-left: 230px;
	text-align: left;
	z-index: 1;
}
	
	div#bodyBlock .showNote {
		color: rgb(170,195,138);
		margin-left: 20px;
		font-style: italic;
		display: block;
	}
	
	div#bodyBlock div.leftContent {
		position: relative;
		margin-top: 20px;
		margin-left: 15px;
		margin-right: 10px;
		width: 425px;
	}
		
		div#bodyBlock div.leftContent p {
			font-size: .9em;
			line-height: 125%;
		}
		
		div#bodyBlock div.leftContent p.videoTag {
			position: relative;
			margin-top: 30px;
			margin-bottom: 5px;
			font-size: 1em;
		}
		
		div#bodyBlock div.leftContent h1 {
			font-size: 1em;
			border-color: rgb(190,215,158);
			border-width: 0 0 1px 0;
			border-style: solid;
			padding: 0;
		}
		
		div#bodyBlock div.leftContent p.small {
			font-size: .8em;
		}
			
			div#bodyBlock div.leftContent p.small a {
				font-weight: bold;
				text-decoration: none;
				color: rgb(131,151,105);
			}
			
			div#bodyBlock div.leftContent p.small a:hover {
				text-decoration: underline;
			}
			
		div#bodyBlock div.leftContent img.discoCover {
			float: left;
			border-style: solid;
			border-width: 1px;
			border-color: rgb(131,151,105);
		}
		
		div#bodyBlock div.leftContent p.discoNotes {
			margin-left: 220px;
		}
		
		div#bodyBlock div.leftContent a {
			color: rgb(131,151,105);
			font-weight: bold;
			text-decoration: none;
		}
			
			div#bodyBlock div.leftContent a:hover {
				text-decoration: underline;
			}
		
	div#bodyBlock div.rightContent {
		float: right;
		position: relative;
		margin-top: -60px;
		width: 220px;
	}
		
		div#bodyBlock div.rightContent img#bandPhoto {
			padding: 0;
			border-width: 1px;
			border-style: solid;
			border-color: rgb(131,151,105);
		}
		
		div#bodyBlock div.rightContent h1 {
			margin-top: 10px;
			margin-bottom: 10px;
			font-size: 1.1em;
		}
		
		div#bodyBlock div.rightContent p {
			font-size: .8em;
			line-height: 125%;
		}
		
		div#bodyBlock div.rightContent ul {
			list-style-position: inside;
			font-size: .8em;
			margin-left: 4px;
			padding-left: 4px;
		}
		
		div#bodyBlock div.rightContent a {
			color: rgb(131,151,105);
			font-weight: bold;
			text-decoration: none;
		}
		
			div#bodyBlock div.rightContent a:hover {
				text-decoration: underline;
			}
		
		
div#footerBlock {
	position: relative;
	top: 20px;
	height: 250px;
	clear: both;
}

p#emailSubscribe {
	position: relative;
	top: 60px;
	text-align: center;
	padding-bottom: 20px;
}

	p#emailSubscribe a {
		font-size: 9pt;
		color: rgb(131,151,105);
	}