/* elementos */

* {
	margin:0;
	padding:0;
	vertical-align:middle;
	list-style:none;
}

body {
	background:url(../imagens/back-body.jpg) repeat-y -5px 0;
	font:13px Arial, Helvetica, sans-serif;
}

h1 {
	width:150px;
	height:102px;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	margin:15px;
	background:url(../imagens/logo.gif);	
}

h2 {
	margin:15px 0;
	clear:both;
	padding:8px 5px;
	font-family:"Trebuchet MS", Arial, Georgia;;
	background-color:#DAD3D4;
}
	
p {
	line-height:1.5em;
}

hr {
	clear:both;
	margin:10px 0;
}

table {
	margin:0 auto;
}

address {
	padding:10px 0;
	font:bold 15px;
}

/* classes */

table.bordasimples {
	border-collapse: collapse;
}

table.bordasimples tr td {
	padding:10px;
	border:1px dotted #442327;
	text-align:center;
}

table.bordasimples tr td img {
	margin:10px;
	border:2px solid #442327;
}

.resposta {
	margin:20px;
	font:30px "Trebuchet MS", Arial, Georgia;
}

/* IDS */

#principal {
	width:850px;
	display:table;
	border:5px solid #442327;
	background-color:#FAF5ED;
	margin:10px auto;
}

#menu {
	width:650px;
	height:25px;
	float:right;
	margin-top:50px;	
	text-align:center;	
}

#menu li {
	display:inline;
	margin:0 5px;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	text-decoration:none;
	color:#462627;
	font:15px bold Arial, Helvetica, sans-serif;
	color:#462627;
	letter-spacing:1px;
}

#menu a:hover {
	padding:8px 0;
	background-color:#DAD3D4;
}

#topo {
	width:100%;
	height:136px;
	margin-bottom:15px;	
}

#conteudo {
	padding:10px;
	display:table;
	margin:0 auto;
}

#moveis li {
	border-bottom:1px dotted #630;
	padding:10px 0;
}

#moveis li img {
	
}

/* declaraoes para a home */

#home #conteudo p {
	clear:both;
}

#home #conteudo p img {
	float:right;
	margin:10px;
	border:2px solid #630;
}

#home #conteudo .esquerda {
	float:left;
}

#rodape {
	text-align:center;
}

/* declaraoes para o form */

fieldset, input, textarea {
  border:1px solid #CCC;
}

fieldset {
  padding:10px;
}

label {
  display:block;
  float:left;
  width:100px;
}

input, textarea {
  margin-bottom:10px;
  border:1px solid #630;
}

legend {
	display:none;
}

