body {
	background: url(imagem/back_body.png) repeat;
	height: 200px;
	padding: 0;
	margin: 0;
}
.titulo {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22px;
	color: #666;
}
.titulo_foto {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	color: #4A8A9B;
}

#linha_topo {
	background-color: #4A8798;
	height: 2px;
}
#topo {
	background: url(imagem/back_topo.png) repeat;
	height: 220px;
}
#logo {
	width: 220px;
	height: 140px;
	margin: 0 auto;
	padding-top: 20px;
}
#titulo {
	background-color: #FFF;
	height: 30px;
	margin-top: 15px;
	opacity: 0.5;
}
#sombra {
	background: url(imagem/back_sombra.png) repeat-x;
	height: 15px;
	margin-top: 1px;
}
#atalhos {
	background-color: #CCC;
	height: 34px;
}
#itens_atalhos {
	width: 850px;
	margin: 0 auto;
}
#galerias {
	width: 850px;
	height: 205px;
	margin: 0 auto;
}
#linha {
	background: url(imagem/div_galeria.png) repeat-x;
	width: 850px;
	height: 1px;
	margin: 0 auto;
}
#galeria01 {
	background-color: #FFF;
	width: 410px;
	height: 185px;
	float: left;
	padding: 5px;
}
#evento {
	width: 255px;
	height: 200px;
	float: left;
}
#text {
	width: 145px;
	height: 200px;
	float: left;
}
#galeria01 a img {
	border: 3px solid #FFF;
}
#galeria01 a:hover img {
	border: 3px solid #4A8798;
}
#galeria02 {
	background-color: #FFF;
	width: 410px;
	height: 185px;
	float: left;
	margin-left: 10px;
	padding: 5px;
}
#galeria02 a img {
	border: 3px solid #FFF;
}
#galeria02 a:hover img {
	border: 3px solid #4A8798;
}
#fotos {
	width: 850px;
	margin: 0 auto;
}
#imagens {
	width: 400px;
	float: left;
}
#texto {
	width: 420px;
	float: right;
}
#voltar {
	background-color: #4D99A8;
	width: 850px;
	height: 25px;
	margin: 0 auto;
}
#clear {
	clear: both;
}

/*input, textarea, select {
	height: 45px;
}*/
