#container{
}
#top {
	background-image: url(/images/blue/header.jpg);
}
#nav {
	background-image: url(/images/blue/menu-bar.png);
}
#content {
	background: #fff url(/images/blue/footer.jpg) no-repeat bottom;
}

/* MENU COLORS */
.webfx-menu-bar {
}

.webfx-menu {
	border:	solid 1px #56828e;
}
.webfx-menu a:hover {
	background-color: #eaf2ff;
	border:	1px solid #4596E4;
}