/* CSS Document */
/* HTML Tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background: #f2f2f2 url(../images/background/background.jpg) top left repeat-x;
	color: #3F3F3F;
	margin:0px;
	font-size:12px;
}
div {
	float:left;
	visibility:visible;
}
h1 {
	font-size:24px;
	font-weight:normal;
	margin: 20px 0px 0px 20px;
}
h2 {
	font-size:18px;
	font-weight:normal;
	margin: 20px 0px 0px 20px;
}
p {
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	margin: 12px 0px 12px 0px;
	padding: 0px 10px 0px 20px;
}
ul {
	line-height:20px;
	margin: 12px 0px 12px 0px;
	padding: 0px 10px 0px 90px;
}
img {
	border:0px;
}
td {
	vertical-align:top;
}
table {
	margin: 0px 0px 0px 0px;
}
/* Classes*/
.floatLeft {
	float:left;
	padding: 0px 20px 0px 0px;
}
.floatRight {
	float:right;
	padding: 10px 0px 0px 20px;
}
.songTitle {
	font-weight:bold;
}
.artist {
	font-weight:bold;
}
.newSection {
	width:100%;
}
.splitIn2 {
	float:left;
	width:50%;
	text-align:center;
	vertical-align:bottom;
}
.splitIn3 {
	float:left;
	width:33%;
	text-align:center;
	vertical-align:bottom;
}

/* Page Structure */
#pageHolder {
	margin: 0px auto 0px auto;
	width:952px;
	float:none;
	}
#topBackground {
	background: #FFF url(../images/background/topLayout.jpg) top left no-repeat;
	width: 952px;
	height: 214px;
	margin: 0px auto 0px auto;
}
#header {
	float:left;
	margin: 40px 0px 0px 10px;	
	}
	#logos {
	
	}
	#callStreetTalk {

	}
	#topMenu {
	
	}
	#pinkBanner {
	
	}
#wrapper {
	float:left;
	background: #FFF url(../images/background/wrapper.jpg) top left repeat-y;
	width: 952px;
	margin: 0 auto 0px auto;
}
	#leftMenu{
	float:left;
	width:217px;
	margin: 0px 0px 0px 10px;
	background-color:#031681;
	}
	#content {
	float:left;
	width:710px;
	margin: 0px 0px 0px 0px;
	}
	#pageMenu {
	width:710px;
	}
	#pageContent {
	width:710px;
	}	
#footer {
	margin: 0 auto 0px auto;
	background: #FFF url(../images/background/footer.jpg) bottom left no-repeat;
	clear: both;
	height: 65px;
	width: 952px;
}