.main {
	background-color: rgb(153, 255, 255);
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	width: 646px;
	font-size: 14px;
}

.center {
  background-color: rgb(153, 255, 255);
  width: auto;
  height: 100%;
  vertical-align: top;
}

.rightSideBar {
  background-color: rgb(153, 255, 255);
  float: right;
  margin-left: 5px;
  width: 120px;
  height: 100%;
  vertical-align: top;
}

.leftSideBar {
	background-color: rgb(153, 255, 255);
	float: left;
	width: 320px;
	height: 100%;
	vertical-align: top;
}

.footer {
  clear: both;
}