body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.topo{
	width: 770px;
	height: 80px;
	position: relative;
}
.topo div, .footer div{
	float: left;
	margin: 0px 20px;
}
.topo>div{
	width: 720px;
}

.fechar{
	_position: absolute;
	_right: 40px;
	_top: 10px;
	float: right !important;
	margin: 17px 0px !important;
	color: #000066;
	font-size: 10px;
	font-weight: bold;
}
.footer{
	width: 770px;
	height: 34px;
	float: left;
	clear: left;
}
.footerCopy{
	background-color: #000066;
	width: 748px;
	height:34px;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-size: 10px;
	font-weight: bold;
}
.footerCopy span{
	line-height: 34px;
}
/* pagina de entrada com os albuns*/
.albumItem{
	border: solid 1px #CCCCCC;
	float: left;
	width: 350px;
	height: 77px;
	margin-left: 20px;
	margin-bottom: 30px;
}
a{
	border: none;
}
a:link {color:#000066;}      /* unvisited link */
a:visited {color:#000066;}  /* visited link */
/*a:hover {color:#FF6600;}  mouse over link */
a:active {color:#000066;}  /* selected link */


.galeria {
	width: 770px;
	height: 400px;
}
.album img{
	/*border: solid 1px #AAAAAA;*/
	float: left;
	/*margin-left: 15px;
	margin-top: 10px;
	padding: 3px 3px 3px 3px;*/
	
	height: auto;
	border: 0;
}
.albumTitle, .albumDesc{
	margin-top: 3px;
	margin-left: 10px;
	float: left;
	width: 220px;
}
.albumTitle{
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
.albumDesc{
	font-size: 11px;
	margin-top: 5px;
	color: #AAAAAA;
}


/* pagina das fotos de cada album*/
.navegacao{
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
	margin-left: 10px;
}
.fotos a, .ghostpic{
	border: solid 1px #CCCCCC;
	width: 166px;
	height: 126px;
	float: left;
	margin: 10px;	
}
.fotos img{
	border: solid 3px white;
	
}
.ghostpic{
	border: 0px !important;
}
/* paginacao */
.paginacao{
	display: solid;
	width: 770px;
	height: 30px;
	clear: left;
	text-align: center;
	font-size: 11px;
	color: #AAAAAA;
	border: none;
}
.paginas{
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
}
.imgNav img {
	float: none;
	border: none;
	margin-left: 5px;
	margin-right: 5px;
}
/* BO - Actions  */
.photoFrame{
	width: 186px;
	height: 186px;
	float: left;
	margin: 0px;	
}
