/* -------------------------------- html -------------------------------- */
body {
	background-color:#D6EBD9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
img {
	border:0;
}
ul {
	margin:0;
	padding:0;
}
ul li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}
a{
	color:black;
}
/* -------------------------------- Layout -------------------------------- */
#container {
	margin: 25px auto 0 auto;
	width:900px;
	height:650px;
	background-color:white;
	background-image:url(../img/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	font-size:0.8em;
	text-align:center;
}
#header {
	height:140px;
	background-image:url(../img/header-bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	border-bottom: 4px solid #FFD600;
	text-align:left;
}
#header img {
	margin-left:70px;
}
#kangaroo {
	float:right;
}
#kangaroo img {
	margin-left:0;
	margin-right:70px;
}
#main h1 {
	font-size:1.2em;
}
#main h2 {
	font-size:1em;
}
#content{
	
}
#content table {
	width:800px;
	margin: 10px auto 30px auto;
	border-spacing:30px;
}
#content table th {
	border: 2px solid #F2F7EF;
}
#content table td {
	vertical-align:top;
}	
#content h1{
	margin-top:-20px;
}
#hiddenImages{
	display:none;
}
#credits {
	margin-top:20px;
	font-size:0.8em;
	text-align:center;
	width:100%;
}


