/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center; /* hack para o IE */
	font-family:Tahoma, Verdana, Arial;
	background: #E4DCD3;
	color: #534337;
	font-size: 12px;
}

h1 {
	color: #30250e;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	padding-top: 10px;
	margin: 0 auto;
	letter-spacing: 1px;
}

h2{
	color: #b66e38;
	font-weight: bold;
	border-bottom: #b66e38 solid 3px;
	font-size: 14px;
}

img {
	border: none;
}


/*Divs de Layout*/

#header {
	height: 115px;
	background:url(../img/header.jpg) no-repeat center;
}

#suporte {
	background: url(../img/bg_tecido.jpg) center repeat-y;
	margin: 0 auto;
	width:776px;
	text-align: justify;
}

#menu{
	background: url(../img/menuFundo.jpg);
	width: 762px;
	margin: 0 auto;
	text-align: left;
	padding: 7px;
}

#menu img{
	padding-right: 10px;
	border: 0px;
}

#conteudo {
	text-align: justify;
	padding:15px;}
	
#conteudo a {color: #534337; text-decoration:none;}
#conteudo a:hover {color: #8b6f2f; text-decoration:none;}

#icones {
	margin-top: 3px;
	margin-bottom: 3px;
	width: 221px;

}

#rodape{
	background: url(../img/bg_tecido.jpg) center repeat-y;
	margin: 0 auto;
	width:776px;
	text-align: justify;
	height:80px;
}

#rodape p{
	margin-left: 15px;
}

#rodapeTexto {
	background-color: #534337;
	color:#FFFFFF;
	font-size:11px;
	text-align: center;
	padding: 5px;
	width:740px;
	margin: 0 auto;
}

#conhecaPousada{
	display: inline;
}
