/* CSS Document */
body {
	background-color:#a9b6ff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	margin:0;
}

#pagina {
	float:center;
	width:780px;
	margin:0 auto;
}
#middle {
	width:780px;
}
#header, #middle, #menu, #conteudo {
	float:left;
	margin:0px;
}

#header {
	height:187px;
	width:100%;
	background-image:url(../imgs/header.png);
	background-position:center;
}

#contatos {
	height:30px;
	width:780px;
	color:#00F;
	font-weight:bold;
}

#rodape {
	height:130px;
	clear:both;
	width:780px;
	border-top:thin solid #1861ac;
}

#rodape table {
	width:auto;
	margin:auto;
}

#rodape div {
	float:center;
	margin:auto;
	width:auto;
	position:relative;
	top:10px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#00C;
}

#menu {
	height:auto;
	width:180px;
}

#conteudo {
	height:auto;
	width:600px;
	font-size:12px;
}

#contTop, #contBottom {
	width:600px;
	height:30px;
}

#contTop {
	background-image:url(../imgs/contTop.png);
}

#contMid {
	background-image:url(../imgs/contMid.png);
	background-repeat:repeat-y;
	width:520px;
	min-height:250px;
	height:auto;
	padding:0px 40px;
}

#contBottom {
	background-image:url(../imgs/contBottom.png);
}

ul {
	margin-bottom:0px;
}

/* TEXTO */
#contatos img {
	vertical-align:middle;
	margin-left:5px;
}

#conteudo {
	text-align:justify;
}

#conteudo a {
	text-decoration:none;
	color:#0033CC;
}

h2 {
	font-size:24px;
	margin-top:0;
	text-align:center;
	color:#0000CC;
}

h3, h4, h5 {
	color:#7286ff;
	margin-top:0;
}

h3 {
	font-size:20px;
}

.roteiro {
	padding-left:40px;
	list-style-type:none;
	font-style:italic;
}

.roteiro a {
	font-size:15px;
	text-decoration:none;
	color:#0000FF;
}

.roteiro a:hover {
	font-weight:bold;
	color:#0000CC;
}

#rodape a {
	text-decoration:none;
	color:#00C;
	font-weight:normal;
}

/* GALERIA DE FOTOS */

#setaLeft {
	cursor:pointer;
	float:left;
}

#setaRight {
	cursor:pointer;
	float:right;
}

#scrollBar {
	height:100px;
}

.thumbs {
	cursor:pointer;
	margin:8px;
}

#visualizandoTD {
	height:400px;
	text-align:center;
	vertical-align:middle;
}