#mainarea {
	height: auto; /*-- overrides 450px from lesson.css --*/
	margin-left: 157px;
}

#menu {
	margin-left: 30px;
	width: 95%;
}

/*-- format the menu list --*/
#menu ul {
	list-style-type: none;
}

/*-- format the border around the menu list items --*/
#content #menu ul li { 
	margin: 1.2em 0;
	position: relative;
	font-size: 1em;  /*-- set the size of the text links --*/
}

/*-- format the menu text links  --*/
#content #menu ul li a {
	display: block;
	color: #036;  /*-- set the color of the text links --*/
	font-weight: bold;
	text-decoration: none;
	border-left: 10px solid #F7F2CA;
	padding-left: 20px;
}


/*-- format the rollover style of the menu links --*/
#content #menu ul li a:hover {
	color: #FF9900;
	border-left: 10px solid #FF9900;
	
}

#content ul li {
	margin: .2em 0;
}

#navcont {
	left: 5px; 
	width: 137px;  /*-- set the horizontal size of the left-hand nav container --*/
	height: 240px;
	position: absolute; 
	top: 140px;  /*-- set distance from top of screen --*/
	background-color: none;
}

#navcont p {
	font-size: 0.8em;
	padding: 8px;
}	