*{
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border: none;
}
body{
	background-color: #fff;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
a{
	display: block;
}
ul,
li{
	list-style : none;
}
#topo a,
#topo{
	width: 500px;
	height: 31px;
}
#topo{
	background-image: url(img/topo.gif);
}
#topo h2{
	display: none;
}
#titulo{
	width: 710px;
	height: 55px;
	margin: 12px 20px;
	float:left;
}
#titulo h2 {
	float:left;
	display:block;
	margin : 15px 0;
}
h1{
	color: #30437d;
	padding: 4px;
	font-size: 17px;
	border-bottom: 3px solid #9b9b9b;
	display:block;
}
h3{
	margin: 5px;
}
#anuncio{
	width: 288px;
	height: 342px;	
	background-image: url(img/anunciog.gif);
	margin: 10px 15px;
	float: left;
	display:block;
}
#anuncio b{
	display: none;
}
#anuncio img{
	margin: 25px 0 0 35px;
}
#anuncio h3{
	font-size: 14px;
	color: #30437d;
}
#anuncio h3,
#anuncio p{
	padding: 0 35px;
	margin: 10px 0;
}
#anuncio a{
	width: 149px;
	height: 19px;
	margin: 2px auto;
}
#anuncio a.video{	background-image: url(img/video.gif);}
#anuncio a.foto{	background-image: url(img/fotos.gif);}
#anuncio a.leiamais{	background-image: url(img/leiamais.gif);}

.thumbs{
	background-image: none;
}
#thumbs a{
	width: 130px;
	height: 100px;
	float: left;
	padding: 10px 0 0 10px;
	background-image: url(img/thumbs.gif);
	background-position: 0 0;
	
}
#thumbs a:hover{
	background-position: 0 -110px;
}
#ampliadas{
	width : 700px;
	height : 500px;
	display : block;
	background-color : #e1e1e1;
	position : absolute;
	left : 20px;
	top : 120px;
	border : 3px solid #ccc;
	line-height : 20px;
}
ul{
	width : 700px;
	height : 80px;
}
li{
	float : left;
	display : block;
	margin : 2px 2px 0 0;
	width : 114px;
	height : 74px;
}
li a{
	border : 2px solid #666;
}
li a:hover{
	border : 2px solid #004294;
}
li.sel a{
	border : 2px solid #000;
}
#navegacao{
	position : absolute;
	left : 20px;
	border : 3px solid #ccc;
	background-color : #ccc;
	top : 630px;
	width : 700px;
	height : 80px;
}
