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

body {
	font: 100%/1.4 Georgia, "Times New Roman", Times, serif;
	background-color: #D5D4A4;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width:80%;
	padding: 0;
	color: #000;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:visited {
	color: white;
	}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #D40002;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #D40002}

.dropdown:hover .dropdown-content {
    display: block;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}
.small {
	font-size: small;
}

.medium {
	font-size: medium;
}

.large {
	font-size: large;
}

img.centered {
	border:none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 3px;
}


a img { 
	border: none;
	}
	
td {
	width:33%;
    vertical-align: top;
}	

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #CC0000;
	text-align: center;
	font-weight:bold;
	margin-bottom:0px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.container {
	width: 1000px;
	padding-top:10px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
.center {
	text-align: center;
}
	
.leftColumn {
	width:5%;
	float:left;
	background-color:#FFFFFF;
	padding:3px;
	text-align: center;
	margin-bottom:5px;
	}

.centerColumn {
	width: 90%;
	float:left;
	background-color:#FFFFFF;
	padding:3px;
	text-align: center;
	margin-bottom:5px;
	
	}
	
.rightColumn {
	width:5%;
	float:left;	
	background-color:#FFFFFF;
	padding:3px;
	text-align: center;
	margin-bottom:5px;

	}

.verticalBottom {
	vertical-align: bottom;
}
.customerReviewTitle {
	font-size: medium;
	color: #CC3300;
	text-align: left;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bookReview {
	font-size: medium;
	background-color: #FFFFCC;
	text-align: left;
	width: 90%;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.centerColumnBook {
	width: 620px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}


.leftColumnBook {
	width:310px;
	float:left;
	background-color:#FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	vertical-align: bottom;
}
.bookTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}
.indent10 {
	padding-left: 10px;
	padding-top: 5px;
}

.songTitle {
	font-size: large;
	color: #CC0000;
	text-align: left;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

.musicHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
}
.songTitleDownload {
	font-size: large;
	color: #CC0000;
	text-align: left;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	padding-left: 20px;
}
.beautifuDesign {
	font-size: x-large;
	color: #0000FF;
}
