@charset "utf-8";
/* CSS Document */

#LeftCol {
	width:170px;
	float:left;
}

#RightCol {
	width:330px;
	float:right;
}

#MiddleCol {
	margin: 0 330px 0 170px;
	padding: 0 30px 0 30px
}
