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