#container {
	display: block;
	margin: -10px auto 0 auto;
	width: 1000px;
	min-height: 600px;
	position: relative;
	background: #D4DFC6;
	border-color:#fff;
	border-width:  0px 16px 16px 16px;
	border-style: solid;
}
/***** HEADER IMAGE FORMATTING *****/
#header {
	background: url(images/header.png) top left no-repeat;
}


/***** NAVIGATION BAR FORMATTING *****/

ul#NaviBar {
	margin:0;
	padding: 0 0 0 12px;
	list-style: none;
	width: 988px;
	float: left;
	background: url(images/header.png) no-repeat left -296px;
	font-size: 13px;
}

ul#NaviBar li {
	float: left;
}

ul#NaviBar li.first {
	border-left: none;

}

ul#NaviBar a {
	display: block;
	border: 2px solid #fff;
	border-bottom: 0;
	float: left;
	padding: 0 0.9em;
	line-height: 28px;
	text-decoration: none;
	color: #000;
	background: #D4DFC6 url(images/navBar.gif) repeat-x left bottom;
	margin: 0 8px 0 0;
}

ul#NaviBar a:hover {
	background: #D4DFC6;
	text-decoration: none;
}

ul#NaviBar li.current_page_item a, ul#NaviBar li.current_page_parent a  { 
	color: #000; 
	background: #D4DFC6;
	text-decoration: none;
}
