@charset "utf-8";
/* CSS Document */
#Header {
	margin: auto;
	width: auto;
	float: none;
}
#Left-col {
	margin: auto;
	width: 380px;
	float: left;
}
#Right-col {
	margin: auto;
	float: right;
	width: 386px;
}
#Cell {
	margin: auto;
	width: 386px;
	float: left;
	height: 270px;
}


