@charset "utf-8";
/* CSS Document */

.bodypanel {
	width:701px;
	background-image: url(images/body_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #ece9e6;
}

.right_bar {
	width: 243px;
	float: left;
}
.right_bar_inner {
	background-image: url(images/right_bar_bg.gif);
}

.right_bar_specs {
	width: 243px;
	float: left;
}

.right_bar ul {
	

}

.left_content {
	float:left;
	width: 440px;
}
.left_content_inner {
	padding: 14px 14px 14px 14px;
}

.img_LB {
	padding: 0px 0px 10px 10px;
	}

.img_RB {
	padding: 0px 10px 10px 0px;
}

#container {
	position: relative;
	left: -8px;
}
