/* CSS Document */
body 
	{
	margin:0;
	padding:0;
	background-color:#333333;
	background-image: url(../Images/Site/Jungle_BG.jpg);
	background-repeat: repeat;
	}

#siteWrapper
	{
	margin: auto;
	width: 975px;
	background-color: #DAF779;
	border: 3px solid #006600;
	}

#headerWrapper
	{
	padding-top: 0;
	width: 975px;
	border-bottom: 3px solid #006600;
	}
	
	#header
		{
		height:100px;
		background-image:url(../Images/Site/Header.jpg);
		background-repeat: no-repeat;
		z-index:0;
		}
		
		#headerNavigation
			{
			float:right;
			width:142px;
			z-index:1;
			border: 1px solid #00CC00;
			}


#leftMenu
	{
	float: left;
	width:160px;
	background-repeat:repeat;
	background-image:url(../Images/Site/menu-BG-Gold.jpg);
	border-right: 3px solid #006600;
	border-bottom: 3px solid #006600;
	}
	
	#leftMenu li
		{
		margin-left:-30px;
		list-style:none;
		}

	
#siteContent
	{
	border-bottom: 3px solid #006600;
	}
	
#footer
	{
	width: 973px;
	clear:both;
	}

	#footerMenu
		{
		padding:3px;
		}
		
#albumList
	{
	margin: auto;
	width:750px;
	list-style-type: none;
	}

	#albumList li
		{
		display: inline;
		}
	
	#albumList img
		{
		border-top-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 2px;
		margin: 5px;
		}	
	#albumList a
		{
		color:#006600;
		}