body
{
	display:block;
	position: relative;
	background-color: #4B321D;
	color:#fff;
	font-family: "Georgia", Times, Times New Roman, Serif;
	font-size: 12px;
	line-height: 16px;
	text-align:center;
	margin: 0 auto;
}


body#home
{
	background-image: url(../images/bkgd-home.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

body#biography
{
	background-image: url(../images/bkgd-2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

body#discography
{
	background-image: url(../images/bkgd-3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

body#news
{
	background-image: url(../images/bkgd-4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

body#store
{
	background-image: url(../images/bkgd-6.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

body#lyrics
{
	background-image: url(../images/bkgd-7.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

body#lyrics2
{
	background-image: url(../images/bkgd-8.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

body#lyrics3
{
	background-image: url(../images/bkgd-9.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

body#order-form
{
	background-image: url(../images/bkgd-5.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#container
{
	display:block;
	position: relative;
	text-align:center;
	max-width: 860px;
}

#content
{
	display:inline;
	position: relative;
	text-align:center;
	/*margin: 10px 100px 0px 100px;*/
}

h2
{
	color: #fff;
	font-family: "Georgia", Times, Times New Roman, Serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin: 10px 20px 10px 20px;
}

h3
{
	color: #B0A69C;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	border-color: #D51E06;
	border-width: 2px 0 2px 0;
	border-style: solid none solid none;
	padding: 10px 0px 10px 0px;
}

h4
{
	color: #fff;
	font-family: "Georgia", Times, Times New Roman, Serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	margin: 10px 20px 10px 20px;
}

p
{
	text-align:left;
	margin: 20px;
}

hr
{
	margin: 30px 0 15px 0;
	border-color: white;
	border-width: 1px 0px 0px 0px;
}

a
{
	color: #fff;
	text-decoration: underline;
}

a:hover
{
	color: #D51E06;
	text-decoration: none;
}

h4.menuTitle
{
	color: #fff;
	font-family: "Georgia", Times, Times New Roman, Serif;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	text-align: left;
	margin: 0px 0px 10px 20px;
}

/* @footer */

#footer
{
	color:#fff;
	font-family: "Georgia", Times, Times New Roman, Serif;
	font-size: 11px;
	line-height: 16px;
	text-align:center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#footer a
{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover
{
	color: #D51E06;
	text-decoration: none;
}
/* @end */
