@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/section-header.jpg);
}

.wide-content-page #main-content div.corner { 
	background-image: url(../img/section-header-corner.png);
}

.wide-content-page #main-content { 
	width: 580px !important;
	padding-left: 100px !important; 
	padding-right: 100px !important;
}

#section-title { left: 275px; top: 45px; width: 225px; height: 24px; }

/*Rounded corner of the section header*/
ul#local-nav li.first { background-image: url(../img/section-header-corner.png); }

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