/* Framework */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e1e1e1;
	background: url(/images/bg.gif) repeat-x #333;
	text-align: center;
}
#mosSite {
	background: url(/images/site-bg.gif);
	width: 960px;
	margin: auto;
	text-align: left;
}
#mosSite fieldset {
	border: 0px solid #000;
}
#framework {
	width: 960px;
}

/* Ads */
#skyscraper {
	width: 160px;
	margin-top: 10px;
}
#skyscraper .containerPadding {
	padding: 0px;
}
#skyscraperLabel {
	display: none;
}
#skyscraperAd {
	width: 160px;
	float: right;
}


/* Header */
#header h1 {
	float: left;
}
#header h2 {
	display: none;
}
#header .artists {
	float: left;
}

/* Content */
#contentBackground {
	width: 960px;
	background: url(/images/content-bg.gif) center top no-repeat;
}
#contentEnclose {
	width: 790px;
	float: left;
}
#contentMiddle {
	background: url(/images/tagline.gif) center top repeat-y;
	width: 618px;
	float: right;
}
#contentLeft {
	width: 172px;
	float: left;
}
#contentRight {
	width: 170px;
	float: right;
}
#contentMiddle .contentAreaPadding {
	padding: 0px 5px 0px 5px;
}
#contentBottom {
	clear: both;
	padding-bottom: 10px;
}

/* Quadrants */
#quadrantTop {
	padding-top: 10px;
}
#quadrantA {
	float: left;
	width: 304px;
}
#quadrantB {
	float: left;
	width: 304px;
}
#quadrantTopFooter {
	clear: both;
	padding-top: 0px;
	margin-bottom: -3px;
}
html>body #quadrantTopFooter {
	clear: both;
	padding-top: 15px;
}
#quadrantC {
	float: left;
	width: 300px;
}
#quadrantD {
	float: left;
	width: 308px;
}
#quadrantBottomFooter {
	clear: both;
}

/* Footer */
#footer {
	width: 960px;
	height: 178px;
	background: url(/images/footer.gif) no-repeat top #333;
}
#footerBottom {
	clear: both;
}
#siteIndex {
	width: 750px;
	float: right;
	margin: 60px 0px 10px 0px;
}
#siteIndex legend {
	display: none;
}
#copyright {
	color: #000;
	font-size: 1em;
	width: 750px;
	float: right;
}
#copyright A {
	color: #000;
	font-size: 1em;
	text-decoration: none;
}
#copyright A:hover {
	text-decoration: underline;
}
