@charset "utf-8";

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 700px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	margin-top: 0px;
	list-style-position: inside;
	border: 2px none #CCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	margin: 0px;
	border: 2px none #CCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.icon_border {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
}
.player_border {
	padding-right: 10px;
	padding-bottom: 110px;
	padding-top: 20px;
}

