/*  GENERAL LAYOUT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

		body  {
			background: #EDEBE3 url("../images/bg_tile.gif");
			margin: 0 0 0 0;
			text-align:center;
			height:100%;
		}
		
		#container {
			width: 803px;
			margin: 0 auto 0 auto;
			display: block;
			padding: 0 0 0 0;
			font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
			font-size: 10pt;
			color: #817A68;
			text-align:left;
			background: #EDEBE3;
			position:relative;
		}
		
		#container table {
			margin: 0 auto 0 auto;
			display: block;
			padding: 0 0 0 0;
			font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
			font-size: 10pt;
			color: #817A68;
			text-align:left;
			background: #EDEBE3;
			position:relative;
		}

		
		#container h1 {
			width: 803px;
			height: 153px;
			text-indent: -9999px;
			background: url("../images/header_sindisa_foundation.jpg") left top no-repeat;
			display:block;
			margin: 0; 
			padding: 0;
		}
		
		#container h2.animation {
			position:absolute;
			width: 126px;
			height: 152px;
			top: 69px;
			left: 668px;
			z-index: 100;
			display:block;
			margin: 0; 
			padding: 0;
			text-indent: -9999px;
			background: url("../images/photo_frame_top.gif") left top no-repeat;
		}
		
		#copyright {
			padding: 0px 65px 0px 65px;
			background: #F2F1EB;
			text-align:center;
			font-size: 8pt;
			margin: 40px 0 0 0;
			border-top: solid 1px #E2DFD6;
			border-bottom: solid 1px #EDEBE3;
		}
		
		#spacer {
			margin: 40px;
		}
		
		h2 {
			font-size: 14pt;
		}
		
		#charity_link {
		padding:0 0 20px 0;
		}
		
		
/*  ------- SITE NAVIGATION ------------------------------------------------------------------------------------------------------------------------------- */
		
		#navigation {
			width: 100%;
			background: #F2F1EB url("../images/bg_menu_bar.gif") left top; 
			height: 25px;
			position:relative;
			text-align:right;
		}
		
		#navigation ul {
			list-style: none;
			display:inline;
			position:relative;
			left: -180px;
			top: 4px;
			padding: 2px 0 2px 0;
		}
		
		#navigation ul li {
			display: inline;
		}
		
		#navigation ul li a {
			color: #817A68;
			text-decoration: none;
			padding: 1px 3px 3px 3px;
		}
		
		#navigation ul li a:hover {
			color: #222222;
			background: white;
			text-decoration: none;
			border-bottom: solid 2px #E2DFD6;

		}
		




/*  STYLES FOR SITE ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

		a {
			color: #6D8C44;
			text-decoration: none;
		}
		
		a:hover {
			color: #4B6A22;
			text-decoration: underline;
		}
		
		img.righter {
			float: right;
			margin: 0px 0px 0px 20px;
			position:relative;
			top:-5px;
			left: 5px;
		}
		
		img.lefter {
			float: left;
			margin: 0px 20px 0px 0px;
			position:relative;
			top:-5px;
			left:-5px;
		}