/* RESET */
body, ul, h1 {
	margin: 0;
	padding: 0;
}
ul { list-style: none;}
a { text-decoration:none;}

body {
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	background: #ECB235 url(../images/index/light-source-trans.png) center top no-repeat;
}

#wrap {
	width: 700px;
	margin: auto;
}

h1 {
	background: transparent url('../images/index/logo2.png') center top no-repeat;
	height: 101px;
	margin-top: 30px;
}
	h1 span { display: none;}

#photos {
	margin: 20px 0;
	border: 10px solid #B07A1D;
	overflow:hidden;
	height: 330px;
}

#flags { text-align:center; }
	#flags a img { border:none;}
#flags ul li {
	display: inline;
	margin: 0 20px;
}

#footer {
	color: #fff;
	font-size: 11px;
}
	#footer p {
		margin: 20px 0 0 0;
	}
	
	#footer a,
	#footer a:visited {color:#fff;}
	#footer a:hover{text-decoration: underline;}
