@charset "UTF-8";
body {
	margin: 0 0 20px 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Images/40original.gif);
	background-repeat: repeat;
}

#container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
}
#header1 {
	height: 30px;
}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/headert1d.jpg);
	height: 152px;
}
#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 */
}
#container2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#performance_img  {
	float: left;
}
#header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: none;
	color: #003366;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a img {
	border: 0;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
}
a:visited {
	color: #0099FF;
}
#menu {
	background-repeat: repeat-x;
	background-image: url(Images/Menuslice.gif);
	height: 30px;
}
#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 80px;
}
#mainContent_links {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent_catalog {
	background: #FFFFFF;
	padding-left: 0px;
}
#maincontent_catalog_preamble {
	padding-left: 20px;
}
.Centered_text {
	font: italic bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#centered_text_btm {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
 #footer1 {
}
#footer p {
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
 #footer2 {
	height: 40px;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
	font-size: 10px;
}
.conent_img {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
.catalog_img {
	float: right;
}
.TF_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	text-align: left;
	padding-left: 25px;
}
#arrangements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
}
.excellence_img {
	padding-top: 20px;
	padding-bottom: 20px;
}
h1 {
}
.Sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000099;
	text-align: center;
}

textarea {
	width: 300px;
	border-color: #00FFFF;
}
#container #mainContent #Quiz1 ul {
	list-style-position: outside;
}
#mainContent_links  #links  {
	padding: 10px;
	width: 170px;
	float: left;
	border: 1px solid #CCCCCC;
	margin: 20px;
}

#mainContent_links  #links1  {
	width: 160px;
	float: left;
	margin: 25px;
	background-color: #CCCCCC;
}

#mainContent_links  #links3  {
	width: 160px;
	background-color: #CCCCCC;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 240px;
}

#mainContent_links  #links2  {
	padding: 10px;
	width: 170px;
	float: left;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
#mainContent_links #links1 li {
	text-decoration: none;
	list-style-type: none;
}

#mainContent_links #links3 li {
	text-decoration: none;
	list-style-type: none;
}

#mainContent_links  #list #songs {
	width: 170px;
	float: left;
}
#mainContent_links  #list #artist {
	width: 130px;
	float: right;
}
#mainContent_links #list {
	width: 350px;
	margin-left: 230px;
}
#mainContent_links #list2 {
	width: 350px;
	margin-left: 230px;
	margin-top: 250px
}
#mainContent_links  #list2 #songs2 {
	width: 170px;
	float: left;
}
#mainContent_links  #list2 #artist2 {
	width: 130px;
	float: right;
}
#mainContent_links  #bod {
	float: right;
	width: 450px;
}
#container #container2 #mainContent_links ul {
	width: 130px;
}
#mainContent_links #rec_listening {
	margin-left: 230px;
}
.Players_img {
	float: right;
	padding: 10px;
}
#links2 {
}
