/* CSS Document */

/*********** HEADER ***********/
div#headerContainer { 
	background-color: #FFFFFF; 
	background-image: url(../images/header-background.gif); 
	padding: 0; 
	width: 750px; 
	height: 110px; 
}
div#headerLogo { 
	background-image: url(../images/Project-Peace-Logo.gif); 
	background-repeat: no-repeat; 
	padding: 0; 
	width: 175px; 
	height: 110px; 
	float: left; 
}
div#headerText { 
	margin-left: 100px; 
	padding: 10px; 
	height: 50px; 
	width: 350px;
	font-size: 16px;
	line-height: 17px; 
	color: #6699CC;
}
div#headerNav { width: auto; height: auto; margin-left: 100px; padding: 10px; color: #2e2100; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 14px; 
}
div#headerspacer {
	background-color: #6699CC; 
	height: 5px;
}