@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: 226px;
	float: left;
}
.right_bar_inner {
	background-image: url(images/right_bar_bg.gif);
	background-repeat:repeat-y;
}

.right_bar_specs {
	width: 243px;
	float: left;
}

.right_bar ul {
	

}

.left_content {
	float:left;
	width: 450px;
}
.left_content_inner {
	padding: 14px 14px 14px 24px;
}

.content-wide {
	width: 670px;
	margin-left: 18px;
}

.img_LB {
	margin: 0px 0px 10px 10px;
	}

.img_RB {
	margin: 0px 10px 10px 0px;
}

#container {
	position: relative;
	left: -8px;
}
