@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	vertical-align: top;
	border-style: 0;
	border-width: 0px;
	font-size: 10pt;
}
.themusicstudio #container {
	width: auto;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
}
.themusicstudio #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bottom {
	text-align: center;
	color: #900;
	font: small Verdana, Arial, sans-serif, Georgia, "Times New Roman";
}
.textlinks {
	font-size: medium;
	color: #900;
	font-weight: bold;
	
}
.heads {
	font: bold medium Verdana, Arial, sans-serif, Georgia, "Times New Roman";
	text-align: center;
}
a:link {color:#900;
}
a:active {color:#900
}
a:visited {color:#666;
}
.activepage {
	border: medium solid #900;
}
.copyright {
	font: x-small Verdana, Arial, sans-serif, Georgia, "Times New Roman";
	color: #900;
	text-align: center;
}

