/* Framework */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	 font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	background: url(/images/bg.gif) #262e73;
	padding-bottom:10px;
}
#mosSite {
	width: 960px;
	margin: auto;
	text-align: left;
}
#mosSite fieldset {
	border: 0px solid #000;
}
#framework {
	width: 960px;
	margin: 7px 0px 30px 0px;
}

/* Ads */

#skyscraper {
	width: 165px;
	height: 615px;
	clear:both;
	margin: 0px 0px 5px 5px;
	background: url(/images/sky-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#skyscraperLabel {
    display:none;
}
#skyscraperAd {
	width: 165px;
	height: 615px;
	padding: 10px 0px 0px 0px;
	clear: both; 
}
#banner {}

/* CCB */
#ccb {
	text-align: center;
}
#ccb p {
	display: none;
}
#ccb ul {
	text-align: center;
	display: inline;
	padding: 3px 0px;
} 
#ccb ul li {
	margin-left: 0;
	padding: 1px 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
#ccb ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#ccb ul li a {}

/* Header */
#header {
	 width:960px;
	height: 150px;	
	float:left;
}
#header h1 {
width: 525px;
height:150px;
float:left;
}
#header .artists {
	width:  435px;
	height:150px;
	float:left;
}
#header h2 {
	display: none;
}

/* Content */
#contentBackground { 
	background: url(/images/content-bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #fff734;
}
#contentColumns {}
#contentColumns A {} /* All Content Links */
#contentEnclose {
	width: 790px;
	float: left;
}
#contentMiddle {
	width: 600px;
	float: right;
}
#contentLeft {
	width: 180px;
	float: left;
}
#contentRight {
	width: 170px;
	float: right;
}

#contentBottom {
	clear: both;
}
.storySeparator {}

/* Quadrants */
#quadrantTop {}
#quadrantA {
	float: left;
	width: 320px;
}
#quadrantB {
	float: right;
	width: 280px;
	overflow: hidden;
}
#quadrantTopFooter {
	clear: both;
}
#quadrantBottom {}
#quadrantC {
	float: left;
	width: 50%;
}
#quadrantD {
	float: left;
	width: 50%;
}
#quadrantBottomFooter {
	clear: both;
}

/* Footer */
#footer {
	 background:url(/images/footer-bg2.gif) no-repeat;
	height:100px;
	text-align:left;
	padding: 0px 0px 0px 20px;
	font-size: 1.1em;
	clear: both;
	color: #fff;
}
#footerTop {height: 10px;}
#footerBottom {
	clear: both;
}
#siteIndex {
	 margin-bottom: 6px;
}
#siteIndex fieldset {
	border: 0px solid #000;
}
#siteIndex legend {
	display: none;
}
#siteIndex select {
	font-size: 1.1em;
	font-weight: bold;
}
#copyright A {
	color: #fff;
	text-decoration: none;
}
#copyright A:hover{
	text-decoration: underline;
}
#copyright .privacyPolicy {}

