.outer
	{
	width:800px;
	padding: 10px;
	margin:0 auto 0 auto;
	}

.menu
	{
	float:left;
	width:220px;
	height: 200px;
	background: url(../image/leftmenu_back.gif)
	}

.main
	{
	float:left;
	width:570px;
	height: 200px;
	}
.clears{
  clear:both;
}
.foot
	{
	clear:left;
	height: 26px;
	width: 790px;
	}

.table
	{
	position:relative;
	border-width: 5px;
	border-color:blue;
	}
		
.head
	{
	height: 101px;
	width: 790px;
	}
.clears{
  clear:both;
}

#table1{
	top:30px;
	left:30%;
	}

#table2{
	left:30%;
	}

#table3{
	border-with: 5ox;
	border-color:blue;
	position:relative;
	}
