/* CSS Document */

.menu
	{
	float:left;
	width:30%;
	height: 150px;
	}

.main
	{
	float:left;
	width:70%;
	height: 150px;
	}

.foot
	{
	clear:left;
	height: 20px;
	}
.head
	{
	height: 20px;
	}
	.bodycolor {
	background-color: #93C9E3;
}
