	#banner {
	position: absolute;
	width:660px;
	height: 100px;
	top:0px;
	left:100px;
	border-bottom: 1px solid #249662; 
	border-bottom-width:1px;
	visibility: visible;
	z-index: 19;
		}
	
	#main {
	position:absolute;
	height: 2000px;
	width:460px;
	top:100px;
	left:79px;
	padding: 0px 0px 0px 20px;
	z-index: 2;

}

	#content {
	position:absolute;
	height: 2000px;
	width:420px;
	top:110px;
	left:316px;
	padding: 0px 0px 0px 20px;
	z-index: 3;


}		


	#menu {
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width:100px;
	background-color:#c5d5ab;
	text-align:center;

	z-index: 9;
	}
	
	
