@CHARSET "UTF-8";

/* CSS Document */

#header {
    background: url(../images/header/header.jpg) no-repeat #2B4850;
}

#centerPaneBgTop {
	background: url(../images/content/contentBgTop.jpg) no-repeat;
	background-position: top left;
}

#centerPaneBgMid {
    background: url(../images/content/contentBgMid.jpg) repeat-y;
}

#centerPaneBgBtm {
    background: url(../images/content/contentBgBtm.jpg) no-repeat;
    background-position: bottom left;
}

#printIcon {
	background: url(../images/content/print.png) no-repeat;
}

#toursLink {
	background: url(../images/footer/menuImages/footerImgTours.jpg) no-repeat;
}

#mapsLink {
	background: url(../images/footer/menuImages/footerImgMaps.jpg) no-repeat;
}

#photoLink {
	background: url(../images/footer/menuImages/footerImgPhotos.jpg) no-repeat;
}

#admin {
	background: url(../images/footer/admin.jpg) no-repeat;
}

#jobs {
	background: url(../images/footer/footerImagesJobz.jpg) no-repeat;
}

#footerTrans .bar {
	background: url(../images/footer/footerImagesSpacer.jpg) no-repeat;
}

#italy {
	background: url(../images/footer/flags/footerImgItalian.jpg) no-repeat;
}

#japan {
	background: url(../images/footer/flags/footerImgJapan.jpg) no-repeat;
}

#spain {
	background: url(../images/footer/flags/footerImgSpanish.jpg) no-repeat;
}

#swedan {
	background: url(../images/footer/flags/footerImgSwedish.jpg) no-repeat;
}