@charset "utf-8";
/* CSS Document */

#main_container {
	width:954px;
	height:auto;
	margin:auto;
}
.give_feedback {
	width:78px;
	height:80px;
	position:fixed;
	bottom:0px;
	right:0px;
}
#content_container {
	width:954px;
	height:auto;
	float:left;
	margin-top:15px;
}
#content_container_left {
	width:241px;
	height:auto;
	float:left;
}
#content_container_right {
	width:700px;
	height:auto;
	float:right;
}

#content_container_left_inner {
	width:241px;
	height:auto;
	float:right;
}
#content_container_right_inner {
	width:700px;
	height:auto;
	float:left;
}

