body {
	background-color: #CE4E42;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
}

/* FRONT PAGE BOX */

#frontpage {
	background-image: url(../images/top-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main_navigation {
	width: 701px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: 51px;
}
#secondary_navigation {
	margin: 0px auto;
	padding: 0px;
	width: 597px;
	text-align: right;
	height: 81px;
}
#pagecontent {
	height: 100%;
	width: 100%;
}





/* BACK PAGE BOX */


#backpage {
	background-image: url(../images/back_top_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#back_navigation {
	width: 698px;
	height: 34px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headline {
	height: 66px;
	width: 698px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#back_pagearea {
	width: 682px;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b64238;
	border-bottom-color: #b64238;
	border-left-color: #b64238;
	clear: both;

}
#back_pagecontent {
	padding: 20px 40px 20px 40px;
	clear: both;
}
.headshot {
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	color: #e7a7a1;
	margin-top: 20px;
	margin-bottom: 20px;
}



h1 {
	font-family: Impact;
	font-size: 36pt;
	font-weight: normal;
	text-transform: capitalize;
	color: #CE4E41;
	margin: 0px;
}

h2 {
	font-family: Georgia;
	font-size: 30pt;
	font-weight: bold;
	color: #8DA847;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 30pt;
}

h3 {
	font-family: Georgia;
	font-size: 16pt;
	font-weight: bold;
	text-transform: none;
	color: #CE4E41;
	margin-bottom: 15px;
	margin-top: 20px;
}

p, table {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12pt;
	margin-top: 0px;
}

p.lyrics {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 14pt;
	margin-top: 0px;
	padding-left: 40px;
}



/* LINK STYLES */


a:link {
	color: #116FA2;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #116FA2;
}
a:hover {
	color: #116FA2;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #116FA2;
}

#footer a:link {
	color: #e7a7a1;
	text-decoration: underline;
}
#footer a:visited {
	color: #e7a7a1;
}
#footer a:hover {
	color: #e7a7a1;
	text-decoration: none;
}
#footer a:active {
	color: #e7a7a1;
}


a.return {
	color: #999999;
	font-family: Impact;
	font-size: 16px;
	text-decoration: none;
	text-align: right;
	display: block;
	margin-bottom: 40px;
	font-weight: normal;
}
