/* css_IDs.css */
/* ID selectors go second. Think of active articles that apply to a specfic something: "the apple" */

#pageContainer {
	width: 769px;
}

#contentContainer {
	background-color: #ffffff;
	padding-left: 5px;
	padding-bottom: 5px;
}

#footerContainer {
	margin-left: 5px;
}


#navigationLinks {
	margin-left: -5px;
	background-color:#b4cae4;
	font-size:12pt;
	font-weight:bold;
	width:769px;
}