@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	text-align: center;
	background-color: black;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.oneColFixCtrHdr     #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom:20px; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: black;
	border: 2px solid #003399;
	background-image: url(images/gold.jpg);
}
.oneColFixCtrHdr #container2 {
	width: 846px;
	height:auto;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 2px solid #003399;
}

.oneColFixCtrHdr #divider {
	height: 3px;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDEBD4;
	border-bottom-color: #EDEBD4;
}
.oneColFixCtrHdr #divaroundbuttons {
	height: 200px;
	width: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDEBD4;
	border-right-color: #EDEBD4;
	border-bottom-color: #EDEBD4;
	padding-top: 5px;
	padding-bottom: 5px;
}

.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	height: 300px;
	width: 776px;
	background-color: black;
}

.oneColFixCtrHdr #mainContent {
	width: 790px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color: black;
	padding-top: 5;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 0px solid #4424ca;
}


.mainpagefont {
	font-family: georgia;
	font-size: 18px;
	font-style: italic;
	line-height: 23px;
	font-weight: normal;
	color: #EDEBD4;
	text-align:justify;
}

.mainpagefont a:link{
		color: #EDEBD4;
}

.mainpagefont a:hover{
		color: #EDEBD4;
}

.mainpagefont a:visited{
		color: #EDEBD4;
}

.oneColFixCtrHdr #footer {
	width: 800px;
	height: 20px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 10px;
	border-top: solid 2px #EDEBD4;
	border-bottom: solid 2px #EDEBD4;
}


.oneColFixCtrHdr #footer2 {
	width: 820px;
	height: 20px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

.footerfont {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #EDEBD4;
}

.footerfont a:link{
	color: #EDEBD4;
}

.footerfont a:hover{
	color: #EDEBD4;
}

.footerfont a:visited{
	color: #EDEBD4;
}


.lyricinfo {
	color: #EDEBD4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

.lyricinfo a:link{
	color: #EDEBD4;
}

.lyricinfo a:hover{
	color: #EDEBD4;
}

.lyricinfo a:visited{
	color: #EDEBD4;
}

.oneColFixCtrHdr #info {
	width: 320px;
	height: 130px;
	padding-top: 20px;
	padding-bottom:15px;
	border: 3px solid #EDEBDB;
	margin: 20px auto 30px auto;
	-moz-border-radius:20px;    /* Firefox */
	-webkit-border-radius:20px; /* Safari and Chrome */
}


.pictureborder {
	border:1px solid #EDEBDB;
}
