@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}
#lowercontent {
	background-image: url(images/bottomimage.jpg);
	background-repeat: no-repeat;
	background-color: #999999;
	margin-top: 7px;
	height: 330px;
	float: left;
}
#lowercontentleft {
	float: left;
	width: 500px;
	height: 120px;
	padding-top: 19px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
}
#lowercontentright {
	float: right;
	width: 240px;
	padding-top: 25px;
	padding-right: 17px;
	height: 120px;
}
#imagespacer {
	clear: both;
	height: 140px;
	width: 797px;
}
#navbar {
	height: 32px;
	width: 797px;
}
.oneColFixCtr #container {
	width: 798px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #A0A0A0;
	height: 960px;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/topimage.jpg);
	background-repeat: no-repeat;
	height: 628px;
	width: 798px;
	float: none;
}
#previewmaincontent {
	background-image: url(images/previewtopimage.jpg);
	height: 628px;
	width: 798px;
	float: none;
}
#previewmaincontenttext {
	padding-top: 47px;
	padding-left: 223px;
}
#maincontenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-top: 595px;
	padding-right: 200px;
	padding-bottom: 10px;
	padding-left: 200px;
}
#photogallerymaincontent {
	background-image: url(images/photogallerytopimage.gif);
	height: 628px;
	width: 798px;
	float: none;
}
#photogallerytext {
	margin: 0px;
	padding-top: 70px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#chordsmaincontent {
	background-image: url(images/chordstopimage.jpg);
	height: 628px;
	width: 798px;
	float: none;
}
#chordstext {
	margin: 0px;
	padding-top: 141px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#songwritersmaincontenttext {
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#songwritersmaincontent {
	background-image: url(images/songwriterstopimage.gif);
	height: 2500px;
	width: 798px;
	background-repeat: no-repeat;
	float: none;
}

