@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	background-color:#fff;
}
#main_wrapper {
	width:980px;
	margin:0 auto;
}
#content_container {
	margin:0 0 10px 0;
	overflow:hidden;
}
#left_content {
	width:700px;
	overflow:hidden;
	float:left;
}
#left_col {
	width:200px;
	float:left;
	margin:0 20px 0 0;
	height:100%;
}
#right_col {
	float:right;
	width:250px;
	margin:0;
}
#left_content {
	float:left;
	width:710px;
}
#middle_content {
	float:left;
	width:490px;
}
#right_content {
	float:left;
	width:760px;
}

#full_content {
	width:100%;
}
