*{
	margin: 0px;
	padding: 0px;
}
body{
	background: #5D7784 url(../images/bg_body_flowers.png) repeat-x fixed left bottom;
}

#artwork{
	height: 400px;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg_cd_artwork.png) no-repeat scroll center top;
}

span#musicnotes{
	background: url(../images/bg_music_notes.png) no-repeat 15px 15px;
	display: block;
	height: 50px;
	width: 215px;
}
span#musicnotes a{
	background: url(../images/bg_music_notes.png) no-repeat 15px 15px;
	display: block;
	height: 50px;
	width: 215px;
	text-indent: -9000px;
	overflow: hidden;
}

ul#links{
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
}
ul#links li{
	float: left;
}
ul#links li a{
	text-indent: -9000px;
	display: block;
	overflow: hidden;
	float: left;
	height: 44px;
}

li#myspace,
li#myspace a,
li#facebook,
li#facebook a,
li#itunes,
li#itunes a,
li#cdbaby,
li#cdbaby a{
	background-image:url(../images/bg_links_nav.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
	}

li#myspace,
li#myspace a{
	background-position: 0px 0px;
	width: 132px;
}
li#myspace a:hover{
 background-position: 0px -44px;
}

li#facebook,
li#facebook a{
	background-position: -132px 0px;
	width: 123px;
}
li#facebook a:hover{
 background-position: -132px -44px;
 }


li#itunes,
li#itunes a{
	background-position: -255px 0px;
	width: 105px;
}
li#itunes a:hover{
	background-position: -255px -44px
}

li#cdbaby,
li#cdbaby a{
	background-position: -360px 0px;
	width: 110px;
}
li#cdbaby a:hover{
	background-position: -360px -44px;
}

#newsWrapper{
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	clear: both;
	background: url(../images/bg_trans.png);
}
.newsItem{
	width: 470px;
}
.newsItem:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.newsContent{
	float: left;
	width: 410px;
	padding-bottom: 25px;
}
.newsContent h2{
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #F5E09F;
}
.newsContent p{
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #D0C392;
	margin-right: 40px;
	margin-bottom: 15px;
}
.newsContent p a{
	color: #D0C392;
}
.newsContent p a:hover{
	color: #EFE1A8;
	text-decoration: none;
}
.newsDate{
	float: left;
	width: 60px;
	text-align: center;
}
.newsDate h3{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #445862;
	background: #F5E09F;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px dashed #516772;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 40px;
}
.newsDate h4{
	font: normal 20px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #F5E09F;
	width: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #5D7784;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #94412F;
	padding: 5px;
	opacity: 0.85;
	background: #F5DF9E;
	}
#tooltip h3{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #B75634;
}

#audioPlayer{
	width: 450px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
