@CHARSET "UTF-8";

/* CSS Document */

/******************/
/* background div */
/******************/

#backgroundContent {
    background: url(../images/content/contentBg.jpg) no-repeat;
    background-position: top;
}

#subPageBg {
    background: url(../images/subPages/subPageBgVisitors.jpg) no-repeat;
}

.visitors {
	background: url(../images/subPages/subPageBgVisitors.jpg) no-repeat;
}

.chamber {
    background: url(/templates/public/wireframe/images/subPages/subPageBgChamber.jpg) no-repeat;
}

.community {
    background: url(../images/subPages/subPageBgCommunity.jpg) no-repeat;
}

#directoryContent {
	background: url(../images/content/directoryBg.jpg) no-repeat;
}

/***************/
/* content div */
/***************/

#contentHome2 {
	background: url(../images/home/welcomeHome.jpg) no-repeat;
	padding-bottom: 2px;
}

#contentHome {
    background: url(/templates/public/wireframe/images/home/safariBg.jpg) no-repeat;
}

#contentRight {
    background: url(../images/content/eventsNewsBg.jpg) repeat-y;
}
#contentCenter {
    background-color: #FFFFFF;
}

/****************/
/* content left */
/****************/

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

/****************/
/* footer image */
/****************/

a#logoLink {
    background-image: url(../images/footer/footerLogo.jpg);
    background-repeat: no-repeat;
}