body {
	background: #fff url('../layout/back.jpg') repeat-x top left;
	font-family: verdana, arial;
	text-align: center;
}

.slider-wrapper {
  height: 175px;
  margin-left: 78px;
  width: 850px;
}
.slider-wrapper .over {
  background: transparent url('../images/slideshow/logotipo-slideshow.png');
  height: 175px;
  position: absolute;
  width: 850px;
  z-index: 5;
}
.slider-wrapper #slider {
  z-index: 0;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
p, table, ul {
	font-size: 12px;
}
a {
	text-decoration: none;
}
p img {
	border: 1px solid #000;
	float: right;
	margin-left: 10px;
	margin-right: 4px;
}

table {
	border: 0;
}
th {
	font-weight: bold;
	padding: 5px;
	text-align: right;
	vertical-align: top;
}
td {
	padding: 5px;
}

#content {
	background: transparent url('../layout/back-container.png') top left no-repeat;
	margin: 0 auto;
	width: 1000px;
}
#conteudo {
	margin: 40px auto 0 auto;
	text-align: justify;
	width: 800px;
}

label.error{
	color: #f00;
	font-weight: bold;
}
#simpliest-usage {
	margin-bottom: 10px;
}
#contact_form_message {
	background-color: #b4e1e6;
	padding: 5px;
}

#gallery {
	margin-left: 0;
	margin-top: 0;
	text-align: left;
}
#gallery ul {
	list-style: none;
	margin-left: 20px;
	padding: 10px;
	width: 800px;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 5px solid #000;
	border-width: 5px 5px 5px;
  height: 93px;
  width: 140px;
}
#gallery ul a:hover img {
	border: 5px solid #ccc;
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}

#content_footer {
	background: transparent url('../layout/footer-container.png') top left no-repeat;
  height: 175px;
	margin: 0 auto;
	width: 851px;
}
#partilhar {
  float: left;
	font-size: 11px;
	padding-top: 150px;
}
#livro-reclamacoes {
  float: left;
  margin-left: 20px;
  padding-top: 126px;
}
#copyright {
	color: #fff;
  float: right;
	font-family: verdana, arial;
	font-size: 10px;
	height: 30px;
  margin-right: 55px;
	padding-top: 150px;
	text-align: right;
}
#partilhar a, #copyright a {
	color: #e29f4e;
}
