@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-y;
	background-image: url(../images/black_gradient_background_reversed.jpg);
	background-position: center;
}

.first_level #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/music_notes_trans_large_ps.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.first_level #container #mainContent #subheader {
	margin: 0px 30px 0px 30px;
	font-size: 16px;
}
.first_level #container #mainContent_contact #subheader {
	font-weight: 400;
	margin: 0px 30px 0px 30px;
}
.first_level #container #mainContent_cdlist {
	text-align: center;
}
.first_level #container #mainContent_cdlist table {
	border: 0px;



}

.first_level  #container  #mainContent_cdlist  img  {
	border: 0px;

}


.first_level #container #mainContent img {
	float: left;
	padding: 0px 10px 0px 0px;
}
.first_level #container #mainContent_contact img {
	float: left;
}
.first_level #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 10px;
	font-size: 16px;
}
.first_level #mainContent_contact {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 10px;
	text-align: center;
	height: 400px;
} 
.first_level #container #mainContent_contact #subheader h1 {
}
.first_level  #container #mainContent_services {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 10px;
}


.first_level #footer {
	margin: 10px 0px 0px 0px;
	text-align: center;

} 

.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;
}



.first_level #container #mainContent_services ol {
	list-style-type: disc;
	line-height: 110%;
	text-align: center;
}

#menu {
	width:800px;
	height:57px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#menu ul {
	margin:0 0 0 20px;
	padding:0px;
	list-style:none;
}
#menu li {
	margin:0px;
	padding:0px;
	display:inline;
}
#menu a {
	float:left;
	display:block;
	height:22px;
	width:150px;
	padding:18px 0 0 0;



	bottom no-repeat;
	text-align:center;



	font:size:14px;
	text-decoration:none;
	color:#039;
	font-weight:bold;
	outline:none;
	background-image: url(../images/button_02.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu a:hover {
	color:#03F;
	background-image: url(../images/button_01.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
