@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;
	text-align: center;
	background-image: url(../backgrounds/background1.jpg);
	background-color: #FFFFFF;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px double #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	height: 100%;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
	clear: both;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	font-size: 300%;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
	float: left;
	width: 740px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	position: relative;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	font-size: 85%;
	color: #666666;
	text-align: right;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent h2 {
	background-color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 200%;
	color: #000099;
	letter-spacing: -2px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}

a:active {
}
.column1 {
	height: auto;
	width: 45%;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
}
.current {
	color: #000000;
	font-weight: bold;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.albumImage {
	border: 3px double #000000;
	text-align: center;
}

.photoCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 3px double #CCCCCC;
}

.smallerText {
	font-size: 0.8em;
}



.column2 {
	float: right;
	height: auto;
	width: 45%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding: 10px;
	text-align: right;
}
.CDtext-quote {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
}
.CDtext-author {
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.euphplayertitle {
	font-size: 210%;
	font-style: italic;
	text-align: right;
	color: #000099;
}
.euphplayertitleSMALL {
	font-size: 100%;
	font-style: italic;
	text-align: right;
	color: #000099;
}

.telemann {
	font-variant: small-caps;
	color: #660000;
	font-size: 150%;
	letter-spacing: -1px;
	font-weight: normal;
}
.telemannSMALL {
	font-variant: small-caps;
	color: #660000;
	font-size: 100%;
	letter-spacing: -1px;
	font-weight: normal;
}
.euphonic {
	font-size: 140%;
	font-variant: small-caps;
	color: #000066;
	letter-spacing: -.1em;
}
.euphonicSMALL {
	font-size: 100%;
	font-variant: small-caps;
	color: #000066;
	letter-spacing: -.1em;
}
.bach {
	font-weight: bold;
	font-variant: small-caps;
	color: #000066;
	font-size: 140%;
	letter-spacing: -.1em;
}
.bachSMALL {
	font-weight: bold;
	font-variant: small-caps;
	color: #000066;
	font-size: 100%;
	letter-spacing: -.1em;
}
.fantasias {
	font-style: italic;
	color: #660000;
	font-size: 130%;
	font-weight: bold;
}
.fantasiasSMALL {
	font-style: italic;
	color: #660000;
	font-size: 100%;
	font-weight: bold;
}
.tracks {
	font-size: 80%;
}
.column1OtherRecordings {
	height: auto;
	width: 90%;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
}
hr {
	height:1px;
	width:90%;
	background-color: #000099;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.ContactNotice {
	font-style: italic;
	color: #CC0000;
}
