body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #E0DBD7;
	background-position: center top;
	background-repeat:no-repeat;
}
.conteudo {
	width: 780px;
	height: 100%;
	margin: auto;
}
.titulo {
	color: #800000;
	font-variant: small-caps;
	font-size: 34px;
	text-align:center;
	margin-top: 30px;
	margin-bottom: 15px;
}
.titulo a {
	color: #800000;
	text-decoration: none;
}
.menu ul {
	width: 100px;
	text-align: center;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 130px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
.menu a {
	color: #FFF;
	text-decoration: none;
}
.menu a:hover {
	color: #800000;
	text-decoration: none;
}
.menu_sel a {
	color: #800000;
	text-decoration: none;
}
.menu_linha {
	border-bottom: #555 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.texto {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 11px;
	color: #333;
	line-height: 150%;
}
.textMain {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 11px;
	color: #333;
	line-height: 150%;
	text-align: left;
}
.textMain a {
	color: #333;
	text-decoration: underline;
}
.thumb {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 11px;
	color: #888;
	line-height: 150%;
}

div#gallery {
	padding-top: 15px;
}
div#gallery ul li img {
	width: 50px;
	height: 50px;
	float: left;
	padding: 2px;
	margin: 5px;
	border:1px solid #EEE;
}
div#galleryimg img#imagepreview {
	margin-top: 20px;
	width: 130px;
	height: 130px;
	padding: 2px;
}
div#gallery ul {
	list-style-type:none;
	margin:0;
	padding:0;
}


.rodape {
	margin-left: 90px;
	margin-top: 30px;
	color: #555;
	font-size: 8px;
	font-family: Arial;
}