@charset "utf-8";
#body {
	background-color: #d3d3d3;
}
#spacer1 {
	width: 100%;
	height: 40px;
}
#spacer2 {
	width: 100%;
	height: 50px;
}
#spacer3 {
	width: 100%;
	height: 100px;
}
#spacer4 {
	width: 100%;
	height: 300px;
}
#title {
	margin-bottom: auto;
	display: block;
	width: 100%;
	margin-top: ;
}
#title h1 {
	color: #800020;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	font-size: 64px;
	text-decoration: none;
	font-style: italic;
	margin-top: auto;
	margin-bottom: 35px;
	display: block;
}
#title h2 {
	color: #800020;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: auto;
	display: block;
}
#title p {
	color: #800020;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	font-style: italic;
	margin-top: auto;
	margin-bottom: 10px;
	display: block;
}
#media {
	display: block;
	width: 100%;
	height: 250px;
}
#media #Flash_MP3_Player {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: darkred;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}
