#welcome {
	border-bottom:dashed 2px #CCCCCC;
	margin-left:5px;
}

/* #welcome h3 {
	/* position:relative;
	top:-5px;
}

#welcome p {
	position:relative;
	top:-5px;
} */

#recordings {
	float:left;	
	margin-right:0px;
	position:relative;
	left:-5px;
	border-right:dashed 2px #CCCCCC;
	width:215px;
}

#recordings h3 {
	/* position:relative;
	top:-5px; */
}

#right {
	float:left;
	
}

/* #right div {
	position:relative;
	top:-25px;
} */

#services {
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 10px;
	border-right:dashed 2px #CCCCCC;
	width:270px;
}

#listen {
	width:225px;
	float:left;
	padding-left:0px;
	padding-bottom:0px;
	margin-right:0px;
	margin-left:5px;
}

#listen div {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#listen ul {
	padding:0px;
	margin:0px;
	width:225px;
}
#listen ul li {
	list-style:none;
	margin:0px;
}
#listen a {
	text-decoration:none;
	display:block;
	background-image:url(../imagesRecording/playbutton.jpg);
	background-repeat:no-repeat;
	height:26px;
	padding: 8px 0px 0px 32px;
	color:#666666;
}
#listen ul a:hover {
	text-decoration:underline;
	color:#999999;
}

#facebook {
	border-top:dashed 2px #CCCCCC;
	margin-left:5px;
}
