body {
	background: url(body.gif) repeat;
}

a {
	color: #66cc99;
}

#container-1 {
	background: url(container.gif) repeat-y;
}

#container-2 {
	background: url(header.gif) no-repeat center top;
}

#footer-1 {
	background: #a8a8a8 url(footer.gif) no-repeat;
}

#footer-2 {
	color: #f3f3f3;
}

/* Navigation */

#nav-3 ul li.page_item a {
	border-top: 1px solid #6699cc;
	border-bottom: 1px solid #336699;
	color: #d3e7f4;
}

#nav-3 ul li.page_item a:hover {
	background: #567da4;
	color: white;
}

/* Level 1 */

#nav-3 ul li.current_page_item a {
	background: #3e5a70;
	border-top: 1px solid #304961;
	border-bottom: 2px solid #4f6572;
}

#nav-3 ul li.current_page_item a:hover {
	background: #283947;
}

#nav-3 ul li.current_page_parent a {
	background: #3e5a70;
	border-top: 1px solid #304961;
	border-bottom: 2px solid #4f6572;
}

#nav-3 ul li.current_page_parent a:hover {
	background: #283947;
}

/* Level 2 */

#nav-3 ul li.page_item ul li.page_item a {
	background: #3e5a70;
	border-top: none;
	border-bottom: none;
}

#nav-3 ul li.page_item ul li.page_item a:hover {
	background: #283947;
	border-top: none;
	border-bottom: none;
}

#nav-3 ul li.page_item ul li.current_page_item a {
	background: #283947;
	border-top: none;
	border-bottom: none;
}

#nav-3 ul li.page_item ul li.current_page_parent a {
	background: #283947;
	border-top: none;
	border-bottom: none;
}

/* Level 3 */

#nav-3 ul li.page_item ul li.page_item ul li.page_item a {
	background: #3e5a70;
	border-top: none;
	border-bottom: none;
}

#nav-3 ul li.page_item ul li.page_item ul li.page_item a:hover {
	background: #283947;
	border-top: none;
	border-bottom: none;
}

#nav-3 ul li.page_item ul li.page_item ul li.current_page_item a {
	background: #283947;
	border-top: none;
	border-bottom: none;
}

#nav-3 ul li.page_item ul li.page_item ul li.current_page_parent a {
	background: #283947;
	border-top: none;
	border-bottom: none;
}

/* Level 4 */

#nav-3 ul li.page_item ul li.page_item ul li.page_item ul li.page_item a {
	background: #3e5a70;
	border-top: none;
	border-bottom: none;
}

#nav-3 ul li.page_item ul li.page_item ul li.page_item ul li.page_item a:hover {
	background: #283947;
	border-top: none;
	border-bottom: none;
}

#nav-3 ul li.page_item ul li.page_item ul li.page_item ul li.current_page_item a {
	background: #283947;
	border-top: none;
	border-bottom: none;
}

#nav-3 ul li.page_item ul li.page_item ul li.page_item ul li.current_page_parent a {
	background: #283947;
	border-top: none;
	border-bottom: none;
}