<style>

.mainContainer{
	position:absolute;
	width:990px;
	height:auto;
	margin-left:auto;
    margin-right:auto;
}

.share{
	position:relative;
	width:990px;
	height:25px;
}

.header{
	position:relative;
	width:990px;
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:52px;
	font-weight:bold;
	color:#000000; /* MAIN HEADER FONT COLOR */
	z-index:1;
}

.bodyContainer{
	width:970px;
	height:auto;
	margin-left:20px;
	margin-bottom:20px;
	display:block;
	overflow:hidden;
}

.leftColumn{
	position:relative;
	width:620px;
	height:auto;
	float:left;
}

.videoHeader1{
	position:relative;
	width:620px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	float:left;
	z-index:1;
}

.videoHeaderMain1{
	width:auto; 
	padding-right:5px;
	overflow:hidden;
	float:left;
}

.videoHeaderSub1{
	color:#ffffff; /* SECONDARY HEADER FONT COLOR */
	width:auto; 
	overflow:hidden;
	float:left;
}

.videoContent1{
	float:left;
	position:relative;
	width:620px;
	height:115px;
	margin-bottom:20px;
}

.localHeader1{
	position:relative;
	width:620px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	float:left;
}

.localContent1{
	float:left;
	position:relative;
	width:620px;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}

.galleryHeader1{
	position:relative;
	width:300px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */ 
	line-height:35px;
	overflow:hidden;
	float:left;
}

.galleryHeaderMain1{
	width:auto; 
	padding-right:5px;
	overflow:hidden;
	float:left;
}

.galleryHeaderSub1{
	color:#ffffff; /* Secondary Header Text Color */
	width:auto; 
	overflow:hidden;
	float:left;
}

.galleryContent1{
	position:relative;
	width:300px;
	height:236px;
	margin-bottom:20px;
	background-image:url(../images/mariahcarey/gallery_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}

.galleryHeader2{
	position:relative;
	width:300px;
	height:35px;
	margin-bottom:8px;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	overflow:hidden;
	float:left;
}

.galleryHeaderMain2{
	width:auto; 
	padding-right:5px;
	overflow:hidden;
	float:left;
}

.galleryHeaderSub2{
	color:#ffffff; /* SECONDARY HEADER TEXT COLOR */
	width:auto; 
	overflow:hidden;
	float:left;
}

.galleryContent2{
	position:relative;
	width:300px;
	height:236px;
	margin-bottom:20px;
	margin-left:20px;
	background-image:url(../images/mariahcarey/gallery_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}

.tabbedHeader1{
	position:relative;
	width:620px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	overflow:hidden;
	float:left;
}

.tabbedHeaderMain1{
	width:auto;
	padding-right:5px;
	overflow:hidden;
	float:left;
}

.tabbedHeaderSub1{
	color:#ffffff; /* SECONDARY HEADER TEXT COLOR */
	width:200px;
	overflow:hidden;
	float:left;
}

.tabbedContent1{
	position:relative;
	width:620px;
	height:270px;
	margin-bottom:20px;
	float:left;
}

.largeScrollHeader{
	position:relative;
	width:620px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	overflow:hidden;
	float:left;
}

.largeScrollHeaderMain{
	width:auto; 
	padding-right:5px;
	overflow:hidden;
	float:left;
}

.largeScrollHeaderSub{
	color:#ffffff; /* SECONDARY HEADER TEXT COLOR */
	width:200px; 
	overflow:hidden;
	float:left;
}

.largeScrollContent{
	position:relative;
	width:620px;
	height:390px;
	margin-bottom:20px;
	float:left;
}

.newsHeader1{
	position:relative;
	width:620px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	overflow:hidden;
	float:left;
}

.newsHeaderMain1{
	width:auto; 
	padding-right:5px;
	overflow:hidden;
	float:left;
}

.newsHeaderSub1{
	color:#ffffff; /* SECONDARY HEADER TEXT COLOR */
	width:auto; 
	overflow:hidden;
	float:left;
}

.newsContent1{
	position:relative;
	width:619px;
	height:auto;
	margin-bottom:20px;
	background-color:#FFFFFF; /* MAIN BACKGROUND COLOR */
	border:solid 1px #CCCCCC; /* MAIN CONTENT BORDER COLOR */
	float:left;
}

/* ARTICLE HEADLINE */
.newsContent1 h2{
	font-family:Times New Roman;
	color:#2f8ad1; /* TEXT COLOR */
	font-size:18px;
}

/* ARTICLE BODY */
.newsContent1 p{
	font-family:Times New Roman;
	color:#000000; /* TEXT COLOR */
	font-size:16px;
}

.newsContent1 a{
	float:right;
	margin-top:10px;
}

/* VERTICAL DOTTED LINE */
.divider{
	float:left;
	overflow:hidden;
	width:1px;
	background-image:url(../images/mariahcarey/dottedlinevert_long.jpg);
	background-position:top center;;
}

/* LEFT NEWS BOX */
.news{
	width:184px;
	padding:10px;
	float:left;
}

/* MIDDLE NEWS BOX */
.news2{
	width:184px;
	padding:10px;
	float:left;
}

/* RIGHT NEWS BOX */
.news3{
	width:184px;
	padding:10px;
	float:left;
}

.discographyHeader{
	position:relative;
	width:620px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	overflow:hidden;
	float:left;
}

.discographyHeaderMain{
	width:auto; 
	padding-right:5px;
	overflow:hidden;
	float:left;
}

.discographyHeaderSub{
	color:#ffffff; /* SECONDARY HEADER TEXT COLOR */
	width:auto; 
	overflow:hidden;
	float:left;
}

.discographyContent{
	position:relative;
	width:619px;
	height:auto;
	margin-bottom:20px;
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	float:left;
}

#one {
	text-align:left;
	margin-left:15px;
}
#two {
	text-align:left;
	margin-left:15px;
}
#three {
	text-align:left;
	margin-left:15px;
}
#four {
	text-align:left;
	margin-left:15px;
}
#five {
	text-align:left;
	margin-left:15px;
}
#six {
	text-align:left;
	margin-left:15px;
}
#seven {
	text-align:left;
	margin-left:15px;
}
#eight {
	text-align:left;
	margin-left:15px;
}
#nine {
	text-align:left;
	margin-left:15px;
}

