#sidebar{
	position: relative;
	width: 300px;
	float: right;
	margin-top: 20px;
}
#sidebar h3{
	float: left;
  width: 300px;
  height: 35px;
  overflow: hidden;
	font-size: 30px;
	font-family: Garamond;
	color: rgb(50,50,50);
}

.rank_content{
	width: 280px;
	margin: 10px;
	float: left;
     position: relative;
}

.rank_content p{
	font-family: Garamond;
	font-size: 20px;
    margin: 0 10px;
}

.rank_content h4{
	float: left;
	font-size: 25px;
    height: 55px;
    width: 180px;
  overflow: hidden;
	margin-top: 15px;
	font-family: Garamond;
	color: rgb(50,50,50);
}

.rank_content_img{
	float: left;
     position: relative;
     width: 75px;
     height: 75px;
     margin: 10px;
}
.rank_content_img img{
     position: absolute;
}

.rank_label{
	position: absolute;
	bottom: 10px;
	right: 15px;
}
.rank_label img{
	float: left;
}
.rank_label p{
	float: left;
}

.sidebar_div{
	float: left;
	margin-bottom: 20px;
}

#side_other{
	float: left;
	width: 300px;
	min-height: 150px;
	background-color: #eeeeee;
}

#side_ad2{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777777;
	padding: 20px 0 0 0;
}
#side_ad2 img{
	width: 100%;
	height: auto;
}

#side_ad3{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777777;
	padding: 20px 0 0 0;
}
#side_ad3 img{
	width: 100%;
	height: auto;
}



