#navBar{
	float: left;
	width: 20%;
	background-color: #FFCC66;
	text-align: center;
}

#headlines{
	float:right;
	width: 20%;
	background-color: #FFCC66;
	text-align: center;
}

#content{
	width: 59%;
	background-color: #FFFFCC;
	cursor: text;
	border: medium outset #970026;
	text-align: center;
	float: right;
}

