@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.twoColFixLtHdr #container {
	width: 780px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 240px;
} 
#CDsmain {
	float: left;
	width: 680px;
	margin-left: 50px;
	margin-bottom: 50px;
}
.div_video {
	padding-top: 200px;
}
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding: 50px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	bottom: 0px;
	float: left;
	margin-top: 40px;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 40px;
} 
.twoColFixLtHdr #header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 62px;
	float: left;
} 
.twoColFixLtHdr #video {
	border: thick solid #666666;
	width: 320px;
	margin-top: 200px;
	margin-left: 370px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
} 

.twoColFixLtHdr   #footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #video_text {
	width: 320px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}
.press_quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	text-align: left;
	color: #000000
}
.quote_source {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	margin-bottom: 30px;
	margin-top: 10px
}
.cd_info_div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 700px;
}

.twoColFixLtHdr #spacer {
	margin-top: 60px;
}
.twoColFixLtHdr #quote_group {
	float: left;
	margin-left: 80px;
	width: 250px;
	margin-top: 160px;
	margin-bottom: 50px;
}
.bio_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	margin: 10px;
	color: #000000;
}
.twoColFixLtHdr  #bio_div {
	margin-top: 120px;
	margin-left: 300px;
	line-height: 20px;
	width: 520px;
}
.twoColFixLtHdr #video_div {
	float: right;
	position: relative;
	margin-right: 200px;
}
.twoColFixLtHdr #cds {
	margin-left: 200px;
	margin-bottom: 50px;
}
.cd_div {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.twoColFixLtHdr #cd_info {
	width: 450px;
	float: none;
}
.twoColFixLtHdr #cds2 {
	margin-top: 30px;
	margin-left: 350px;
}
.twoColFixLtHdr #schedule {
	width: 500px;
	margin-left: 350px;
	margin-top: 80px;
}
.twoColFixLtHdr #photos {
	width: 600px;
	margin-top: 100px;
	margin-left: 240px;
}
.twoColFixLtHdr #samples {
	width: 600px;
	margin-left: 200px;
}

.twoColFixLtHdr #contact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 420px;
	margin-left: 370px;
	line-height: 20px;
	margin-top: 160px;
}
.twoColFixLtHdr #submit {
	margin-left: 380px;
	margin-top: 40px;
	width: 400px;
}
.twoColFixLtHdr #audio {
	width: 350px;
	margin-top: 170px;
	margin-bottom: 50px;
	margin-left: 340px;
	border: 2px solid #666666;
	padding: 10px;
}
.audio_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #photos {
	width: 600px;
	margin-top: 170px;
	margin-bottom: 50px;
	margin-left: 80px;
}
.twoColFixLtHdr #press {
	width: 400px;
	margin-top: 170px;
	margin-bottom: 50px;
	margin-left: 350px;
	text-align: right;
}
.press_quotes {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.twoColFixLtHdr #triple {
	padding: 10px;
	width: 550px;
	margin-left: 300px;
	margin-top: 80px;
}
.review_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
}

.twoColFixLtHdr #video2 {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 370px;
	border: thick solid #666666;
	width: 320px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
.style3 {color: #FFFFFF}
.style4 {
	font-size: 16px
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #926C97;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: underline;
}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
a:hover {
	color: #999999;
}
.twoColFixLtHdr #writer {
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	margin-left: 300px;
}
#video3 {
	width: 320px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 370px;
	border: thick solid #666666;
}
#beethoven {
	float: left;
	width: 300px;
	border: medium solid #999999;
}
#mend {
	float: left;
	width: 300px;
	border: medium solid #999999;
	margin-left: 40px;
}
#CDtext {
	float: left;
	margin-top: 135px;
	margin-left: 220px;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	width: 320px;
}
#beethsamples {
	float: left;
	margin-top: 25px;
	width: 300px;
}
#mendsamples {
	float: left;
	margin-top: 25px;
	width: 300px;
	margin-left: 40px;
	height: 180px;
}
