@charset "UTF-8";
body  {
	background: #000;
	padding: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffeea8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/musicBkgrd.jpg);
} 
.twoColFixLtHdr #header {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float:left;
	clear: right;
	width: 900px;
}
.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: 15px 40px 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header img {
	padding: 20px 25px 0 5px;
	border: none;
}
.twoColFixLtHdr #header h1 {
	color: #b11f24;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 32px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 42px;
}
.twoColFixLtHdr #header p {
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 20px;
	padding-right: 20px;
}
.twoColFixLtHdr #header p a:link, #header p a:visited {
	color: #666;
	text-decoration: none;
	border: none;
}
.twoColFixLtHdr #header p a:hover, #header p a:active, #header p a:focus {
	color:#b11f24;
}

.twoColFixLtHdr #mainContent {
	margin : 0 0 0 185px;
	padding : 0;
	list-style-type: none;
	width : 765px;
}

.twoColFixLtHdr #mainContent h1 {
	color: #b11f24;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 32px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 30px;
	padding-right: 20px;
}

#subwrapper1,
#subwrapper2,
#subwrapper3
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 765px;
}

.twoColFixLtHdr #mainContentOne {
	position: relative;
	float: left;
	width: 150px;
	padding: 0 10px 0 20px;
}
.twoColFixLtHdr #mainContentOne p {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 28px;
	padding-right: 25px;
}
.twoColFixLtHdr #mainContentOne p a:link, #mainContentOne p a:visited {
	color: #666;
	text-decoration: none;
	font-weight:bold;
}
.twoColFixLtHdr #mainContentOne p a:hover, #mainContentOne p a:active, #mainContentOne p a:focus {
	color:#b11f24;
}

#mainContentTwo,
#subwrapper1a,
#subwrapper2a,
#subwrapper3a
{
	position: relative;
	width: 340px;
	padding: 0;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	float: left;
}
#mainContentTwo td,
#subwrapper1a td,
#subwrapper2a td,
#subwrapper3a td {
	font-size: 10px;
	vertical-align: top;
	line-height: 12px;
	padding-bottom: 5px;
}
#mainContentTwo p {
	padding-bottom:10px;
} 
#mainContentTwo h1 {
	color: #b11f24;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	line-height: 28px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#mainContentThree,
#subwrapper1b,
#subwrapper2b,
#subwrapper3b
{
	position: relative;
	float: right;
	width: 405px;
	padding: 0 20px 0 0;
}

#mainContentTwoThree {
	position: relative;
	float: left;
	padding: 0 30px 20px 10px;
}
#mainContentThree p a:link, #mainContentThree p a:visited,
#subwrapper1b p a:link, #subwrapper1b p a:visited,
#subwrapper2b p a:link, #subwrapper2b p a:visited,
#subwrapper3b p a:link, #subwrapper3b p a:visited
{
	color: #666;
	text-decoration: none;
	font-weight:bold;
}
#mainContentThree p a:hover, #mainContentThree p a:active, #mainContentThree p a:focus,
#subwrapper1b p a:hover, #subwrapper1b p a:active, #subwrapper1b p a:focus,
#subwrapper2b p a:hover, #subwrapper2b p a:active, #subwrapper2b p a:focus,
#subwrapper3b p a:hover, #subwrapper3b p a:active, #subwrapper3b p a:focus
{
	color:#b11f24;
}
.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 5px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer p {
	font-size: 13px;
	text-align: center;
	color: #b11f24;
}
.twoColFixLtHdr #footer p a:link, #footer p a:visited {
	color: #b11f24;
	text-decoration: underline;
}
.twoColFixLtHdr #footer p a:hover, #footer p a:active, #footer p a:focus {
	color:#b11f24;
	font-weight: bold;
	text-decoration:none;

}
.twoColFixLtHdr #lowerMusicMenu {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#000;
	width: 950px;
	float: left;
}
.twoColFixLtHdr #lowerMusicMenu p {
	font-size: 12px;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.twoColFixLtHdr #lowerMusicMenu p a:link, #lowerMusicMenu p a:visited {
	color: #666;
	text-decoration: none;
}
.twoColFixLtHdr #lowerMusicMenu p a:hover, #lowerMusicMenu p a:active, #lowerMusicMenu p a:focus {
	color:#b11f24;
}
.twoColFixLtHdr #copyright {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#000;
}
.twoColFixLtHdr #copyright p {
	font-size: 10px;
	text-align: center;
	color: #666;
}
.twoColFixLtHdr #copyright p a:link, .twoColFixLtHdr #copyright p a:visited {
	color: #666;
	text-decoration: underline;
}
.twoColFixLtHdr #copyright p a:hover, .twoColFixLtHdr #copyright p a:active, .twoColFixLtHdr #copyright p a:focus
{
	color:#b11f24;
	text-decoration: none;
}
.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: 15px;
}
.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 #container #mainContentTwo p {
	font-size: 12px;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContentTwo table tr td,
#subwrapper1a table tr td,
{
	font-size: 11px;
}
.TimesPrices {
	text-align: right;
}
.japHeader {
	font-style: normal;
}
.smallerText {
	font-size: 13px;
	line-height: 16px;
}
