#title  {
	position : absolute;
	height : 56px;
	top : 5px;
	background-color : orange;
	text-align : center;
	width : 80%;
	left : 10%;
	border-style : outset;
	border-width : thin;
}

#main  {
	top : 70px;
	position : absolute;
	left : 15%;
	width : 82%;
	border-width : thin;
	border-style : solid;
	border-color : Black;
	border-right-width : 10px;
	padding-left : 10px;
	overflow : none;
	padding-bottom : 20px;
}

#menu  {
	width : 12%;
	top : 70px;
	position : absolute;
	background-color : orange;
	text-align : center;
	left : 1%;
	border-style : outset;
	border-width : thin;
	padding-bottom : 100px;
}

