
body, html {
	background-image: url("../_img/body-bg.gif"); 
	background-repeat: repeat-x;
	background-position: 0 0;
}

#container {
	background-image: url("../_img/container-bg.gif"); 
	background-repeat: repeat-y;
	background-position: 0 0;
}

#nested-container {
	background-image: url("../_img/nested-container-bg.gif"); 
	background-repeat: no-repeat;
	background-position: 0 0;
}

.imagereplace {
	margin: 0;
	font-size: 8px;
	text-indent: -5000px;
}

.standard ul li {
	background: url( "../_img/bullet.gif" ) 0 0.2em no-repeat;
}

#banner {
	background: url("../_img/banner-bg.jpg") no-repeat 0 0;
}

#header {
	background-image: url("../_img/header-bg.gif");
	background-repeat: no-repeat;
}

#footer {
	background-image: url("../_img/footer-bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

.standard table.photo td.image-caption {
	background-image: url("../_img/caption-bg.gif");
	background-repeat: no-repeat;
	background-position: 6px 50%;
}

div.image-caption {
	background-image: url("../_img/caption-bg.gif");
	background-repeat: no-repeat;
	background-position: 6px 50%;
	text-align: left;
	padding:2px;
	padding-left: 25px;
	margin-bottom: 10px;
}

img.imgThumb {
	border: 1px solid #777A7C;
}

#side_content_holder {
	background-image: url("../_img/side-bg.gif");
	background-repeat: repeat-y;
}


#side_footer {
	background-image: url("../_img/side-footer-bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

#printfriendly a {
	background: url("../_img/print.gif") no-repeat 0 7px;
}

#printfriendly a:hover {
	background: url("../_img/print-hover.gif") no-repeat 0 7px;
}

#login a {
	background: url("../_img/login-icon.gif") no-repeat 0 7px;
}

#login a:hover {
	background: url("../_img/login-icon-hover.gif") no-repeat 0 7px;
}

#logout a {
	background: url("../_img/logout-icon.gif") no-repeat 0 7px;
}

#logout a:hover {
	background: url("../_img/logout-icon-hover.gif") no-repeat 0 7px;
}

.jazzy table, table.te .jazzy table {
	background-image: url("/_img/ jazzy-table-bg.gif");
	background-repeat: repeat-x;
}

.jazzy table.te caption, .jazzy caption  {
	background-image: url("../_img/jazzy-caption-bg.gif");
	background-repeat: repeat-x;
}

.announcement {
	background-image: url("../_img/info.gif");
	background-repeat: no-repeat;
	background-position: 9px 9px;
}

.item_morelink {
	background-image: url("../_img/more.gif");
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
}

.pagemenu a.back {
	background-image: url("../_img/back.gif");
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
}
