@charset "utf-8";

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 806px;
	margin: 0px;
	border: 2px none #CCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
#lower_left {
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/index/toads%20car.png.jpg);
	padding-right: 15px;
	font-size: 70%;
	font-family: "Century Gothic";
	border: medium solid #999;
	padding-left: 10px;
	margin-top: 15px;
	margin-left: -180px;
}
#lower_right {
	float: right;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: none;
	font-size: 70%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: "Century Gothic";
	border: medium solid #999;
	margin-top: 15px;
	margin-left: -180px;
	margin-bottom: 15px;
}
#colour_box {
	background-color: #CBCF94;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #000;
	width: 500px;
	float: left;
}
#news {
	float: right;
	width: 269px;
	background-color: #F5F5F5;
	margin-right: 5px;
	font-size: 65%;
	padding-right: 3px;
	padding-left: 3px;
}

#container #sidebar2 #colour_box p #poster {
	padding-left: 10px;
	border: none;
}
#player_box {
	float: left;
	height: 145px;
	width: 110px;
	border: 2px solid #A16505;
	padding-top: 3px;
	font-size: 65%;
	font-weight: 600;
	line-height: 95%;
	color: #333;
}
#player_box_outer {
	height: 155px;
	width: 125px;
	border: 1px none #000;
	float: left;
}
.smaller {
	font-size: 75%;
}
#review_1 {
	float: left;
}