.rightColumn{
	position:relative;
	width:300px;
	height:auto;
	margin-left:25px;
	vertical-align:top;
	float:left;
}

.albumHeader{
	position:relative;
	width:300px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	overflow:hidden;
	float:left;
}

.albumHeaderMain{
	width:85px;
	overflow:hidden;
	float:left;
}

.albumHeaderSub{
	color:#ffffff; /* SECONDARY HEADER TEXT COLOR */
	width:105px; 
	overflow:hidden;
	float:left;
}

.albumContent{
	position:relative;
	width:300px;
	height:auto;
	background-color:#FFFFFF;
	margin-bottom:20px;
	float:left;
}

.playlist{
	border:#CCCCCC 1px solid;
	width:298px;
	height:auto;
	padding-top:5px;
	padding-bottom:10px;
}

.singleHeader{
	position:relative;
	width:300px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	overflow:hidden;
	float:left;
}

.singleHeaderMain{
	width:auto;
	overflow:hidden;
	padding-right:5px;
	float:left;
}

.singleHeaderSub{
	color:#ffffff; /* SECONDARY HEADER TEXT COLOR */
	width:auto; 
	overflow:hidden;
	float:left;
}

.singleContent{
	position:relative;
	width:300px;
	height:115px;
	background-color:#FFFFFF;
	margin-bottom:20px;
	float:left;
}

.playlistSingle{
	border:#CCCCCC 1px solid;
	width:298px;
	height:auto;
}

.widgetHeader{
	position:relative;
	width:300px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	overflow:hidden;
	float:left;
}

.widgetHeaderMain{
	width:auto;
	padding-right:5px;
	overflow:hidden;
	float:left;
}

.widgetHeaderSub{
	color:#ffffff; /* SECONDARY HEADER TEXT COLOR */
	width:auto; 
	overflow:hidden;
	float:left;
}

.widgetContent{
	position:relative;
	width:300px;
	height:auto;
	background-color:#FFFFFF;
	margin-bottom:20px;
	float:left;
}

.galleryRightHeader1{
	position:relative;
	width:300px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	overflow:hidden;
	float:left;
}

.galleryRightHeaderMain1{
	width:auto;
	padding-right:5px;
	overflow:hidden;
	float:left;
}

.galleryRightHeaderSub1{
	color:#ffffff; /* SECONDARY HEADER TEXT COLOR */
	width:auto;
	overflow:hidden;
	float:left;
}

.galleryRightContent1{
	position:relative;
	width:300px;
	height:236px;
	margin-bottom:20px;
	background-image:url(../images/mariahcarey/gallery_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}

.newsFeedHeader{
	position:relative;
	width:300px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	overflow:hidden;
	float:left;
}

.newsFeedHeaderMain{
	width:auto;
	padding-right:5px;
	overflow:hidden;
	float:left;
}

.newsFeedHeaderSub{
	color:#ffffff; /* SECONDARY HEADER TEXT COLOR */
	width:auto;
	overflow:hidden;
	float:left;
}

.newsFeedContent{
	position:relative;
	width:298px;
	height:auto;
	margin-bottom:20px;
	border:solid 1px #CCCCCC; /* MAIN CONTENT BORDER COLOR */
	float:left;
}

.customRightHeader{
	position:relative;
	width:300px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	overflow:hidden;
	float:left;
}

.customRightHeaderMain{
	width:auto;
	padding-right:5px;
	overflow:hidden;
	float:left;
}

.customRightHeaderSub{
	color:#ffffff; /* SECONDARY HEADER TEXT COLOR */
	width:auto;
	overflow:hidden;
	float:left;
}

.customRightContent{
	position:relative;
	width:300px;
	height:236px;
	margin-bottom:20px;
	float:left;
}

.countdownRightHeader{
	position:relative;
	width:300px;
	height:35px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000; /* SECONDARY HEADER TEXT COLOR */
	background-color:#cc9966; /* HEADER BACKGROUND COLOR */
	line-height:35px;
	overflow:hidden;
	float:left;
}

.countdownRightHeaderMain{
	width:auto;
	padding-right:5px;
	overflow:hidden;
	float:left;
}

.countdownRightHeaderSub{
	color:#ffffff; /* SECONDARY HEADER TEXT COLOR */
	width:auto;
	overflow:hidden;
	float:left;
}

.countdownRightContent{
	position:relative;
	width:300px;
	height:139px;
	margin-bottom:20px;
	float:left;
	background-image:url(../images/mariahcarey/countdown_bg.jpg);
	background-repeat:no-repeat;
}

.icon{
	height:35px;
	width:40px;
	float:right;
}

</style>
