@charset "UTF-8";
body  {
	font: 69%/1.6em Verdana, Arial, Helvetica, sans-serif; /* 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;
	margin: 0;
	background-color: #0D0641;
}
.lefttext {
	text-align: left;
}
.heading {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}
.twoColFixLtHdr #container {
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	width: 800px;
	position: static;
	margin: auto;
} 
.twoColFixLtHdr #header h1 {
	background-image: url(images/musicmakers_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #CCFFFF;
	font: 160% Verdana, Arial, Helvetica, sans-serif;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	display: inline;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 20px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #sidebar1 .bold {
	color: #555555;
}
a:link {
	color: #171141;
}
a:hover {
	color: #DB5810;
}
.twoColFixLtHdr #mainContent {
	margin-left: 210px;
	padding-right: 0px;
	padding-left: 20px;
	text-align: left;
	display: block;
	margin-right: 20px;
} 
.bordersolidthin {
	border: thin solid #99FFFF;
	margin-top: 10px;
}
.twoColFixLtHdr #footer {
	color: #171141;
	text-align: center;
	padding-bottom: 10px;
	background-color: #CCFFFF;
	padding-top: 2px;
	display: block;
	margin-top: 27px;
}
.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;
}
.bold {
	font-weight: bold;
	color: #171141;
}
