html {
	background-color:#333;
}

body {
	}

#nav {
	position: absolute;
	top: 50px;
	left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 350px;
}

#nav a {
	width: 17px;
	height: 17px;
	margin: 2px;
	padding: 5px;
	text-decoration: none;
	color: #999;
	}

#nav li {
	width: 17px;
	height: 17px;
	margin: 2px;
	padding: 5px;
	float: left;
	display: block;
}

#nav li.on a {
	color: #FFF;
	}
	
#stories {
	position: absolute;
	top: 160px;
	left: 40px;
	width: 350px;
	height: 300px;
	color: #222;
	background-image: url(stories.gif);
	}
	
#seta {
	position: absolute;
	top: 500px;
	right: 26px;
	width: 40px;
	height: 30px;
	background-image: url(seta.gif);
}
	

#photobox {
	position: absolute;
	top: 70px;
	right: 26px;
	width: auto;
	}
	
#photo {
	width: 100%;
	}
	
#photo img {
	float: right;
	background-color: #222;
}
	
#outras {
	position: absolute;
	top: 70px;
	left: 100%;
	height: 490px;
	width: 3354px;
	}
	
.photos {
	float: left;
	display: block;
	background-color: #222;
	margin-right: 26px;
	width: auto;
	}