
    
    /* brand */
    a#brand {
        background:transparent url(../img/css/logo.gif) 0 0 no-repeat;
    }
    
    /* Blog Header */
    .home-page #blog h2 {
	    background:transparent url(../img/css/bg_h2-home-blog.gif) 0 0 no-repeat;
	}
	
	/* Visitor's Guide */
	.home-page #visitorsguide {
	    background:transparent url(../img/css/bg_home-visitorsguide.gif) 0 0 no-repeat;
	    }
	    
	    .home-page #visitorsguide h2 {
		    background:transparent url(../img/css/bg_h2-home-visitors.gif) 0 0 no-repeat;
		    }
    
    /* Navigation */
    #nav a {background:transparent url(../img/css/bg_nav.gif) 0 0 no-repeat; display:block; height:44px;}
    
