/*
Styling by Zachary A. Teska '12
*/
#d_all{
	width: 900px;
	height: 460px;
	padding: 10px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	background: url('images/bg_dancer_min.png') right no-repeat #fff;
}
#d_top_bar{
	background: url('images/d_header_some_dancer.png') top left no-repeat;
	height: 45px;
	background-color: #c78812;
	margin-bottom: 5px;
}
#d_player{
	float: left;
//	margin-left: 10px;
	margin-right: 5px;
//	width: 481px;
	height: 410px;
}
#d_r{
//	float: left;
//	padding-left: 5px;
	margin-right: 25px;
//	background: url('images/bg_dancer.png') top right no-repeat;
	height: 410px;
}
#d_bottom_bar{
//	visibility: hidden;
	clear:both;
	float: right;
	vertical-align: text-top;
	padding-bottom: 2px;
//	background-color: #ce8e00;
}
#d_side_share{
	float: right;
	text-align: center;
	width: 30px;
	background-color: #ce8e00;
	margin-top: 100px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
}
#d_side_share a img{
	text-decoration: none;
	border: 0 none;
}
#d_bottom_bar a img{
	text-decoration: none;
	border: 0 none;
}
