@charset "utf-8";
/* CSS Document */

/* Section Header */
#section-header { 
	background-image: url(../img/section-header-link.jpg);
}
.section-home #section-header {
	background-image: url(../img/home-page/section-header.jpg);
}
#section-title { left: 20px; top: 45px; width: 75px; height: 24px; }

/* Sub-Section */
.content-page #section-header {
	background-image: url(../img/section-header-link.jpg);
}


/* Image below the Local Navigation */
#section-photo { background-image: url(); height: 109px; }

/* Custom hr-style div */

div.separator{
background-image: url(../img/separator.jpg); width: 570px; height: 1px; margin-top: 2em; margin-top: 2em;
}

