/* CSS FILE FOR BG 1 - YELLOW */

body {
	background:#102232 url(../../images/bg/bg-2.jpg) no-repeat 50% 46px; 
}

#top-nav ul li a { border-top:3px solid #000; }

#top-nav ul li a:hover { border-top:3px solid #e2b82f; }

#top-nav ul li.current_page_item a, #top-nav ul li.current_page_parent a { border-top:3px solid #e2b82f; }

div#default-page #content-b h2 { background-color:#e2b82f; }

#sidebar ul li a:hover { background:#e2b82f; color:#444; }

/* WHITE TEXT USED FOR THIS IMAGE AS THE YELLOW / LIGHT GREY IS TOO CLOSE IN TONE */
div#default-page #content-b h2 { color:#fff; }

