body {
	background: #1D1E21 none repeat scroll 0 0;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,Verdana,sans-serif;
}

a {
	color: #F1F1F1;
	text-decoration: none;
}


a:visited {
	color: #F1F1F1;
	text-decoration: none;
}

a:hover {
	color: #F1F1F1;
	text-decoration: underline;
}

#menu {
	padding: 35px 0 0 0;
	position: relative;
	width: 450px;
	text-align: center;	
	margin: 0 auto;
}
 
#menu div.entry {
	width: 100px;
	cursor: pointer;
	display: inline-block;
	margin: 0 4px;
	color: #F1F1F1;
}

.entry .orange {
	background:#F36B22 none repeat scroll 0 0;
	display:block;
	padding: 20px 0 20px 0;
}

.entry .blue {
	background:#1D93C2 none repeat scroll 0 0;
	display:block;
	padding: 20px 0 20px 0;
}

.entry .green {
	background:#9ECB3B none repeat scroll 0 0;
	display:block;
	padding: 20px 0 20px 0;
}
 
#arrow {
	height:75px;
	position:absolute;
	top:22px;
	width:108px;
	z-index:-1;
	display: none;
	background-color: #F1F1F1;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius:5px;
}

#content-wrap {
	margin: 0 auto;
	padding: 25px;
	width: 650px; 
	height: 350px;
	background: #F1F1F1 none repeat scroll 0 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 6px 6px 10px #000000;
	-webkit-box-shadow: 6px 6px 10px #000000;
}

#content-outer {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}
 
#content-inner {
	text-align: left;
	height: 100%;
	position: relative;
}
 
#content-inner .panel {
	float: left;
	width: 650px;
	height: 100%;
	position: relative;
}

.panel .green {
	width: 100%;
	height: 100%;
	background:transparent url(../images/berlin.jpg) no-repeat scroll left top;
}
 
.panel .blue {
	width: 100%;
	height: 100%;
	background:transparent url(../images/caminha.jpg) no-repeat scroll left top;
}
 
.panel .orange {
	width: 100%;
	height: 100%;
	background:transparent url(../images/london.jpg) no-repeat scroll left top;
}

.blue-box {
	padding: 10px;
	background-color: #1D93C2;
	display: block;
	float: left;
	margin: 30px 0 0 20px ;
	width: 250px;
	-moz-box-shadow: 2px 2px 10px #0F0F0F;
	-webkit-box-shadow: 3px 3px 10px #0F0F0F;
}

.green-box1 {
	background-color:#9ECB3B;
	display:block;
	float:left;
	margin:30px 0 0 20px;
	padding:10px;
	width:246px;
	-moz-box-shadow: 2px 2px 10px #0F0F0F;
	-webkit-box-shadow: 3px 3px 10px #0F0F0F;
}

.green-box2 {
	background-color:#9ECB3B;
	display:block;
	float:left;
	margin:30px 0 0 25px;
	padding:10px;
	width:295px;
	-moz-box-shadow: 2px 2px 10px #0F0F0F;
	-webkit-box-shadow: 3px 3px 10px #0F0F0F;
}

.orange-box {
	padding: 10px;
	background-color: #F36B22;
	display: block;
	float: left;
	margin: 30px 0 0 350px ;
	width: 220px;
	-moz-box-shadow: 2px 2px 10px #0F0F0F;
	-webkit-box-shadow: 3px 3px 10px #0F0F0F;
}

.photo-caption {
	background:#000000 none repeat scroll 0 0;
	bottom:0;
	color:#FFFFFF;
	font-size:0.7em;
	right:25px;
	opacity:0.8;
	padding:5px 10px 5px 5px;
	position:absolute;
}

#copy-note {
	color:#969696;
	font-family:verdana,serif;
	font-size:0.6em;
	text-align: center;
	margin: 20px auto;
}
