/* CSS Document */
/* This code removes the nav divider that would show up in the header only 
    it is used for the photo albums */


	#container {
	background-image:url(../g/aura_page_background._nonavpng.gif);
	background-repeat:repeat-y;
		}
		
			#containerfoot {
		background-image:url(../g/foot_onecolumn.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		}
	#containerfootcontent {
		margin:0 11px 0 11px;
		padding:15px;
		}
