body{ 
	padding: 0 5px;
	font-family: Verdana, sans-serif;
	background-color: #121212;
}
ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}


h1{
	margin:20px 0;
	color:#5B739C;
}
	h1 strong{
		font-size:13px;
		color:#777;
	}

.clear{
	clear:left;
}

#content,#master,.section{
	padding:0;
	margin:0;
	list-style:none;
}

#logo{
	position: relative;
	width:500px;
	background-color: #121212;
	height:110px;
}

#master{
	overflow:hidden !important;
	width:11580px;
	background-color: #121212;
	position:relative;
	height:460px !important;
	float:left;
}

#content{
	overflow:hidden;
	width:11300px;
	background-color: #121212;
	/*background-color: #E8A5A1;*/
	position:relative;
	height:460px !important;
/*	float:left;*/
}
	
/* NAVEGACAO - BEGIN */

#nav{
	overflow:visible;
	width:280px;
	background-color: #121212;
	position:relative;
	height:460px;
	float:left;
}

#nav ul {
	width: 220px;
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: block;
	list-style-type: none;
}

#nav li a, #nav span a {
	display: block;
	height: 29px;
	text-indent: -90000px;
}

#nav li a:hover, #nav span a:hover  {
	background-position: 0 -29px;
}

#nav .selected {
	background-position: 0 -58px;
}

.runway {
	background: url(../images/runway.png) no-repeat;
	width: 220px;
}	
.fashion {
	background: url(../images/fashion.png) no-repeat;
	width: 220px;
}
.abstract {
	background: url(../images/abstract.png) no-repeat;
	width: 220px;
}
.sport {
	background: url(../images/sport.png) no-repeat;
	width: 220px;
}

.landscape {
	background: url(../images/landscape.png) no-repeat;
	width: 220px;
}

.people {
	background: url(../images/people.png) no-repeat;
	width: 220px;
}

.others {
	background: url(../images/others.png) no-repeat;
	width: 220px;
}

/* NAVIGATION - END */

.section{
	overflow:hidden;
	height: 463px;
}

	.section .sub{
		position:relative;
		float:left;
		padding:5px 5px 5px 5px;
		height:450px;
		background-color: #333;
		margin: 0px 4px 0px 0px;
	}
	
#footer {
   position:fixed;
   bottom:0;
   left:0;
   width:100%;
   height:12px;   /* Height of the footer */
   background:#1F1F1F;
   padding: 5px;
   font:9px Tahoma, Verdana,sans-serif;
   color: #666;
}